@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;500;700&display=swap");

@font-face {
    font-family: "Eurostile";
    src: url("../fonts/eurostile.woff");
}

* {
    margin: 0;
    padding: 0;
}
html,
body {
    font-family: "Eurostile";
}
a {
    text-decoration: none;
    font-size: 14px;
}
a:active {
    background-color: transparent;
}
ul {
    padding: 0;
    margin: 0;
}
ul,
li {
    list-style-type: none;
}
img {
    width: 100%;
}
p {
    color: #000;
    font-family: "Eurostile";
    font-size: 20px;
    margin-bottom: 15px;
    text-align: justify;
}
.section-heading {
    text-align: center;
    margin-bottom: 30px;
}
.section-heading h2 {
    font-family: "Eurostile";
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    color: #000;
    -webkit-text-stroke: 1px;
    letter-spacing: 1px;
}

/* -----------------
Top Bar
--------------------*/

.top-bar {
    background-color: #fff;
    padding: 7px 0;
    border-bottom: 1px solid #e7e7e7;
}
.top-bar .contact-info {
    float: right;
}
.top-bar .contact-info li {
    display: inline-block;
    padding-left: 20px;
}
.top-bar .contact-info li a {
    color: #000;
    font-size: 16px;
    font-weight: 500;
}

/* -----------------
Navbar
--------------------*/

.navbar {
    padding: 0;
    background-color: #fff !important;
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    transition: 0.5s;
    border-bottom: 1px solid #e7e7e7;
}

.fixed-header {
    background-color: #fff !important;
    width: 100%;
    z-index: 999;
}

/* .navbar {
  padding: 0;
  background-color: #fff !important;
  border-bottom: 1px solid #e7e7e7;
} */
.navbar-nav > li {
    margin: 0 5px;
}
.navbar-nav li .nav-link {
    padding: 30px 0;
    color: #000 !important;
    font-weight: 500;
    font-size: 16px;
    -webkit-text-stroke: 0.5px;
    letter-spacing: 0.5px;
}
.navbar-nav li .nav-link:hover,
.navbar-nav li .nav-link.active {
    color: #981515 !important;
}
/* .dropdown-menu {
    width: 250px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    -moz-transform-origin: top;
    transform-origin: top;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -moz-transform: scaleY(0);
    transform: scaleY(0);
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -moz-transform: scaleY(1);
    transform: scaleY(1);
}
.sub-dropdown:hover .sub-dropdown-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -moz-transform: scaleY(1);
    transform: scaleY(1);
} */

  .dropdown:hover a.dropdown-toggle {
    color: #c20000 !important;
  }
.dropdown-menu li a {
    padding: 10px 0px;
    font-size: 16px;
    font-weight: 500 !important;
    color: #000;
    -webkit-text-stroke: 0.5px;
    letter-spacing: 0.5px;
}
.dropdown-menu li a:hover {
    background-color: transparent;
}
.dropdown-menu li:active {
    background-color: transparent;
}
.sub-dropdown .dropdown-toggle::after {
    content: "\f105";
    font-family: "FontAwesome";
    border: none;
    font-weight: 700;
    vertical-align: 0;
    float: right;
}
/* .dropdown-menu,
.sub-dropdown-menu {
    border: none;
    background-color: #fff;
    border-radius: 0;
    padding: 0px 0 !important;
    border-top: 5px solid #981515;
} */
.dropdown-menu li a,
.sub-dropdown-menu li a {
    border-bottom: 1px solid #0000001a;
}
.dropdown-menu li:last-child a,
.sub-dropdown-menu li:last-child a {
    border-bottom: none;
}
.dropdown-menu li a:hover,
.sub-dropdown-menu li a:hover {
  background-color: #fff0;
  color: #981515;
}

