/* ==========================================================================
Typography
========================================================================== */

p {
    font-size: 14px;
    line-height: 22.4px;
    color: #6c7279;
}

h1 {
    font-size: 65px;
    color: #2d3033;
}

h2 {
    font-size: 40px;
    color: #2d3033;
}

h3 {
    font-size: 28px;
    color: #2d3033;
    font-weight: 300;
}

h4 {
    font-size: 22px;
    color: #2d3033;
    font-weight: 400;
}

h5 {
    font-size: 14px;
    color: #676767;
    text-transform: uppercase;
    font-weight: 700;
}

.btn-large {
    padding: 15px 40px;
}


/* ==========================================================================
	General Styles
========================================================================== */

a {
    color: #4aa3f1;
}

a:hover,
a:focus {
    text-decoration: none;
    -moz-transition: background-color, color, 0.3s;
    -o-transition: background-color, color, 0.3s;
    /* -webkit-transition: background-color, color, 0.3s; */
    /* transition: background-color, color, 0.3s; */
}

body {
    font-family: 'Almarai', sans-serif;
    font-weight: 400;
    color: #6c7279;
    direction: rtl;
    overflow-x: hidden;
}

ul,
ol {
    margin: 0;
    padding: 0;
    direction: rtl;
}

ul li {
    list-style: none;
}

.section {
    padding: 50px 0;
    padding-bottom: 0px;
}

.no-padding {
    padding: 0;
}

.no-gutter [class*=col-] {
    padding-left: 0;
    padding-right: 0;
}


/* ==========================================================================
	$Header
========================================================================== */

#header {
    position: fixed;
    width: 100%;
    z-index: 999;
}

#header .header-content {
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.15); */
    margin: 0 auto;
    max-width: 1170px;
    padding: 14px 0;
    width: 100%;
    -moz-transition: padding 0.3s;
    -o-transition: padding 0.3s;
    -webkit-transition: padding 0.3s;
    transition: padding 0.3s;
    display: flex;
    align-items: center;
    /* background: white; */
}

#header .logo {
    display: flex;
    align-items: center;
}

#header .logo img {
    width: 100px;
    margin-left: 10px;
}

h4.guide-name {
    color: #000000;
    font-weight: 500;
    text-align: right;
    line-height: 34px;
}

#header.fixed {
    background-color: #ffffff;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
}

#header.fixed .header-content {
    border-bottom: 0;
    padding: 7px 0;
}

#header.fixed .nav-toggle {
    top: 18px;
}

