/* --------------------------------------------------- */
/* -------------------- ↓ common ↓ ------------------- */
/* --------------------------------------------------- */

/* start all */
:root {
    --color-black:  0 0 0;       /* #000000 */
    --color-blue:   30 69 150;   /* #1e4596 */
    --color-sky:    70 93 193;   /* #465DC1 */
    --color-orange: 255, 170, 1;   /* #FFAA01 */
    --color-dark:   144 144 144; /* #909090 */
    --color-grey:   241 241 241; /* #f1f1f1 */
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
body,html {
    overflow-x: hidden;
    max-width: 100%;
}
body {
    height: 100%;
    overflow: hidden;
    font-family: 'Poppins', sans-serif;
}
[dir="rtl"] body {
    font-family: 'Cairo', sans-serif;
}
::-webkit-scrollbar {
    width: 5px;
    height: 5px;
  }
  ::-webkit-scrollbar-button {
    width: 5px;
    height: 5px;
  }
  ::-webkit-scrollbar-thumb {
    background: #aaa;
    border: 1px none #ffffff;
    border-radius: 10px;
  }
  ::-webkit-scrollbar-thumb:hover {
    background: #777;
  }
  ::-webkit-scrollbar-thumb:active {
    background: #666;
  }
  ::-webkit-scrollbar-track {
    background: #eee;
    border: 65px none #ffffff;
    border-radius: 34px;
  }
  ::-webkit-scrollbar-track:hover {
    background: #eee;
  }
  ::-webkit-scrollbar-track:active {
    background: #eee;
  }
  ::-webkit-scrollbar-corner {
    background: transparent;
  }
/* end all */

/* start slider */
.slick-slider,
[lang="ar"] .slick-slider,
[dir="rtl"] .slick-slider,
[lang="en"] .slick-slider,
[dir="ltr"] .slick-slider {
    direction: ltr !important;
}
.slick-slide {
    margin: 0px 20px;
}
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide {
    float: right;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.slick-dots {
    list-style: none;
    text-align: center;
    margin: 0;
    padding: 0;
}
.slick-dots li {
    display: inline-block;
    padding: 2px;
}
.slick-dots li button {
    display: inline-block;
    width: 10px !important;
    max-width: 10px !important;
    min-width: 10px !important;
    height: 10px;
    /* background: rgba(var(--color-mauve, 1)); */
    font-size: 0;
    border-radius: 100%;
    display: block;
    border: 0;
    padding: 0;
    outline: 0;
}
.slick-dots .slick-active button {
    /* background: rgba(var(--color-mauve, 1)); */
}
/* end slider */

/* start supplement */
.supplement .loading_screen {
    width: 100%;
    height: 100vh;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    z-index: 9999;
}
.supplement .loading_screen > div {
    margin: auto;
}
.supplement .loading_screen p {
    text-align: center;
    color: #ccc;
    text-transform: uppercase;
    font-size: 20px;
}
.supplement .loading_screen i {
    color: #aaa;
    display: block;
    text-align: center;
    margin-bottom: 10px;
    font-size: 30px;
}
.supplement .go_top i {
    font-size: 20px;
    text-align: center;
    position: fixed;
    left: 15px;
    bottom: 10px;
    z-index: 999;
    display: none;
    cursor: pointer;
    opacity: .5;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    background-color: rgb(var(--color-black) / 60%);
    color: #fff;
    line-height: 40px;
}
.supplement .go_top i:hover {
    opacity: 1;
}
/* end supplement */

/* start navbar */
.navbar-acs {z-index: 99;}
.navbar-acs .logo { width: 260px; background-color: rgba(var(--color-grey, 1)); } 
.navbar-acs .info {padding: 40px 0;}
.navbar-acs .info p {
    font-size: 12px;
    white-space: pre-line;
    overflow-wrap: break-word;
    -ms-word-break: break-word;
    word-break: break-word;
}
.navbar-acs .info .item {padding: 0 15px; border-right: 1px solid #ddd}
[dir="rtl"] .navbar-acs .info .item {border-right: 0; border-left: 1px solid #ddd}
.navbar-acs .info p strong {color: #333}
.navbar-acs .language {font-size: 14px; outline: 0; font-weight: bold; color: #333; cursor: pointer;}
.navbar-acs .links i {font-size: 20px; cursor: pointer;}
.navbar-acs .links a {
    width: 40px;
    height: 40px;
    line-height: 45px;
    border-radius: 100%;
    text-align: center;
    margin: 5px;
    background-color: rgb(var(--color-grey));
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}
.navbar-acs .links a:hover { color: #fff; background-color: #1e77f0; }
.navbar-acs .links .search:hover { color: #1e77f0; }
.navbar-acs .navbar {background-color: rgb(var(--color-black) / 70%); padding: 0;}
.navbar-acs .navbar .nav-link {font-size: 14px; color: #fff; font-weight: 600; padding: 12px 10px;font-family: 'Cairo'}
.navbar-acs .navbar .nav-link.active,
.navbar-acs .navbar .nav-link:hover {color: #fff; background-color: rgb(var(--color-blue));}
.navbar-acs .navbar [type="submit"] {width: 175px; padding: 12px; margin: 0 30px; background-color: rgb(var(--color-blue)); border: 0;font-size: 14px; color: #fff; font-weight: 600;}
[dir="rtl"] .navbar-acs .navbar-nav.me-auto {margin-left: auto !important; margin-right: 0 !important;}
.navbar-acs .navbar-toggler {margin: 5px; color: #fff;}
.navbar-acs .navbar-toggler, 
.navbar-acs .navbar-toggler:focus {box-shadow: none; border: 0;}
.navbar-acs .logo-links {background-color: rgba(var(--color-grey, 1)); display: flex; width: 260px;}
.navbar-acs .logo-links .links,
.navbar-acs form .language {display: none;}
.navbar-acs.fixed-top {
    position: fixed;
    left: 0;
    right: 0;
}
.navbar-acs,
.navbar-acs .logo-links,
.navbar-acs .logo-links .logo,
.navbar-acs .logo-links .logo img,
.navbar-acs .info {
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    opacity: 1;
}
.navbar-acs.fixed-top .logo-links,
.navbar-acs.fixed-top .info {
    height: 0;
    min-height: 0;
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 0;
    opacity: 0;
}
.navbar-acs .info-navbar {
    width: calc(100% - 260px);
}
.navbar-acs.fixed-top .logo-links .logo img {
    width: 0;
    height: 0;
}
@media(max-width: 991px) {
    .navbar-acs .info-navbar {
        width: 100%;
    }
    .navbar-acs .navbar .container-fluid {position: relative}
    .navbar-acs form {position: absolute; right: 0; top: 0;}
    [dir="rtl"] .navbar-acs form { right: auto; left: 0;}
    .navbar-acs .navbar [type="submit"] {width: auto; margin: 0;}
    .navbar-acs .info {display: none !important;}
    .navbar-acs .logo-links {background-color: #ffffff; display: block; width: auto;}
    .navbar-acs .logo-links {display: flex; justify-content: space-between; align-items: center;}
    .navbar-acs .logo-links .links {display: flex;}
    .navbar-acs form .language {display: block;}
    .navbar-acs .logo {min-height: 100px;}
}
/* end navbar */

/* start search-box */
.search-box {
    background: #fff;
    position: fixed;
    right: 0;
    left: 0;
    top: -101vh;
    height: 100vh;
    z-index: 999;
    opacity: .2;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
}
.search-box.show {
    opacity: 1;
    top: 0;
}
.search-box .close-search-box {
    cursor: pointer;
    position: absolute;
    top: 5px;
    right: 5px;
    opacity: .5;
}
.search-box .close-search-box:hover {opacity: 1;}
[dir="rtl"] .search-box .close-search-box {
    left: 5px;
    right: auto;
}
.search-box form input {
    font-size: 25px;
    font-size: 3rem;
    line-height: 1.5;
    width: 100%;
    max-width: 500px;
    border: none;
    outline: none;
    text-align: center;
}
/* end search-box */

/* start header */
.fixed-top ~ .header {
    padding-top: 100px;
}
.header .carousel-item {
    background-position: top center;
    background-size: cover;
    width: 100%;
    height: 600px;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}
.header .carousel-item .carousel-caption {
    background-color: rgb(var(--color-black) / 35%);
    font-size: 20px;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 50px;
}
.header .carousel-item .carousel-caption p {margin: 0;}
.carousel-control-prev,
.carousel-control-next {
    background-color: rgb(var(--color-black) / 46%);
    width: 40px;
    height: 40px;
    border-radius: 100%;
    top: 46%;
    margin: 10px;
}
/* end header */

/* start footer */
.footer {
    background-color: rgb(var(--color-sky));
    color: #fff;
}
.footer .footer-top {
    background-color: rgb(var(--color-black) / 10%);
    width: 100%;
    padding: 20px 10px;
}
.footer .footer-top p {
    margin: 0;
    font-weight: 600;
    padding: 0 10px;
}
.footer .footer-top input {
    width: 234px;
    border: 0;
    outline: 0;
    height: 50px;
    text-indent: 15px;
    color: rgb(var(--color-blue));
    font-weight: 600;
}
.footer .footer-top input::placeholder {
    font-weight: 400;
    color: #aaa;
}
.footer .footer-top input[type="submit"] {
    width: 150px;
    height: 50px;
    border: 0;
    outline: 0;
    color: #fff;
    background-color: rgb(var(--color-blue));
    font-weight: 600;
    text-indent: 0;
    box-shadow: 0 0.15em 0.3em rgb(0 0 0 / 20%);
    transition: all .1s ease-in-out;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
}
.footer .footer-top input[type="submit"]:hover {background-color: rgb(var(--color-black) / 30%);}
.footer .row h3 {font-weight: 600; margin-bottom: 20px;}
.footer .row a {color: inherit; text-decoration: none; display: inline-block; min-width: 150px;}
.footer .row a:hover {opacity: 75%;}
.footer .row p {line-height: 2;}
.footer .row ul {list-style: none; padding: 0; margin: 0;}
.footer .row ul li {padding: 5px;}
.footer .row ul li i {font-size: 22px; padding: 0 10px;}
.footer .copyright {
    padding: 50px 0;
    border-top: 1px solid rgb(255 255 255 / 50%);
}
.footer .copyright a i {font-size: 20px; cursor: pointer;}
.footer .copyright a {
    width: 40px;
    height: 40px;
    line-height: 45px;
    border-radius: 100%;
    text-align: center;
    margin: 5px;
    background-color: rgb(var(--color-grey));
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    display: inline-block;
}
.footer .copyright a:hover { color: #fff; background-color: #1e77f0; }
.footer .copyright .search:hover { color: #1e77f0; }
/* end footer */

/* start title */
.title small {
    color: #7f8284;
    font-size: 12px;
}
.title small::after {
    content: '';
    display: block;
    width: 100px;
    height: 4px;
    background-color: #ccc;
    margin: auto;
}
.title h2 {
    color: rgb(var(--color-blue));
    font-weight: 600;
    font-size: 32px;
}
/* end title */

/* --------------------------------------------------- */
/* ------------------- ↓ home page ↓ ----------------- */
/* --------------------------------------------------- */

/* start about-us */
.about-us .description small {
    color: #7f8284;
    font-size: 12px;
}
.about-us .description small::after {
    content: '';
    display: block;
    width: 100px;
    height: 4px;
    background-color: #ccc;
}
.about-us .description h2 {
    color: rgb(var(--color-blue));
    font-weight: 600;
    font-size: 32px;
}
.about-us .description p {
    color: #25282B;
    margin: 40px auto;
    line-height: 1.9;
}
.about-us .description h3 {
    font-size: 27.2px;
    color: #1A1A1A;
    font-weight: 700;
    margin-bottom: 20px;
}
@media(max-width:700px) {
    .about-us .description h2 {font-size: 22px;}
    .about-us .description h3 {font-size: 18px; margin-bottom: 10px;}
    .about-us .description p {margin: 20px auto;}
}
/* end about-us */

/* start categories */
.categories .item {margin: 15px;}
.categories .slick-dots li button {background-color: #ccc; margin: 3px;} 
.categories .slick-dots .slick-active button {
    border: 1px solid rgb(var(--color-blue));
    border-radius: 100%;
} 
.categories .category {background-color: #E4E5E9;}
.categories .category .photo {
    padding: 10px;
    min-height: 300px;
    height:300px;
}
.categories .category .description {
    padding: 20px 10px;
    border-bottom: 7px solid #ccc;
    background-image: linear-gradient(to top, rgb(var(--color-black) / 50%) , rgb(var(--color-black) / 15%), rgb(var(--color-black) / 0%));
}
.categories .category .description h2 {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    max-width: 50%;
    color: rgb(var(--color-blue));
    margin: 0;
}
.categories .category .description a {
    padding: 7px;
    background-color: rgb(var(--color-orange));
    color: rgb(var(--color-blue));
    font-weight: 600;
    text-decoration: none;
    text-align: center;
    padding: 7px 15px; 
    text-transform: uppercase;
    font-weight: 700;
}
.categories .category,
.categories .category .description h2,
.categories .category .photo img,
.categories .slick-dots li button {
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}
.categories .category:hover {background-color: rgb(var(--color-blue));}
.categories .category:hover .description h2 {color: #fff;}
.categories .category:hover .photo img,
.categories .slick-dots li:hover button,
.categories .slick-dots .slick-active button {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
}
/* end categories */

/* start welcome */
.welcome {background-color: rgb(var(--color-sky)); color: #fff;}
.welcome h2 {font-weight: 600; font-size: 27px;}
.welcome p { line-height: 1.9; margin-top: 20px;}
/* end welcome */

/* start projects */
.projects .item {margin: 15px;}
.projects .slick-dots li button {background-color: #ccc; margin: 3px;} 
.projects .slick-dots .slick-active button {
    border: 1px solid rgb(var(--color-blue));
    border-radius: 100%;
} 
.projects .slick-dots li button,
.projects .project .description {
    transition: all .3s ease-in-out;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
}
.projects .slick-dots li:hover button,
.projects .slick-dots .slick-active button {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
}
.projects {background-color: #F3F3F3;}
.projects .project .description {
    background-color: #fff;
    border-radius: 5px 5px 0 0;
    padding: 10px;
    text-align: center;
    position: relative;
    z-index: 9;
    height:105px;
}
.projects .project:hover .description {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.projects .project .description img { margin: 3px; }
.projects .project .description a {
    text-decoration: none;
    display: block;
    font-weight: 300;
    margin: 3px;
    color: #000;
    font-size: 17px;
}
.projects .project .description a:hover {color: rgb(var(--color-blue));}
.projects .project .photo {overflow: hidden;}
.projects .project .photo a {display: block;}
.projects .project .photo img {
    transition: all 2s ease-in-out;
    -webkit-transition: all 2s ease-in-out;
    -moz-transition: all 2s ease-in-out;
    -o-transition: all 2s ease-in-out;
    height:250px;
}
.projects .project:hover .photo img {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
}
/* end projects */

/* start latest */
.latest {background-color: #F3F3F3;}
.latest .item {
    padding: 10px;
    background-color: #fff;
    border-radius: 0 150px 150px 0;
    margin-top: 20px;
}
.latest .item a {
    text-decoration: none;
    display: block;
    line-height: 1.8;
    font-size: 18px;
    color: #333;
}
.latest .item .photo {
    overflow: hidden;
    width: 150px;
    min-width: 150px; 
    height: 150px;
    min-height: 150px;
}
.latest .item .photo img {
    height: 100%;
}
/* end latest */

/* --------------------------------------------------- */
/* ---------------- ↓ about-up page ↓ ---------------- */
/* --------------------------------------------------- */

/* start about */
.fixed-top ~ .about { padding-top: 150px; }
.about p,
.about li {line-height: 1.9;}
.about p + p {margin-top: 40px;}
.about ul {margin-bottom: 40px;}
.about h2 {
    color: rgb(var(--color-blue));
    font-weight: 600;
    font-size: 40px;
    text-align: center;
    margin-bottom: 30px;
}
/* end about */

/* --------------------------------------------------- */
/* ---------------- ↓ products page ↓ ---------------- */
/* --------------------------------------------------- */

/* start products */
.fixed-top ~ .products { padding-top: 150px; }
.products h2 {
    color: rgb(var(--color-blue));
    font-weight: 600;
    font-size: 40px;
    text-align: center;
    margin-bottom: 30px;
}
.products .product .col-lg {width: 50%; padding-left: 0; padding-right: 0;}
.products .product .description {
    height: 100%;
    background: rgb(var(--color-blue));
    color: #fff;
    padding: 15px;
}
.products .product .item,
.products .product .description h3,
.products .product .item .links,
.products .product .item::after,
.products .product .item img {
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}
.products .product .description .m-auto {max-width: 385px}
.products .product .description h3 {font-weight: 600; margin-top: 20px;}
.products .product .description p {line-height: 1.8;}
.products .product .links {display: flex; gap: 15px;}
.products .product .links a {color: #fff; font-size: 30px; text-decoration: none;}
.products .product .items {padding: 0 15px;gap: 15px; flex-wrap: wrap; align-content: stretch;}
.products .product .item {position: relative; background-color: #E4E5E9; width: calc(50% - 7.5px); flex: 1; padding: 15px 10px 30px;}
.products .product .items:not(.d-flex) .item {width: 100%;}
.products .product .items:not(.d-flex) .item + .item {margin-top: 15px;}
.products .product .item h4 {font-size: 18px; color: rgb(var(--color-blue)); font-weight: 600; height: 55px; position: relative; z-index: 5;}
.products .product .item .links {position: absolute; bottom: 30px; left: 0; right: 0; justify-content: center; opacity: 0; z-index: 4;}
.products .product .item:hover .links {opacity: 1; bottom: 60px;}
.products .product .item::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(var(--color-blue) / 85%);
    opacity: 0;
    z-index: 3;
}
.products .product .item:hover::after {opacity: 1;}
.products .product .item:hover {background-color: #000;}
.products .product .item:hover h4 {color: #fff; text-align: center; top: 55px;}
.products .product .item:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
@media(max-width: 991px) {
    .products .product .col-lg {width: 100%; margin-bottom: 15px;}
    .products .product .item {min-width: 200px;}
}
/* end products */

/* --------------------------------------------------- */
/* ---------------- ↓ projects page ↓ ---------------- */
/* --------------------------------------------------- */

/* start projects */
.fixed-top ~ .projects-section { padding-top: 150px; }
.projects h2 {
    color: rgb(var(--color-blue));
    font-weight: 600;
    font-size: 40px;
    text-align: center;
    margin-bottom: 30px;
}
/* end projects */

/* --------------------------------------------------- */
/* -------------- ↓ certificates page ↓ -------------- */
/* --------------------------------------------------- */

/* start certificates */
.fixed-top ~ .certificates { padding-top: 150px; }
.certificates h2 {
    color: rgb(var(--color-blue));
    font-weight: 600;
    font-size: 40px;
    text-align: center;
    margin-bottom: 30px;
}
/* end projects */

/* --------------------------------------------------- */
/* ---------------- ↓ contact-up page ↓ -------------- */
/* --------------------------------------------------- */

/* start about */
.fixed-top ~ .contact { padding-top: 150px; }
.contact h2 {
    color: rgb(var(--color-blue));
    font-weight: 600;
    font-size: 40px;
    text-align: center;
    margin-bottom: 30px;
}
.contact h3 {
    color: rgb(var(--color-blue));
    font-weight: 600;
    font-size: 25px;
}
.contact ul {list-style: none; padding: 0; margin: 0;}
.contact ul li {margin: 10px 0;}
.contact ul li p {padding: 0 10px; color: #25282b;}
.contact ul li p a {color: inherit; text-decoration: none;}
.contact ul li p a:hover {color: rgb(var(--color-sky)); text-decoration: underline;}
.contact ul li i {
    font-size: 20px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: rgb(var(--color-blue));
    color: #fff;
    border-radius: 100%;
}
.contact .contact-form h3  {margin-bottom: 30px;}
.contact .contact-form .field {margin: 15px auto;}
.contact .contact-form .field label {display: block; color: #25282b;}
.contact .contact-form .field input[type="text"],
.contact .contact-form .field input[type="email"],
.contact .contact-form .field textarea,
.contact .contact-form .field select {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 10px;
    margin: 3px 0;
}
.contact .contact-form .field textarea {resize: none;}
.contact .contact-form .field input[type="text"]:focus,
.contact .contact-form .field input[type="email"]:focus,
.contact .contact-form .field textarea:focus,
.contact .contact-form .field select:focus {
    border-color: #eee;
    -webkit-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.10);
    -moz-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.10);
    box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.10);
    outline: 0;
}
.contact .contact-form .error {
    color: #dc3232;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    opacity: 0;
    font-size: 14px;
}
.contact .contact-form .field input[type="submit"] {
    width: 150px;
    height: 50px;
    border: 0;
    outline: 0;
    color: #fff;
    background-color: rgb(var(--color-blue));
    font-weight: 600;
    text-indent: 0;
    box-shadow: 0 0.15em 0.3em rgb(0 0 0 / 20%);
    transition: all .1s ease-in-out;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    border-radius: 4px;
    text-transform: uppercase;
}
.contact .contact-form .field input[type="submit"]:hover {background-color: rgb(var(--color-blue) / 90%);}

@media (max-width: 992px) { /* tablets */
  .header .carousel-item {
    height: 400px;
  }
}

@media (max-width: 768px) { /* tablets */
  .header .carousel-item {
    height: 288px;
  }
}

@media (max-width: 576px) { /* mobile phones */
  .header .carousel-item {
    height: 190px;
  }
}


/* end contact */