.sub-dropdown .sub-dropdown-menu {
    position: absolute;
    top: 0;
    right: auto;
    left: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    -moz-transform-origin: top;
    transform-origin: top;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -moz-transform: scaleY(0);
    transform: scaleY(0);
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

/* .navbar-nav li.dropdown .dropdown-menu {
position: absolute;
left: 0px;
top: 100%;
margin-top: 0;
z-index: 100;
display: block;
background: #ffffff;
-webkit-transform: scaleY(0);
-ms-transform: scaleY(0);
-moz-transform: scaleY(0);
transform: scaleY(0);
-webkit-transform-origin: top;
-ms-transform-origin: top;
-moz-transform-origin: top;
transform-origin: top;
transition: all 500ms ease;
-moz-transition: all 500ms ease;
-webkit-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
-webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
-ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
-o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
-moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

@media only screen and (min-width: 768px) {
  .navbar-nav li.dropdown:hover .dropdown-menu {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -moz-transform: scaleY(1);
    transform: scaleY(1);
    visibility: visible;
    opacity: 1;
  }
} */

@media only screen and (min-width: 992px) {
    .dropdown .dropdown-menu {
        display: block;
    }
    .sub-dropdown:hover .sub-dropdown-menu {
        display: block;
    }
    
.dropdown-menu {
    width: 280px;
    opacity: 0;
    visibility: hidden;
    border-top: 4px solid #c20000;
    border-bottom: none;
    border-left: none;
    border-right: none;
    background-color: #fff;
    border-radius: 0;
    padding: 25px 30px 20px !important;
    box-shadow: 0 10px 10px 0 #00000017;
    transform: translateY(10px);
    transition: 600ms ease-in;
    -moz-transition: 600ms ease-in;
    -webkit-transition: 600ms ease-in;
    -ms-transition: 600ms ease-in;
    -o-transition: 600ms ease-in;
  }

    .dropdown:hover .dropdown-menu {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
      }
}

/* -----------------
Welcome Section
--------------------*/

.welcome-section {
    padding: 60px 0;
}
.welcome-section p {
    text-align: justify;
}

.pt-120 {
    padding-top: 120px !important;
}

/* -----------------
Banner Area
--------------------*/

.banner-area.banner-fix {
    top: 80px;
}

.banner-area .single-banner {
    position: relative;
}

.banner-area .single-banner .slide {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner-area .single-banner .slide img {
    width: 100%;
}

.banner-area .single-banner .slide:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #00000000;
}

.banner-area .single-banner .slide .banner-caption {
    position: absolute;
    left: 10%;
}

.banner-area .single-banner .slide .banner-caption h2 {
    font-size: 2.5vw;
    text-transform: capitalize;
    margin: 0;
    color: #15548b;
    font-weight: 600;
}

.banner-area .single-banner .slide .o-banner-center {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
}

.banner-area .banner-text-center {
    position: absolute;
    top: 40%;
    left: 30%;
    text-align: center;
}
.banner-area .banner-text-left {
    position: absolute;
    top: 40%;
    left: 10%;
    text-align: left;
}
.banner-area .banner-text-right {
    position: absolute;
    top: 40%;
    left: 50%;
    text-align: left;
}

.banner-area .banner-text h2 {
    font-size: 3vw;
    text-transform: capitalize;
    font-family: Rockford Sans;
    margin: 0;
    font-weight: 700;
}

.banner-area .banner-text p {
    width: 70%;
    color: #262626;
}

.banner-area .banner-btn a {
    text-decoration: none;
    background: red;
    color: #fff;
    padding: 15px 25px;
    display: inline-block;
    text-transform: uppercase;
    border-radius: 50px;
}

.banner-area .slick-dots {
    position: absolute;
    bottom: 25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
}

.banner-area .slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 25px;
    padding: 0;
    cursor: pointer;
}

.banner-area .slick-dots li button {
    position: relative;
    background-color: red;
    opacity: 0.25;
    width: 50px;
    height: 3px;
    padding: 0;
    font-size: 0;
}

.banner-area .slick-dots li.slick-active button {
    color: red;
    opacity: 0.75;
}

.banner-area .slick-next {
    right: 50px;
}

.banner-area .slick-prev {
    left: 50px;
    z-index: 9;
}