.navigation.open {
    opacity: 1;
    visibility: visible;
    -moz-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.navigation {
    flex: 1;
}

.navigation li {
    display: inline-block;
}

.navigation a {
    color: rgb(122 122 122);
    font-size: 13px;
    font-weight: 700;
    margin-right: 20px;
    text-transform: uppercase;
    padding-bottom: 5px;
}

.navigation a:hover,
.navigation a.active {
    color: #489e9f;
    border-bottom: 2px solid #489e9f;
}

.nav-toggle {
    display: none;
    height: 44px;
    overflow: hidden;
    position: fixed;
    left: 5%;
    text-indent: 100%;
    top: 32px;
    white-space: nowrap;
    width: 44px;
    z-index: 99999;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.nav-toggle:before,
.nav-toggle:after {
    border-radius: 50%;
    content: "";
    height: 100%;
    right: 0;
    position: absolute;
    top: 0;
    width: 100%;
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
}

.nav-toggle:before {
    background-color: #489e9f;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.nav-toggle:after {
    background-color: #489e9f;
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    -moz-transition-duration: 0s;
    -o-transition-duration: 0s;
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
}

.nav-toggle span {
    background-color: #fff;
    bottom: auto;
    display: inline-block;
    height: 3px;
    right: 50%;
    position: absolute;
    left: auto;
    top: 50%;
    width: 18px;
    z-index: 10;
    -moz-transform: translateX(50%) translateY(-50%);
    -ms-transform: translateX(50%) translateY(-50%);
    -webkit-transform: translateX(50%) translateY(-50%);
    transform: translateX(50%) translateY(-50%);
}

.nav-toggle span:before,
.nav-toggle span:after {
    background-color: #fff;
    content: "";
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-transition: -moz-transform 0.3s;
    -o-transition: -o-transform 0.3s;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
}

.nav-toggle span:before {
    -moz-transform: translateY(-6px) rotate(0deg);
    -ms-transform: translateY(-6px) rotate(0deg);
    -webkit-transform: translateY(-6px) rotate(0deg);
    transform: translateY(-6px) rotate(0deg);
}

.nav-toggle span:after {
    -moz-transform: translateY(6px) rotate(0deg);
    -ms-transform: translateY(6px) rotate(0deg);
    -webkit-transform: translateY(6px) rotate(0deg);
    transform: translateY(6px) rotate(0deg);
}

.nav-toggle.close-nav:before {
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
}

.nav-toggle.close-nav:after {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}

.nav-toggle.close-nav span {
    background-color: rgba(255, 255, 255, 0);
}

.nav-toggle.close-nav span:before,
.nav-toggle.close-nav span:after {
    background-color: #fff;
}

.nav-toggle.close-nav span:before {
    -moz-transform: translateY(0) rotate(-45deg);
    -ms-transform: translateY(0) rotate(-45deg);
    -webkit-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
}

.nav-toggle.close-nav span:after {
    -moz-transform: translateY(0) rotate(45deg);
    -ms-transform: translateY(0) rotate(45deg);
    -webkit-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg);
}


/* ==========================================================================
	$Banner
========================================================================== */

.banner {
    background-image: url(../images/banner.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    min-height: 750px;
}

.banner-text {
    padding-top: 20%;
}

.banner-text h1 {
    color: #eeab00;
    font-family: 'Almarai', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 3.7rem;
    border-radius: 50px 50px 50px 50px;
    margin-bottom: 2rem;
    line-height: 50px;
}

.banner-text p {
    color: #292929;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.6;
    margin-bottom: 1rem;
    border-radius: 50px 50px 50px 50px;
}


/* ==========================================================================
	$Features
========================================================================== */

.feature {
    margin-bottom: 45px;
}

.feature-content {
    padding: 0 15px;
    margin-top: 30px;
}

.feature .icon {
    color: #555;
    font-size: 60px;
}


/* ==========================================================================
	$Works
========================================================================== */

.work {
    -moz-box-shadow: 0 0 0 1px #fff;
    -webkit-box-shadow: 0 0 0 1px #fff;
    box-shadow: 0 0 0 1px #fff;
    min-height: 350px;
    overflow: hidden;
    position: relative;
    visibility: hidden;
}

.work .overlay {
    background: rgba(232, 69, 69, 0.9);
    height: 100%;
    right: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    -moz-transition: opacity, 0.3s;
    -o-transition: opacity, 0.3s;
    -webkit-transition: opacity, 0.3s;
    transition: opacity, 0.3s;
}

.work .overlay-caption {
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.work h5,
.work p,
.work img {
    -moz-transition: all, 0.5s;
    -o-transition: all, 0.5s;
    -webkit-transition: all, 0.5s;
    transition: all, 0.5s;
}

.work h5,
.work p {
    color: #fff;
    margin: 0;
    opacity: 0;
}

.work h5 {
    margin-bottom: 5px;
    -moz-transform: translate3d(0, -200%, 0);
    -ms-transform: translate3d(0, -200%, 0);
    -webkit-transform: translate3d(0, -200%, 0);
    transform: translate3d(0, -200%, 0);
}

.work p {
    -moz-transform: translate3d(0, 200%, 0);
    -ms-transform: translate3d(0, 200%, 0);
    -webkit-transform: translate3d(0, 200%, 0);
    transform: translate3d(0, 200%, 0);
}

.work-box:hover img {
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.work-box:hover .overlay {
    opacity: 1;
}

.work-box:hover .overlay h5,
.work-box:hover .overlay p {
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}


/* ==========================================================================
	$Teams
========================================================================== */

.person {
    max-width: 270px;
}

.person-content {
    margin-top: 20px;
}

.person h4 {
    font-weight: 400;
}

.person h5 {
    color: #e84545;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 20px;
}

.social-icons,
.footer .footer-share {
    margin-top: 30px;
}

.social-icons li,
.footer .footer-share li {
    float: right;
}

.social-icons a,
.footer .footer-share a {
    color: #c6cacc;
    display: block;
    font-size: 12px;
    height: 36px;
    line-height: 33px;
    margin-left: 2px;
    text-align: center;
    width: 30px;
}

.social-icons a:hover,
.footer .footer-share a:hover {
    color: #fff;
    opacity: 0.9;
}


/* ==========================================================================
	$Testimonials
========================================================================== */

.testimonials {
    background-color: #53354a;
    position: relative;
}

.testimonials blockquote {
    border: 0;
    margin: 0;
    padding: 100px 15% 0;
}

.testimonials p {
    color: #fff;
    font: italic 36px "Cardo", Georgia, "Times New Roman", serif;
}

.testimonials cite {
    color: #fff;
    display: block;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    margin-top: 30px;
    text-transform: uppercase;
}


/* ==========================================================================
	$Download
========================================================================== */

.download h3 {
    margin-top: 0;
}

.download p {
    color: #2d3033;
    font-weight: 600;
    text-transform: uppercase;
}

.download .btn {
    margin-top: 30px;
}


/* ==========================================================================
	$Footer
========================================================================== */

.footer {
    text-align: center;
}

.footer-top {
    background-color: #288d8e;
    padding-top: 25px;
}

.footer-bottom {
    background-color: #288d8e;
    padding: 8px 0;
}

.footer .footer-col {
    margin-bottom: 80px;
}

.footer h5 {
    color: #fff;
}

.footer h5 {
    margin-bottom: 20px;
}

.footer p {
    color: rgb(255 255 255 / 82%);
}

.footer a {
    color: #fff;
}

.footer a:hover {
    color: #8e4b11;
}

.footer .footer-share {
    margin-top: 6px;
}

.footer .footer-share li {
    display: inline-block;
    float: none;
}

.footer .footer-share a {
    border-width: 2px;
    color: #fff;
}

.footer .fa-heart {
    color: #e84545;
    font-size: 11px;
    margin: 0 2px;
}


/* ==========================================================================
	$Utilities
========================================================================== */

.work:nth-child(1) {
    -moz-animation-delay: 0.1s;
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.work:nth-child(2) {
    -moz-animation-delay: 0.2s;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.work:nth-child(3) {
    -moz-animation-delay: 0.3s;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.work:nth-child(4) {
    -moz-animation-delay: 0.4s;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.work:nth-child(5) {
    -moz-animation-delay: 0.8s;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

.work:nth-child(6) {
    -moz-animation-delay: 0.7s;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}

.work:nth-child(7) {
    -moz-animation-delay: 0.6s;
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.work:nth-child(8) {
    -moz-animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.animated {
    visibility: visible;
}


/* ==========================================================================
	Font Icon (http://www.elegantthemes.com/blog/freebie-of-the-week/free-line-style-icons)
========================================================================== */

@font-face {
    font-family: "elegant-theme-line";
    src: url('../fonts/elegant-theme-line.ttf?1439850014') format('truetype'), url('../fonts/elegant-theme-line.eot?1439850014') format('embedded-opentype'), url('../fonts/elegant-theme-line.svg?1439850014') format('svg'), url('../fonts/elegant-theme-line.woff?1439850014') format('woff');
}

.icon {
    font-family: 'elegant-theme-line';
    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;
}

.icon-mobile:before {
    content: "\e000";
}

.icon-laptop:before {
    content: "\e001";
}

.icon-desktop:before {
    content: "\e002";
}

.icon-tablet:before {
    content: "\e003";
}

.icon-phone:before {
    content: "\e004";
}

.icon-document:before {
    content: "\e005";
}

.icon-documents:before {
    content: "\e006";
}

.icon-search:before {
    content: "\e007";
}

.icon-clipboard:before {
    content: "\e008";
}

.icon-newspaper:before {
    content: "\e009";
}

.icon-notebook:before {
    content: "\e00a";
}

.icon-book-open:before {
    content: "\e00b";
}

.icon-browser:before {
    content: "\e00c";
}

.icon-calendar:before {
    content: "\e00d";
}

.icon-presentation:before {
    content: "\e00e";
}

.icon-picture:before {
    content: "\e00f";
}

.icon-pictures:before {
    content: "\e010";
}

.icon-video:before {
    content: "\e011";
}

.icon-camera:before {
    content: "\e012";
}

.icon-printer:before {
    content: "\e013";
}

.icon-toolbox:before {
    content: "\e014";
}

.icon-briefcase:before {
    content: "\e015";
}

.icon-wallet:before {
    content: "\e016";
}

.icon-gift:before {
    content: "\e017";
}

.icon-bargraph:before {
    content: "\e018";
}

.icon-grid:before {
    content: "\e019";
}

.icon-expand:before {
    content: "\e01a";
}

.icon-focus:before {
    content: "\e01b";
}

.icon-edit:before {
    content: "\e01c";
}

.icon-adjustments:before {
    content: "\e01d";
}

.icon-ribbon:before {
    content: "\e01e";
}

.icon-hourglass:before {
    content: "\e01f";
}

.icon-lock:before {
    content: "\e020";
}

.icon-megaphone:before {
    content: "\e021";
}

.icon-shield:before {
    content: "\e022";
}

.icon-trophy:before {
    content: "\e023";
}

.icon-flag:before {
    content: "\e024";
}

.icon-map:before {
    content: "\e025";
}

.icon-puzzle:before {
    content: "\e026";
}

.icon-basket:before {
    content: "\e027";
}

.icon-envelope:before {
    content: "\e028";
}

.icon-streetsign:before {
    content: "\e029";
}

.icon-telescope:before {
    content: "\e02a";
}

.icon-gears:before {
    content: "\e02b";
}

.icon-key:before {
    content: "\e02c";
}

.icon-paperclip:before {
    content: "\e02d";
}

.icon-attachment:before {
    content: "\e02e";
}

.icon-pricetags:before {
    content: "\e02f";
}

.icon-lightbulb:before {
    content: "\e030";
}

.icon-layers:before {
    content: "\e031";
}

.icon-pencil:before {
    content: "\e032";
}

.icon-tools:before {
    content: "\e033";
}

.icon-tools-2:before {
    content: "\e034";
}

.icon-scissors:before {
    content: "\e035";
}

.icon-paintbrush:before {
    content: "\e036";
}

.icon-magnifying-glass:before {
    content: "\e037";
}

.icon-circle-compass:before {
    content: "\e038";
}

.icon-linegraph:before {
    content: "\e039";
}

.icon-mic:before {
    content: "\e03a";
}

.icon-strategy:before {
    content: "\e03b";
}

.icon-beaker:before {
    content: "\e03c";
}

.icon-caution:before {
    content: "\e03d";
}

.icon-recycle:before {
    content: "\e03e";
}

.icon-anchor:before {
    content: "\e03f";
}

.icon-profile-male:before {
    content: "\e040";
}

.icon-profile-female:before {
    content: "\e041";
}

.icon-bike:before {
    content: "\e042";
}

.icon-wine:before {
    content: "\e043";
}

.icon-hotairballoon:before {
    content: "\e044";
}

.icon-globe:before {
    content: "\e045";
}

.icon-genius:before {
    content: "\e046";
}

.icon-map-pin:before {
    content: "\e047";
}

.icon-dial:before {
    content: "\e048";
}

.icon-chat:before {
    content: "\e049";
}

.icon-heart:before {
    content: "\e04a";
}

.icon-cloud:before {
    content: "\e04b";
}

.icon-upload:before {
    content: "\e04c";
}

.icon-download:before {
    content: "\e04d";
}

.icon-target:before {
    content: "\e04e";
}

.icon-hazardous:before {
    content: "\e04f";
}

.icon-piechart:before {
    content: "\e050";
}

.icon-speedometer:before {
    content: "\e051";
}

.icon-global:before {
    content: "\e052";
}

.icon-compass:before {
    content: "\e053";
}

.icon-lifesaver:before {
    content: "\e054";
}

.icon-clock:before {
    content: "\e055";
}

.icon-aperture:before {
    content: "\e056";
}

.icon-quote:before {
    content: "\e057";
}

.icon-scope:before {
    content: "\e058";
}

.icon-alarmclock:before {
    content: "\e059";
}

.icon-refresh:before {
    content: "\e05a";
}

.icon-happy:before {
    content: "\e05b";
}

.icon-sad:before {
    content: "\e05c";
}

.icon-facebook:before {
    content: "\e05d";
}

.icon-twitter:before {
    content: "\e05e";
}

.icon-googleplus:before {
    content: "\e05f";
}

.icon-rss:before {
    content: "\e060";
}

.icon-tumblr:before {
    content: "\e061";
}

.icon-linkedin:before {
    content: "\e062";
}

.icon-dribbble:before {
    content: "\e063";
}

.banner.inner {
    min-height: 300px;
    background-position: center center;
}

.banner-text.text-left.inner {
    padding-top: 13%;
}

.consultation-one {
    padding-top: 40px;
    padding-bottom: 40px;
}

.box-title {
    font-size: 28px;
    padding-bottom: 15px;
}

.pure-material-checkbox {
    z-index: 0;
    position: relative;
    display: inline-block;
    color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.87);
    /* font-family: var(--pure-material-font, "Roboto", "Segoe UI", BlinkMacSystemFont, system-ui, -apple-system); */
    font-size: 14px;
    line-height: 1.5;
}


/* Input */

.pure-material-checkbox>input {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    z-index: -1;
    position: absolute;
    right: -10px;
    left: auto;
    top: -8px;
    display: block;
    margin: 0;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.6);
    box-shadow: none;
    outline: none;
    opacity: 0;
    transform: scale(1);
    pointer-events: none;
    transition: opacity 0.3s, transform 0.2s;
}


/* Span */

.pure-material-checkbox>span {
    display: inline-block;
    width: 100%;
    cursor: pointer;
}


/* Box */

.pure-material-checkbox>span::before {
    content: "";
    display: inline-block;
    box-sizing: border-box;
    margin: 3px 1px 3px 15px;
    border: solid 2px;
    /* Safari */
    border-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.6);
    border-radius: 2px;
    width: 18px;
    height: 18px;
    vertical-align: top;
    transition: border-color 0.2s, background-color 0.2s;
}


/* Checkmark */

.pure-material-checkbox>span::after {
    content: "";
    display: block;
    position: absolute;
    top: 4px;
    right: 9px;
    left: auto;
    width: 10px;
    height: 5px;
    border: solid 2px #ffffff00;
    border-right: none;
    border-top: none;
    transform: translate(3px, 4px) rotate(-45deg);
}


/* Checked, Indeterminate */

.pure-material-checkbox>input:checked,
.pure-material-checkbox>input:indeterminate {
    background-color: rgb(var(--pure-material-primary-rgb, 33, 150, 243));
}

.pure-material-checkbox>input:checked+span::before,
.pure-material-checkbox>input:indeterminate+span::before {
    border-color: rgb(var(--pure-material-primary-rgb, 33, 150, 243));
    background-color: rgb(var(--pure-material-primary-rgb, 33, 150, 243));
}

.pure-material-checkbox>input:checked+span::after,
.pure-material-checkbox>input:indeterminate+span::after {
    border-color: rgb(var(--pure-material-onprimary-rgb, 255, 255, 255));
}

.pure-material-checkbox>input:indeterminate+span::after {
    border-left: none;
    transform: translate(4px, 3px);
}


/* Hover, Focus */

.pure-material-checkbox:hover>input {
    opacity: 0.04;
}

.pure-material-checkbox>input:focus {
    opacity: 0.12;
}

.pure-material-checkbox:hover>input:focus {
    opacity: 0.16;
}


/* Active */

.pure-material-checkbox>input:active {
    opacity: 1;
    transform: scale(0);
    transition: transform 0s, opacity 0s;
}

.pure-material-checkbox>input:active+span::before {
    border-color: rgb(var(--pure-material-primary-rgb, 33, 150, 243));
}

.pure-material-checkbox>input:checked:active+span::before {
    border-color: transparent;
    background-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.6);
}


/* Disabled */

.pure-material-checkbox>input:disabled {
    opacity: 0;
}

.pure-material-checkbox>input:disabled+span {
    color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.38);
    cursor: initial;
}

.pure-material-checkbox>input:disabled+span::before {
    border-color: currentColor;
}

.pure-material-checkbox>input:checked:disabled+span::before,
.pure-material-checkbox>input:indeterminate:disabled+span::before {
    border-color: transparent;
    background-color: currentColor;
}

ul.footer-contacts li {
    margin-bottom: 10px;
}

ul.footer-contacts li p {
    color: white;
}

.subscripe-btn {
    padding-bottom: 5px;
    padding-top: 5px;
    font-size: 14px;
}

.footer-col ul li {
    margin-bottom: 10px;
}

.footer-bottom p {
    margin-bottom: 0;
}

.features-box {
    padding: 15px;
    border-radius: 6px;
}

.features-box:hover {
    -webkit-box-shadow: 10px 10px 53px -19px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 10px 10px 53px -19px rgba(0, 0, 0, 0.25);
    box-shadow: 10px 10px 53px -19px rgba(0, 0, 0, 0.25);
}

.consultation-item:hover {
    -webkit-box-shadow: 10px 10px 53px -19px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 10px 10px 53px -19px rgba(0, 0, 0, 0.25);
    box-shadow: 14px 10px 28px -24px rgba(0, 0, 0, 0.24);
}

.features-box a h5 {
    color: #489e9f;
    font-size: 20px;
}

.consultation-item {
    padding: 20px;
    background: white;
    /* border: 1px solid #e6e6e6; */
    border-radius: 6px;
    margin-bottom: 30px;
    height: 170px;
    background: rgb(72 158 159);
    background: -moz-linear-gradient( 180deg, rgba(2, 0, 36, 0) 0%, rgba(9, 9, 121, 0) 35%, rgb(239 170 18 / 54%) 72%, rgb(220 148 19 / 80%) 100%);
    /* background: -webkit-linear-gradient( 
180deg
, rgba(2, 0, 36, 0) 0%, rgba(9, 9, 121, 0) 35%, rgb(239 170 18 / 54%) 72%, rgb(220 148 19 / 80%) 100% ); */
    /* background: linear-gradient( 
180deg
, rgb(238 193 102) 0%, rgb(250 227 177) 35%, rgb(239 170 18 / 54%) 72%, rgb(220 148 19 / 80%) 100% ); */
    cursor: pointer;
    margin: 1rem;
    position: relative;
}

.question h3 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 17px;
    line-height: 30px;
    font-weight: 600;
    letter-spacing: -0.5px;
    color: white;
}

.question h3 {
    color: rgb(0 0 0);
}

.auther {
    display: flex;
    align-items: center;
    margin-bottom: 0px;
}

.auther .image {
    width: 12%;
    margin-left: 10px;
}

.auther .image img {
    border-radius: 4px;
    object-fit: cover;
}

.image img {
    width: 100%;
}

section#consultations {
    padding-bottom: 50px;
    padding-top: 40px;
}

.section-title {
    padding-bottom: 20px;
}

.section-title h3 {
    font-weight: 600;
    margin-top: 0;
    letter-spacing: -0.5px;
    color: #1d1d1d;
    text-align: right;
}

.slick-prev {
    position: absolute;
    z-index: 99;
    right: -45px;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.slick-next {
    position: absolute;
    z-index: 99;
    left: -45px;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

section.templates-section {
    padding-top: 50px;
    padding-bottom: 50px;
    background: #f3e9dcab;
}

.template {
    display: flex;
    align-items: center;
    color: #555 !important;
}

.template .template-icon {
    margin-left: 10px;
}

.template-item {
    padding: 10px;
    background: #fffbf5;
    border-radius: 4px;
    margin-bottom: 20px;
}

.template-item:hover {
    -webkit-box-shadow: 10px 10px 53px -19px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 10px 10px 53px -19px rgba(0, 0, 0, 0.35);
    box-shadow: 10px 10px 53px -19px rgba(0, 0, 0, 0.35);
    /* background: -webkit-linear-gradient(-30deg, #555555, #ad9988 100%); */
}

.template-item:hover .template {
    color: white;
}

.template-item:hover .template-name h4 {
    color: #555;
}

.template-item:hover .template-category p {
    color: #555;
}

.template-category span {
    font-weight: 600;
}

.template-name h4 {
    font-size: 20px;
    color: rgb(85, 85, 85);
    margin-top: 0;
    margin-bottom: 6px;
}

.section-library {
    padding-top: 50px;
    padding-bottom: 50px;
}

.book-item {
    padding: 0px;
    /* background: #f3f3f3; */
    border-radius: 4px;
    margin-bottom: 15px;
    border: 1px solid #f3f3f3;
}

.book-cover {
    width: 100%;
    margin-bottom: 0rem;
}

.book-cover img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    object-position: top;
    border-radius: 0.25rem 0.25rem 0 0;
}

.book-content {
    display: flex;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
}

.book-name {
    margin-top: 0;
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    color: #5a5a5a;
}

.auther-name {
    margin-bottom: 10px;
}

.guides-section {
    padding-top: 50px;
    padding-bottom: 50px;
    background: rgb(2, 0, 36);
    background: -moz-linear-gradient( 0deg, rgba(2, 0, 36, 0.0032387955182072714) 0%, rgba(238, 238, 238, 0.8) 30%, rgba(238, 238, 238, 0.8) 70%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient( 0deg, rgba(2, 0, 36, 0.0032387955182072714) 0%, rgba(238, 238, 238, 0.8) 30%, rgba(238, 238, 238, 0.8) 70%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient( 0deg, rgba(2, 0, 36, 0.0032387955182072714) 0%, rgba(238, 238, 238, 0.8) 30%, rgba(238, 238, 238, 0.8) 70%, rgba(0, 0, 0, 0) 100%);
}

.guide-item {
    display: flex !important;
    align-items: flex-start;
    height: 100%;
    /* padding: 15px; */
    background: white;
    border-radius: 4px;
    margin: 15px;
    position: relative;
    /* -webkit-box-shadow: 0 1px 4px #ffe1c6, 0 0 40px #ffe1c6 inset; */
    -moz-box-shadow: 0 1px 4px #ffe1c6, 0 0 40px #ffe1c6 inset;
    /* box-shadow: 0 1px 4px #eee, 0 0 40px #eee inset; */
    width: 100% !important;
}

.guide-item:before,
.guide-item:after {
    content: "";
    /* position: absolute; */
    /* z-index: -1; */
    /* -webkit-box-shadow: 0 0 20px #ffe1c6; */
    -moz-box-shadow: 0 0 20px #ffe1c6;
    /* box-shadow: 0 0 20px #ffe2ca; */
    /* top: 0; */
    /* bottom: 0; */
    /* left: 10px; */
    /* right: 10px; */
    -moz-border-radius: 100px / 10px;
    /* border-radius: 100px / 10px; */
}

.guide-image {
    width: 45%;
    margin-left: 0;
    height: inherit;
    height: 200px !important;
}

.guide-content {
    width: 56%;
    margin-right: 1.5rem;
}

.guide-image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 0.4rem;
    /* border: 1px solid #ececec; */
}

.guide-description ol {
    margin-right: 16px;
}

.inner-header {
    margin-top: 0px !important;
}

.inner-header a {
    color: #656565;
}

.inner-header {
    background-color: white !important;
}

.inner-header .active {
    color: #489e9f !important;
}

.inner-header .btn {
    color: white !important;
}

.app-name h3 {
    color: #2b2b2b !important;
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 600;
}

.app-name p {
    color: #252525 !important;
    margin-bottom: 0;
}

.inner-header .app-name h3 {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 600;
    color: #5d5d5d !important;
}

.inner-header .app-name p {
    margin-bottom: 0;
    color: grey !important;
}

.primary-nav {
    float: left;
}

.breadcrumb {
    width: 100%;
    float: right;
    margin: 20px 0;
    padding: 7px;
    position: relative;
    display: block;
    list-style: none;
}

.breadcrumb ol {
    list-style: none;
}

.breadcrumb li {
    height: 30px;
    line-height: 30px;
    float: right;
    padding: 0 12px;
    position: relative;
}

.breadcrumb li a {
    text-decoration: none;
    color: #489e9f;
}

.breadcrumb li .fa {
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.breadcrumb a:hover {
    text-decoration: none;
}


/* Bredcrumb Fill 0 */

.breadcrumb-fill0 {
    padding: 15px;
    background: #ffffff;
    border-radius: 5px;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.08);
    margin-top: 190px;
}


/* Bredcrumb Fill 1 */

.breadcrumb-fill1 {
    padding: 15px;
    background: #135fb4;
    color: #ffffff;
    border-radius: 5px;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, .2);
}

.breadcrumb-fill1,
.breadcrumb-fill1 li,
.breadcrumb-fill1 li.active,
.breadcrumb-fill1 li a {
    color: #ffffff;
}


/* Bredcrumb Fill 2 - style 1 */

.breadcrumb-fill2 {
    padding: 15px;
    background: #135fb4;
    color: #ffffff;
    border-radius: 15px;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, .2);
}

.breadcrumb-fill2 .fa {
    position: absolute;
    background: #135fb4;
    padding: 25px;
    border-radius: 50%;
    left: -10px;
    top: -10px;
    font-size: 30px;
    line-height: 1;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, .2);
}

.breadcrumb-fill2,
.breadcrumb-fill2 li,
.breadcrumb-fill2 li.active,
.breadcrumb-fill2 li a {
    color: #ffffff;
}

.breadcrumb-fill2 li:first-child {
    margin-right: 30px;
}


/* Bredcrumb Fill 2 - style 2 */

.breadcrumb-fill2.style2 {
    border-radius: 30px;
    background: #ff6407;
}

.breadcrumb-fill2.style2 .fa {
    background: #ff6407;
}


/* Bredcrumb Fill 2 - style 3 */

.breadcrumb-fill2.style3 {
    border-radius: 30px;
    background: #bb123c;
}

.breadcrumb-fill2.style3 .fa {
    background: #F62459;
}


/* Bredcrumb Fill 2 - style 4 */

.breadcrumb-fill2.style4 {
    border-radius: 30px;
    background: #1f3a93;
    padding: 0;
    width: 100%;
    float: left;
}

.breadcrumb-fill2.style4 .fa {
    border: 5px solid #ffffff;
    text-align: center;
    padding: 15px;
}

.breadcrumb-fill2.style4 li {
    height: 50px;
    line-height: 50px;
    float: left;
    padding: 0 12px;
}

.breadcrumb-fill2.style4 li:before {
    display: none;
}

.breadcrumb-fill2.style4 li:first-child {
    background: rgba(0, 0, 0, .3);
}

.breadcrumb-fill2.style4 li:nth-child(2n) {
    background: rgba(0, 0, 0, .4);
}

.breadcrumb-fill2.style4 li:nth-child(3n) {
    background: rgba(0, 0, 0, .3);
}

.breadcrumb-fill2.style4 li:nth-child(4n) {
    background: rgba(0, 0, 0, .2);
}

.breadcrumb-fill2.style4 li:nth-child(5n) {
    background: rgba(0, 0, 0, .1);
}

.breadcrumb-fill2.style4 li:last-child {
    background: transparent;
}

.breadcrumb .fa:hover {
    transform: scale(1)
}

.inner-content {
    padding-top: 80px;
    width: 100%;
    height: 100%;
    background: white;
}

.form-control {
    font-size: 12px;
}

.pagination {
    position: relative;
}

.pagination a {
    position: relative;
    display: inline-block;
    color: #2c3e50;
    text-decoration: none;
    font-size: 1.2rem;
    padding: 8px 16px 10px;
    z-index: 99;
    font-weight: 600;
    background: #ececec;
    border-radius: 24px;
    margin: 3px;
}

.pagination a:before {
    z-index: -1;
    position: absolute;
    height: 100%;
    width: 100%;
    content: "";
    top: 0;
    left: 0;
    background-color: #489e9f;
    border-radius: 24px;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.pagination a:hover,
.pagination a .pagination-active {
    color: #fff;
}

.pagination a:hover:before,
.pagination a .pagination-active:before {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.pagination .pagination-active {
    color: #fff;
}

.pagination .pagination-active:before {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.pagination-newer {
    margin-right: 50px;
    background: #ececec;
    border-radius: 24px;
}

.pagination-older {
    margin-left: 50px;
    background: #ececec;
    border-radius: 24px;
}

#header.fixed .inner-header a:hover {
    color: #4aa3f1 !important;
}

.inner-header a:hover {
    color: #ffffffd9;
}

.article {
    padding: 20px;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.08);
    border-radius: 4px;
}

.leftside {
    padding: 20px;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.08);
    border-radius: 4px;
}

.details-page {
    padding-bottom: 50px;
}

.article h1 {
    font-weight: 600;
    line-height: 40px;
    letter-spacing: -0.5px;
    margin-top: 0;
    font-size: 2.8rem;
}

.article p {
    font-size: 16px;
    line-height: 24px;
}

.article p:first-child {
    margin-bottom: 0;
}

.answer-card {
    padding: 20px;
    margin-top: 30px;
    margin-right: 50px;
    background: whitesmoke;
    border-radius: 4px;
    border: 1px solid #eaeaea;
}

.more-consultations h4 {
    margin-top: 0;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.consul-item {
    padding: 8px;
    border-radius: 4px;
    margin-bottom: 20px;
}

.consul-item:last-child {
    margin-bottom: 0;
}

.consul-item:nth-child(odd) {
    background: #f3f3f3;
    border: 1px solid #e8e8e8;
}

.consul-item:nth-child(even) {
    background: white;
    border: 1px solid #e8e8e8;
}

.consul-item h5 {
    line-height: 22px;
    margin-top: 0;
    margin-bottom: 0;
    color: #464646;
}

.consul-item p {
    margin-bottom: 0;
}

.consul-item:hover {
    background: #d8aa6e;
}

.consul-item:hover a p {
    color: white;
}

.consul-item:hover a h5 {
    color: white;
}

.template-in-section {
    border: 1px solid #f3f3f3;
    -webkit-box-shadow: 10px 10px 53px -19px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 10px 10px 53px -19px rgba(0, 0, 0, 0.25);
    box-shadow: 10px 10px 53px -19px rgba(0, 0, 0, 0.25);
}

.template-in-section:hover {
    border: none !important;
}

.breadcrumb li:after {
    content: "\f104";
    position: absolute;
    font: normal normal normal 14px/1 FontAwesome;
    top: 7px;
    left: -2px;
}

.breadcrumb li:last-child::after {
    content: none;
}

#drop-area {
    border: 2px dashed #ccc;
    border-radius: 8px;
    margin: 10px auto;
    padding: 20px;
}

#drop-area.highlight {
    border-color: purple;
}

.my-form {
    margin-bottom: 10px;
}

#gallery {
    margin-top: 10px;
}

#gallery img {
    width: 150px;
    margin-bottom: 10px;
    margin-right: 10px;
    vertical-align: middle;
}