.banner-area .slick-arrow {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 24px;
    text-align: center;
    display: inline-block;
    background-color: #0000003b;
    border-radius: 0;
    position: absolute;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.banner-area .slick-arrow::before{
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-family: "FontAwesome";
    display: block;
}

.banner-area .slick-next:before{
    content: "\f105" !important;
}
.banner-area .slick-prev:before{
    content: "\f104" !important;
}

.banner-area .slick-prev,
.banner-area .slick-next {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.products-slider {
    background-color: #c20000;
    padding: 60px 0;
    margin-bottom: 60px;
}

.products-slider .left-content {
    position: relative;
    height: 100%;
}
.products-slider .left-owl-nav {
    position: absolute;
    bottom: 0;
    left: 0;
}

.products-slider .left-content h2 {
    font-size: 60px;
    font-family: "Eurostile";
    color: #fff;
    font-weight: 700;
    line-height: 60px;
    margin-bottom: 20px;
    -webkit-text-stroke: 1px;
    letter-spacing: 1px;
}
.products-slider .left-content p {
    color: #fff;
    font-size: 18px;
}

.products-slider .item {
    padding: 10px;
    background-color: #fff;
    min-height: 520px;
    position: relative;
}
.products-slider .item .content {
    padding: 15px 10px;
}
.products-slider .item .content h2 {
    font-size: 22px;
    font-weight: 400;
    color: #000;
    margin-bottom: 15px;
    -webkit-text-stroke: 1px;
    letter-spacing: 1px;
}
.products-slider .item a {
    color: #000;
    font-size: 16px;
    text-transform: uppercase;
    padding-left: 15px;
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 30px;
}
.products-slider .item a i {
    font-size: 20px;
    margin-left: 10px;
    transition: 0.3s;
}
.products-slider .item a:hover i {
    padding-left: 10px;
}


.products-slider .owl-nav {
    display: none;
}

.products-slider .owl-prev,
.products-slider .owl-next {
    width: 40px;
    height: 40px;
    border: 2px solid #fff !important;
    background-color: transparent;
    border-radius: 50%;
    margin: 5px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.products-slider .owl-prev:active,
.products-slider .owl-next:active {
    scale: 0.8;
}

.products-slider .owl-prev i,
.products-slider .owl-next i {
    color: #fff;
    font-size: 20px;
    line-height: 30px;
}

.about-section {
    padding: 60px 0;
}



.faq-page-section {
    padding: 60px 0;
}

.faq-page-section .accordion-header button:focus {
    box-shadow: none;
}
.faq-page-section .accordion-button {
    font-size: 20px;
    -webkit-text-stroke: 0.5px;
    letter-spacing: 1px;
}
.faq-page-section .accordion-button:not(.collapsed) {
    background-color: #00256d;
    color: #fff;
}
.faq-page-section .accordion-button:hover {
    background-color: #00256d;
    color: #fff;
}
.faq-page-section .accordion-button::after {
    content: "\f107";
    font-family: FontAwesome;
    background-image: none;
    font-size: 30px;
    line-height: 15px;
}
.faq-page-section .accordion-button:not(.collapsed)::after {
    content: "\f107";
    font-family: FontAwesome;
}





.gallery-page-section {
    padding: 60px 0;
}

.gallery-page-section .gallery-item {
    margin-bottom: 30px;
    overflow: hidden;
}

.gallery-page-section .gallery-item img {
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.gallery-page-section .gallery-item:hover img {
    scale: 1.1;
}


.product-page-section {
    padding: 60px 0;
}
.product-page-section .product-img {
    margin-bottom: 25px;
    border: 5px solid #f1f1f1;
}




.mb-20 {
    margin-bottom: 20px;
}

.contact-section {
    padding: 60px 0;
}

.contact-section .contact-col {
    display: flex;
}

.contact-form input,
.contact-form textarea,
.contact-form select {
    color: #7c7c7c;
    font-size: 14px;
    font-weight: 300;
    border: 1px solid #ddd;
    background-color: #fff;
    width: 100%;
    border-radius: 5px;
    outline: none;
    padding: 10px 15px;
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
    /*margin-bottom: 20px;*/
}
.contact-form fieldset {
    margin-bottom: 20px;
}
.contact-form input:focus,
.contact-form textarea:focus,
.contact-form select:focus {
    border-color: #fe6e2f;
}

.contact-form button {
    margin-top: 0px;
    font-size: 14px;
    color: #fff;
    background-color: #c20000;
    padding: 12px 25px;
    box-shadow: none;
    border: none;
    display: inline-block;
    border-radius: 3px;
    font-weight: 600;
    transition: all 0.3s;
}

.contact-form button:hover {
    opacity: 0.9;
}

.contact-form textarea {
    padding: 20px;
}

.contact-form ::-webkit-input-placeholder {
    /* Edge */
    color: #7c7c7c;
}

.contact-form :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #7c7c7c;
}

.contact-form ::placeholder {
    color: #7c7c7c;
}

.contact-section .contact-box {
    padding: 30px;
    width: 100%;
}
.contact-section .contact-box .contact-info h2 {
    color: #fff;
    font-size: 30px;
    margin-bottom: 30px;
    font-weight: 600;
}
.contact-section .contact-box .contact-info ul li {
    padding: 0px 0px 40px 60px;
    position: relative;
    display: flex;
    align-items: center;
    line-height: 1.7;
    color: #fff;
}
.contact-section .contact-box .contact-info ul li:first-child {
    align-items: flex-start;
}

.contact-section .contact-box .contact-info ul li i {
    color: #fff;
    border-radius: 50px;
    background: #c20000;
    width: 40px;
    height: 40px;
    position: absolute;
    text-align: center;
    box-shadow: none;
    margin-right: 20px;
    line-height: 40px;
    left: 0px;
}
.contact-section .contact-box .contact-info ul li p {
    color: #000 !important;
    font-size: 20px;
    margin: 0 !important;
    font-weight: 600;
}

.contact-section .contact-box .contact-info ul li a {
    color: #000;
    font-weight: 600;
    font-size: 20px;
}
.contact-section .contact-box .contact-info h4 {
    font-size: 16px;
    color: #000;
    margin-bottom: 30px;
    font-weight: 600;
}

form fieldset .radio {
    margin-top: 10px;
    position: relative;
}
form fieldset .radio li {
    margin: 0 10px;
}
.contact-form input[type="radio"] {
    width: auto;
    margin-bottom: 0;
}
form fieldset .radio li label {
    width: auto;
}



.why-choose-section {
    padding: 60px 0;
    background-image: url("../images/why-choose-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    z-index: 9;
    margin-bottom: 50px;
}
.why-choose-section::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-color: #0f1218;
    opacity: 0.7;
}
.why-choose-section .section-heading {
    margin-bottom: 50px;
}
.why-choose-section .section-heading h2 {
    color: #fff;
}
.why-choose-section .icon {
    width: 70px;
    margin: auto;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.why-choose-section .icon img {
    filter: invert(1);
    -webkit-filter: invert(1);
}
.why-choose-section .item {
    padding: 20px;
    min-height: 230px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.why-choose-section .item h4 {
    font-size: 16px;
    color: #fff;
    font-weight: 300;
    text-align: center;
}
.why-choose-section .item:hover {
    background-color: #0038a5;
}
.why-choose-section .item:hover .icon {
    scale: 1.2;
}




.footer-top {
    padding: 60px 0;
    background-image: url("../images/slides/footer-top-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    z-index: 9;
}
.footer-top::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-color: #0e0707;
    opacity: 0.85;
}

.footer-top .book-products {
    padding-bottom: 20px;
}
.footer-top .book-products,
.footer-top .contact-info {
    text-align: center;
}
.footer-top .book-products h4 {
    color: #fff;
    font-size: 40px;
    margin: 0;
    font-weight: 400;
    text-transform: uppercase;
}
.footer-top .book-products p {
    text-align: center;
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    text-transform: uppercase;
}

.footer-top .contact-info h4 {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
}

.footer-top .contact-info a {
    text-align: center;
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
}



/* -----------------
Footer Section
--------------------*/
footer {
    background: #00256d;
    padding: 50px 0;
}
footer .widget h2 {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 25px;
    margin-right: 15px;
    border-bottom: 2px solid;
    padding-bottom: 10px;
}
footer .widget p {
    color: #fff;
    margin: 0;
}
footer .widget-about p {
    text-align: justify;
    font-size: 20px;
}

footer .widget-links .nav-links ul {
    padding: 0;
    list-style-type: none;
}
footer .widget-links .nav-links ul li a {
    color: #fff;
    font-size: 20px;
    padding: 7px 0;
    padding-left: 15px;
    display: flex;
    transition: 0.3s ease;
    border-bottom: 1px solid #ffffff17;
    position: relative;
}
footer .widget-links .nav-links ul li a:before {
    content: "\f105";
    font-family: "FontAwesome";
    padding-right: 10px;
    color: #fff;
    position: absolute;
    left: 0;
}
footer .widget-links .nav-links ul li a:hover {
    padding-left: 25px;
    background-color: transparent;
}
footer .widget-contact .contact-info ul {
    padding: 0;
}
footer .widget-contact .contact-info ul li {
    display: flex;
    align-items: center;
    position: relative;
    color: #fff;
    padding-bottom: 30px;
    padding-left: 55px;
}
footer .widget-contact .contact-info ul li:first-child {
    align-items: start;
}
footer .widget-contact .contact-info ul li i {
    position: absolute;
    left: 0;
    width: 40px;
    height: 40px;
    font-size: 20px;
    margin-right: 20px;
    text-align: center;
    border-radius: 60px;
    line-height: 37px;
}
footer .widget-contact .contact-info ul li p {
    display: grid;
    text-align: left;
    font-size: 20px;
}
footer .widget-contact .contact-info ul li a {
    color: #fff;
    font-size: 20px;
}
footer .widget-contact .contact-info ul li a.email {
    margin-top: 10px;
}

/* footer .widget-contact .contact-info h4 {
  font-size: 15px;
  color: #fff;
  margin-bottom: 20px;
  font-family: 'Ubuntu', sans-serif;
} */

.footer-bottom {
    background: #00256d;
    padding: 20px 0;
    border-top: 1px solid #ffffff17;
}
.footer-bottom p,
.footer-bottom p a {
    margin: 0;
    color: #fff;
    font-size: 20px;
}
.footer-bottom .copyrights {
    float: left;
}
.footer-bottom .design {
    float: right;
}

.social-icons {
    margin-top: 10px;
}

.social-icons li {
    display: inline-block;
    margin: 0 10px;
}
.social-icons li a {
    width: 30px;
    height: 30px;
    display: block;
    background-color: #f7b444;
    text-align: center;
    line-height: 35px;
}
.social-icons li a i {
    color: #0c487f;
    font-size: 18px;
}



#go-to-top {
    display: inline-block;
    background-color: #eb0f0f;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 50px;
    position: fixed;
    bottom: 37px;
    right: 60px;
    transition: background-color .3s,
      opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
  }
  
  #go-to-top::after {
    content: "\f106";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 47px;
    color: #fff;
  }
  
  #go-to-top:hover {
    cursor: pointer;
    background-color: #eb0f0f;
  }
  #go-to-top:active {
    background-color: #eb0f0f;
  }
  #go-to-top:hover::after,
  #go-to-top:active::after {
    color: #fff;
  }
  
  #go-to-top.show {
    opacity: 1;
    visibility: visible;
  }
  





.captcha-img {
    display: flex;
}
.captcha-img img {
    width: 200px;
}
#captcha_reload i {
    color: #000000;
    font-size: 22px;
    line-height: 40px;
    padding-left: 10px;
}

#captcha-field {
    margin: 0;
}

#captcha-error {
    text-align: center;
}
#captcha-error p {
    margin: 0;
}

#captcha_reload i {
    color: #000;
    font-size: 20px;
    height: 100%;
    display: flex;
    align-items: center;
}

#captcha-field {
    margin-top: 0px;
}

#captcha_image {
    width: 80%;
    height: 100%;
    margin: 0 0px 0 0;
    text-align: center;
}

#success_message {
    text-align: center;
    background-color: #dff2d5;
    padding: 5px 10px;
    border: 1px solid #399d04;
    margin-top: 20px;
}

#success_message h3 {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
}
.help-block.error,
#file-error p {
    color: #f00;
    font-size: 14px;
}

#employment_type-error {
    position: absolute;
    top: 100%;
}

#error_message {
    text-align: center;
    background-color: #f2d5d5;
    padding: 5px 10px;
    border: 1px solid #9d0404;
    margin-top: 20px;
}

#error_message h3 {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
}






@media(max-width: 1399px){
    .products-slider .left-content h2 {
        font-size: 50px;
    }
}