.button-upload {
    display: inline-block;
    padding: 10px;
    background: #ccc;
    cursor: pointer;
    border-radius: 5px;
    border: 1px solid #ccc;
}

.button-upload:hover {
    background: #ddd;
}

#fileElem {
    display: none;
}

.answered {
    background: #2396f1;
    color: white;
    border-color: #2396f1;
}

.answered:hover {
    background: #1687e4;
    color: white;
    border-color: #1687e4;
}

.not-answered {
    cursor: unset;
}

thead {
    /* background: #a94442; */
    /* color: white; */
}

.registred-users .user img {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    color: #676767;
    margin-left: 10px;
}

.registred-users {
    background: #39424400;
    padding-bottom: 5px;
    padding-top: 5px;
    margin-bottom: 0px;
    background: #eeab00;
    position: relative;
    top: 0px;
}

span.welcome-txt {
    font-weight: 600;
    font-size: 12px;
    color: #fff7f7;
}

.user-components {
    display: flex;
    align-items: center;
}

.user {
    width: 75%;
    position: relative;
    padding-bottom: 10px;
    padding-top: 10px;
}

.user:after {
    content: '';
    width: 1px;
    height: 25px;
    background: #ffffff;
    position: absolute;
    left: 20px;
    top: 5px;
}

.user-links a {
    padding-left: 15px;
    color: #ffffff;
}