@media(max-width: 1399px){
    .products-slider .left-content h2 {
        font-size: 40px;
        line-height: 50px;
    }
    .products-slider .left-content p {
        color: #fff;
        font-size: 16px;
    }
    .products-slider .item {
        min-height: 530px;
    }
    .products-slider .item .content p {
        font-size: 18px;
    }
}


@media(max-width: 991px) {
    .dropdown-menu li a {
        padding: 10px 20px;
    }
    .products-slider .left-owl-nav {
        display: none;
    }
    .products-slider .owl-nav {
        display: block;
        margin-top: 20px;
        text-align: center;
    }
    .product-page-section .img-box {
        margin-bottom: 30px;
    }
    footer .widget {
        margin-bottom: 40px;
    }
    .footer-bottom .copyrights,
    .footer-bottom .design {
        float: none;
    }
    .footer-bottom .copyrights p,
    .footer-bottom .design p {
        text-align: center;
    }
    #go-to-top {
        bottom: 75px;
    }
}

@media (max-width: 767px) {
    .top-bar .contact-info {
        text-align: center;
        float: none;
    }
    .navbar .navbar-brand img {
        width: 240px;
    }
    .banner-area .slick-prev {
        left: 10px;
    }
    .banner-area .slick-next {
        right: 10px;
    }
}

@media (max-width: 375px) {
    .navbar .navbar-brand img {
        width: 200px;
    }
}