.contact-card .contact-info li {
    padding: 20px;
    border-radius: 4px;
    color: white;
    font-size: 18px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.color-one {
    background: #69afb0;
}

ul.contact-info p {
    font-size: 18px;
    color: white;
}

ul.contact-info b {
    font-size: 16px;
    color: white;
    font-weight: 200;
}

.color-two {
    background: #548d8e;
}

.contact-informations h1 {
    font-weight: 600;
    font-size: 24px;
    color: #69afb0;
    font-size: 3rem;
}

.send-message h3 {
    font-size: 24px;
    font-weight: 600;
    color: #505050;
}

.contact-informations {
    padding: 20px;
    background: #efefef;
    border-radius: 6px;
}

.error {
    color: red;
    font-size: xx-small;
}

.login-title {
    font-size: 3rem;
    font-weight: 600;
}

h1.page-heading {
    font-size: 3rem;
    font-weight: 600;
    margin-bottom: 3rem !important;
}


/*farra*/

.widget-header.widget-header-style-3 {
    position: relative;
    clear: both;
    overflow: hidden;
}

.mb-20 {
    margin-bottom: 20px!important;
}

.widget-header.widget-header-style-3 span.widget-title {
    position: relative;
    float: right;
    background: #fdfdfd;
    padding-left: 10px;
    z-index: 1;
    font-size: 20px;
    color: #337ab7;
}

.mb-10 {
    margin-bottom: 10px!important;
}

.widget-header.widget-header-style-3 span.line-dots {
    position: absolute;
    top: 50%;
    margin-top: -6px;
    z-index: 0;
}

.line-dots {
    width: 100%;
    border-bottom: dotted 1px #222;
    height: 1px;
    display: block;
    position: relative;
}

.line-dots::before {
    content: '';
    height: 1px;
    width: 100%;
    border-bottom: dotted 1px #222;
    position: absolute;
    top: -2px;
    right: 0;
}

a.plussAA {
    float: left;
}

.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open>.dropdown-toggle.btn-default.focus,
.open>.dropdown-toggle.btn-default:focus,
.open>.dropdown-toggle.btn-default:hover {
    /* color: #fff; */
    /* background-color: #5bc0de !important; */
    /* border-color: #337ab7 !important; */
    /* border-radius: 10px; */
}

.btn-default:hover {
    /* color: #fff; */
    /* background: #c08552 !important; */
    /* border-color: #b97942 !important; */
    /* border-radius: 10px; */
}

.btn-default {
    /* background: #c085526b; */
    /* border: 1px solid #ececec; */
    /* color: white; */
}

span.person-name {
    color: #ffffff;
}

.btn-primary {
    color: #fff;
    background-color: #0fc4e0;
    border-color: #55555500;
}

.btn-primary:hover {
    color: #fff;
    background-color: #06b3ce;
    border-color: #06b3ce;
}

.btn-success {
    color: #fff;
    background-color: #f4c752;
    border-color: #f4c752;
}

.fixed .btn-success {
    border-color: rgb(255 255 255 / 62%);
}

.btn-success:hover {
    color: #fff;
    background-color: #edbc3c;
    border-color: #edbc3c;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
}

.guides-section .section-title {
    padding-bottom: 0;
    margin-bottom: 0;
    text-align: center;
}

.consultation-item h5 {
    margin-bottom: 0;
}

.consultation-item h6 {
    margin-top: 4px;
}

.template .template-name h4 {
    color: #b97942;
}

.template-item .template-category p {
    color: #555;
}

.btn-success.active,
.btn-success:active,
.open>.dropdown-toggle.btn-success {
    color: #fff;
    background-color: #c08552;
    border-color: #c08552;
}

.btn-primary.active,
.btn-primary:active,
.open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #55555561;
    border-color: #55555561;
}

.btn-primary.focus,
.btn-primary:focus {
    color: #fff;
    background-color: #b97134;
    border-color: #ce7b35;
    /* border-color: red; */
    outline: none;
}

.consultation-item .question p {
    margin-bottom: 0;
}

.guide-item.guide-page {
    display: flex;
    flex-wrap: wrap;
    -webkit-box-shadow: 0 1px 4px #ffffff, 0 0 40px #ffffff inset;
    -moz-box-shadow: 0 1px 4px #ffffff, 0 0 40px #ffffff inset;
    box-shadow: 0 1px 4px #ffffff, 0 0 40px #ffffff inset;
    border: 1px solid #efefef;
    margin: 0;
    margin-bottom: 25px;
}

.guide-item.guide-page:before,
.guide-item.guide-page:after {
    content: "";
    position: absolute;
    z-index: -1;
    -webkit-box-shadow: 0 0 20px #ffe1c6;
    -moz-box-shadow: 0 0 20px #ffe1c6;
    box-shadow: 0 0 20px #ffe2ca;
    top: 0;
    bottom: 0;
    left: 10px;
    right: 10px;
    -moz-border-radius: 100px / 10px;
    border-radius: 100px / 10px;
    display: none;
}

.guide-item.guide-page .guide-image {
    width: 100%;
    margin: 0;
    height: auto !important;
}

.guide-item.guide-page .guide-content {
    width: 100%;
    height: 25rem;
    margin-right: 0;
}

.guide-item.guide-page .guide-image img {
    height: 180px;
    object-fit: cover;
    width: 100%;
    border-radius: 0.4rem 0.4rem 0 0;
}

.col-md-12.breadcrumb-fil11 {
    padding: 15px;
    background: #ffffff;
    border-radius: 5px;
    box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 8%);
    margin-top: 15px;
    margin-bottom: 20px;
}

.breadcrumb-fil11 {
    padding: 20px;
    background: #ffffff;
    border-radius: 5px;
    box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 8%);
    margin-top: 15px;
    margin-bottom: 20px;
}

.consultation-one {
    padding-top: 5px;
    padding-bottom: 5px;
}

.container.breadcrumb-fil11 {
    width: auto;
}

.textsiz {
    font-size: 17px;
    font-weight: 600;
    padding-bottom: 10px;
}

h3.titlSiz {
    font-size: 20px;
    font-weight: 600;
}

h4.titlSiz2 {
    font-size: 18px;
    font-weight: 600;
}

h4.titlSiz3 {
    font-size: 18px;
    font-weight: 600;
}

#header {
    position: fixed;
    width: 100%;
    z-index: 999;
    /* margin-top: -20px; */
}

.inner-header {
    background-color: #f9f9f9 !important;
    padding-bottom: 0px;
    margin-top: 0px !important;
}

.guide-description {
    text-align: right;
    line-height: 1.5;
    color: red;
}

a.txfont {
    color: #515151;
}

#header {
    position: fixed;
    width: 100%;
    z-index: 999;
    margin-right: 0px;
    margin-top: 0px;
    /* background: white; */
}

@media screen and (max-width: 600px) {
    .slick-next {
        position: absolute;
        z-index: 99;
        left: 38%;
        right: auto;
        top: 100%;
        -webkit-transform: translate(0%, -50%);
        -ms-transform: translate(0%, -50%);
        transform: translate(0%, -50%);
        border-radius: 50%;
        width: 40px;
        height: 40px;
        line-height: 27px;
        margin-right: 5px;
    }
    .answer-card {
        padding: 20px;
        margin-top: 30px;
        margin-right: 0;
        background: whitesmoke;
        border-radius: 4px;
        border: 1px solid #eaeaea;
    }
    .slick-prev {
        position: absolute;
        z-index: 99;
        right: 38%;
        left: auto;
        top: 100%;
        -webkit-transform: translate(0%, -50%);
        -ms-transform: translate(0%, -50%);
        transform: translate(0%, -50%);
        border-radius: 50%;
        width: 40px;
        height: 40px;
        line-height: 27px;
        margin-left: 5px;
    }
    .consultation-item {
        /* padding: 15px; */
        /* background: white; */
        /* border: 1px solid #e6e6e6; */
        /* border-radius: 6px; */
        /* margin-bottom: 30px; */
        /* width: 100%; */
        /* margin: auto; */
    }
    .guide-image {
        /* width: 100%; */
        /* margin-left: 0; */
        /* height: 150px !important; */
    }
    .guide-content {
        width: 100%;
    }
    .guide-item {
        flex-wrap: wrap;
    }
    .col-md-4.text-right {
        text-align: right;
    }
}

.inner-header.active {
    margin-top: -20px !important;
}

.banner-text {
    width: 50%;
    margin-right: auto;
    color: #489e9f;
}

.login-btn {
    padding: 9px 15px !important;
    border: none;
    background: #69afb0;
    color: white !important;
}

.login-btn i {
    margin-left: 0.4rem;
    font-size: 1.8rem;
}

.login-btn:hover {
    background: #47c2c4;
    color: white !important;
    border-bottom: 0 !important;
}

.button-page {
    border: 0;
    background: #f3c449f2;
    color: #ffffff;
    padding: 8px 15px;
}

.button-page:hover {
    background: #ebb736f2;
}

.consultation-item .btn-full-access {
    visibility: hidden;
    /* position: absolute; */
    bottom: 5rem;
}

.consultation-item:hover .btn-full-access {
    visibility: visible;
}

.btn-full-access {
    background: transparent;
    padding: 0;
    color: white;
    font-size: 1.3rem;
    border: none;
    font-weight: 600;
}

.btn-full-access:hover,
.btn-full-access:active,
.btn-full-access:focus {
    background: transparent;
    padding: 0;
    color: white;
}

.consultation-item p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: white;
}

.btn-primary.slick-arrow {
    background: transparent;
    border: 1px solid #ebebeb;
    color: #676767;
}

.btn-primary.slick-arrow i {
    font-size: 2rem;
}

.consultation-item .date-one {
    color: white;
}

.consultations-carousel {
    counter-reset: my-sec-counter;
}

.consults-items {
    counter-reset: my-sec-counter;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 16px;
}

.consultation-item.inner {
    width: 31%;
    background: rgb(255 255 255);
    border: 1px solid #ebebeb;
}

.consultation-item.inner .question p {
    color: #3f3f3f;
}

.consultation-item.inner p {
    color: #302f2f;
}

.consultation-item.inner .btn-full-access {
    color: #302f2f;
}

.consultation-item:after {
    counter-increment: my-sec-counter;
    content: counter(my-sec-counter);
    top: -10px;
    right: -8px;
    position: absolute;
    width: 30px;
    height: 30px;
    background: #e0a305;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-weight: 600;
    color: white;
}

.guides-carousel .slick-track {
    display: flex;
    width: 100%;
}

.guides-carousel .guide-item {
    width: 100%;
}

.book-content .book-information {
    width: 100%;
    padding: 1rem;
    height: 110px;
}

.book-content .book-information .category {
    background: #f4c752;
    color: white;
    padding: 0.5rem 1.5rem;
    font-size: 1rem;
    border-radius: 1.4rem;
}

.book-content .book-information p {
    margin-bottom: 5px;
}

.templates-table .results tr[visible='false'],
.no-result {
    display: none;
}

.templates-table .results tr[visible='true'] {
    display: table-row;
}

.templates-table .counter {
    padding: 8px;
    color: #ccc;
}

.templates-table {
    position: relative;
}

.templates-table .counter {
    position: absolute;
    top: -60px;
    right: -5px;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #489e9f;
    border-color: #489e9f;
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    z-index: 3;
    color: #ffffff;
    background-color: #eee;
    border-color: #489e9f;
}

.templates-table .category {
    background: #489e9f;
    color: white;
    padding: 0.6rem 1.5rem;
    font-size: 1.2rem;
    border-radius: 1.4rem;
}

.books-carousel .slick-prev {
    top: -78px;
    left: 71px;
    right: auto;
}

.books-carousel .slick-next {
    top: -78px;
    left: 24px;
}

.features-box:hover .icon {
    filter: drop-shadow(2px 2px 5px rgb(0 0 0 / 0.5));
}

.section-title h3 a {
    color: #1d1d1d;
}

.book-name a {
    color: #489e9f;
    margin-bottom: 0;
}

.templates-table a {
    color: #ffffff;
    font-size: 1.8rem;
    background: #eeab00;
    padding: 0.5rem 0.6em;
    border-radius: 0.25rem;
}

.templates-table a:hover {
    color: #ebb42c;
}

.consult-title {
    margin: 0 16px;
}

.consultations-carousel h3 {
    color: white;
}

.templates-table .table {
    border: 0 !important;
    border-bottom: 0;
}

.templates-table .table tbody tr {
    border: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #d4d4d4;
    margin-bottom: 1rem;
    border-radius: 0.3rem;
    padding: 0.8rem 0.5rem;
}

.templates-table .table tr td {
    border: 0;
    font-size: 1.6rem;
}

.fixed-table-container {
    position: relative;
    clear: both;
    border: 1px solid #fff !important;
}

.templates-table .table tbody tr td:first-child {
    width: 50%;
}

.fixed-table-footer {
    border-top: 1px solid #fff !important;
}