﻿* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html,
body {
    height: 100%;
    min-height: 100%;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
}
body {
    font-size: 15px !important;
    font-family: "Arial", sans-serif;
    color:  #383838;
    position: relative;
    background-color: #fff;
    -ms-touch-action: pan-y;
    overflow-x: hidden;
    outline: none;
}
a {
    text-decoration: none;
    font-size: 15px;
    line-height: 178%;
}
@media only screen and (max-width: 991px) {
    a {
        font-size: 15px;
    }
}
a:hover {
    transition: all 0.3s ease-in-out;
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.pre--header {
    border-bottom: 1px solid #ebebeb;
    background: #f9f9f9;
}
.pre--header .content--area {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
@media only screen and (max-width: 768px) {
    .pre--header .content--area {
        flex-direction: column;
        justify-content: center;
    }
}
.pre--header .content--area .pre-header-left {
    display: flex;
    align-items: center;
    gap: 15px;
    width: 100%;
}
@media only screen and (max-width: 768px) {
    .pre--header .content--area .pre-header-left {
        justify-content: center;
    }
}
@media only screen and (max-width: 768px) {
    .pre--header .content--area .pre-header-left {
        border-bottom: 1px solid #ebebeb;
    }
}
.pre--header .content--area .pre-header-left p {
    margin: 2px 0 0 0;
    padding: 0 0 0 20px;
    color:  #383838;
    font-family: Arial;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    position: relative;
}
.pre--header .content--area .pre-header-left p::before {
    top: 3px;
    left: 0;
    font-size: 14px;
    color:  #383838;
    font-family: "icomoon" !important;
    position: absolute;
}
.pre--header .content--area .pre-header-left p a {
    color: #000;
    font-size: 13px;
}
.pre--header .content--area .pre-header-left p a:hover {
    color: #d21319;
}
.pre--header .content--area .pre-header-left p.phone {
    padding-right: 15px;
}
.pre--header .content--area .pre-header-left p.phone::before {
    content: "";
}
.pre--header .content--area .pre-header-left p.phone::after {
    content: "/";
    position: absolute;
    top: 4px;
    right: 0;
}
.pre--header .content--area .pre-header-left p.contact::before {
    content: "";
}
.pre--header .content--area .pre-header-left .login {
    color: #fff;
    height: 40px;
    padding: 0 20px;
    text-shadow: 0px -1px 0px #313131;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    transition: all 0.2s ease-in-out;
    background: linear-gradient(180deg, #d21319 0%, #b31116 100%);
	background: #d21319;
}
.pre--header .content--area .pre-header-left .login:hover {
    background: linear-gradient(180deg, #f83d43 0%, #b31116 100%);
}
.pre--header .content--area .pre-header-right {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}
@media only screen and (max-width: 768px) {
    .pre--header .content--area .pre-header-right {
        display: flex;
        justify-content: center;
    }
}
@media only screen and (max-width: 575px) {
    .pre--header .content--area .pre-header-right {
        flex-direction: column;
        align-items: center;
    }
}
.pre--header .content--area .pre-header-right .social-media {
    display: flex;
    gap: 7px;
}
.pre--header .content--area .pre-header-right .social-media li a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    padding: 0 15px;
    font-size: 18px;
    color:  #383838;
    border-right: 1px solid #ebebeb;
    border-left: 1px solid #ebebeb;
    background: linear-gradient(180deg, #fff 0%, #f1f1f1 100%);
}
.pre--header .content--area .pre-header-right .social-media li a:hover {
    color: #d21319;
}
.pre--header .content--area .pre-header-right .social-media li.button-search form {
    display: none;
}
.pre--header .content--area .pre-header-right form {
    display: none;
}
.pre--header .content--area .pre-header-right form input {
    height: 40px;
    line-height: 40px;
    padding: 0 10px 0 10px !important;
    width: 150px;
    background: rgba(0, 0, 0, 0.03) !important;
    background: 0 0;
    zoom: 1;
    border: 0;
    outline: 0 !important;
    box-shadow: none;
    border-radius: 0;
}
@media only screen and (max-width: 575px) {
    .pre--header .content--area .pre-header-right form input {
        width: 100%;
        border: 1px solid #ebebeb;
        margin: 3px 0 0 0;
    }
}
#header-area {
    border-bottom: 1px solid #ebebeb;
}
@media only screen and (max-width: 1200px) {
    #header-area {
        padding: 20px 0;
    }
}
#header-area .content--area {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#header-area .content--area .logo {
    width: 122px;
    flex-shrink: 0;
}
#header-area .content--area .logo img {
    display: block;
    max-width: 100%;
}
#header-area .content--area nav .main--menu {
    display: flex;
    gap: 12px;
}
@media only screen and (max-width: 1200px) {
    #header-area .content--area nav .main--menu {
        display: none;
    }
}
#header-area .content--area nav .main--menu > li {
    position: relative;
}
#header-area .content--area nav .main--menu > li > a {
    padding: 0 15px;
    display: flex;
    align-items: center;
    height: 70px;
    color:  #383838;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    border-radius: 2px;
    position: relative;
}
#header-area .content--area nav .main--menu > li:hover > a {
    color: #fff;
    background: #3f7fba;
    background-image: linear-gradient(to bottom, #3f7fba, #2d5c88);
}
#header-area .content--area nav .main--menu > li:hover > ul {
    display: block;
}
#header-area .content--area nav .main--menu > li.active {
    background: #3f7fba;
}
#header-area .content--area nav .main--menu > li.dropdown > a {
    padding-right: 30px;
}
#header-area .content--area nav .main--menu > li.dropdown > a::after {
    content: "";
    top: 26px;
    right: 8px;
    font-family: "icomoon" !important;
    font-size: 13px;
    position: absolute;
}
#header-area .content--area nav .main--menu > li ul {
    display: none;
    top: 70px;
    left: 0;
    position: absolute;
    width: 205px;
    border-top: #3f7fba solid 1px;
}
#header-area .content--area nav .main--menu > li ul li a {
    display: inline-block;
    height: auto;
    width: 100%;
    padding: 10px 20px;
    background-color: #f1f1f1 !important;
    border-bottom: 1px solid #ebebeb;
    background-image: linear-gradient(to bottom, #ffffff, #f1f1f1) !important;
    color:  #383838;
}
#header-area .content--area nav .main--menu > li ul li a:hover {
    color: #d21319;
}
#header-area .content--area nav .main--menu > li ul li.dropdown > a {
    padding-right: 30px;
}
#header-area .content--area nav .main--menu > li ul li.dropdown > a::after {
    content: "";
    top: 50%;
    transform: translateY(-50%);
    right: 8px;
    font-family: "icomoon" !important;
    font-size: 13px;
    position: absolute;
}
#header-area .content--area nav .main--menu > li ul li ul {
    display: none;
    position: absolute;
    top: 0;
    left: 205px;
}
#header-area .content--area nav .main--menu > li ul li:hover > ul {
    display: block;
}
#header-area .content--area nav .mobile--icon {
    display: none;
    padding: 6px;
    font-size: 25px;
    line-height: 0;
    font-size: 15px;
    font-weight: 600;
    color: #3f7fba;
    border-radius: 4px;
    border: #3f7fba solid 1px;
}
@media only screen and (max-width: 991px) {
    #header-area .content--area nav .mobile--icon {
        display: block;
    }
}
.mobile-menu {
    display: none;
    top: 0;
    left: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 99;
}
.mobile-menu .close-button {
    position: absolute;
    top: 15px;
    right: 15px;
    padding: 6px;
    font-size: 25px;
    line-height: 0;
    font-size: 15px;
    font-weight: 600;
    color: #3f7fba;
    border-radius: 4px;
    border: #3f7fba solid 1px;
}
@media only screen and (max-width: 991px) {
    .mobile-menu .close-button {
        display: block;
    }
}
.mobile-menu .mobile-menu-content {
    padding: 40px 15px 0 15px;
    height: 100%;
}
.mobile-menu .mobile-menu-content .main--menu li a {
    display: block;
    padding: 12px 15px;
    font-size: 17px;
    color:  #383838;
    border-bottom: rgba(124, 124, 124, 0.2784313725) solid 1px;
}
.mobile-menu .mobile-menu-content .main--menu li a:hover {
    color: #d21319;
}
.mobile-menu ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    height: calc(100% - 40px);
    overflow-y: scroll;
}
.mobile-menu ul li {
    display: block;
    font-size: 15px;
}
.mobile-menu ul li a {
    display: block;
    padding: 15px 0;
    color:  #383838;
    border-bottom: rgba(255, 255, 255, 0.123) solid 1px;
}
.mobile-menu ul li a:hover {
    color: #d21319;
}
.mobile-menu ul li a.active {
    color: #d21319;
}
.mobile-menu ul li.dropdown > a {
    color:  #383838 !important;
}
.mobile-menu ul li.dropdown > a:after {
    content: "";
    font-size: 15px;
    margin-top: 0px;
    font-family: "icomoon" !important;
    float: right;
    font-weight: 400;
}
.mobile-menu ul li.dropdown > a.open {
    color: #fff !important;
    background-image: linear-gradient(to bottom, #3f7fba, #2d5c88);
}
.mobile-menu ul li.dropdown > a.open:after {
    content: "";
    transform: rotate(180deg);
}
.mobile-menu ul li ul {
    display: none;
    margin: 0 0 0 0;
}
.mobile-menu ul li ul li a {
    background-image: linear-gradient(to bottom, #ffffff, #f1f1f1) !important;
}
.mobile-menu ul li ul li.active > a {
    color: #d21319;
}
.mobile-menu ul li ul li.open {
    color: #fff;
}
.mobile-menu ul li ul ul li a {
    background: #e7e7e7 !important;
}
.mobile-menu ul li.dropdown li a.open {
    color: #000 !important;
}
#footer {
    padding: 40px 0;
    background: #3b3b3b;
}
#footer input[type="text"],
#footer textarea {
    display: block;
    width: 100%;
    padding: 15px;
    border-radius: 3px;
    border: 1px solid #232323;
    background: #2f2f2f;
    box-shadow: 0px 2px 10px 1px rgba(0, 0, 0, 0.2) inset;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #fff;
}
#footer input[type="text"]::placeholder,
#footer textarea::placeholder {
    color: #999;
}
#footer .input[type="text"] {
    height: 42px;
}
#footer textarea {
    resize: none;
    height: 120px;
}
#footer .logo-area .logo {
    display: block;
    max-width: 260px;
    margin: 0 0 17px 0;
}
@media only screen and (max-width: 991px) {
    #footer .logo-area .logo {
        max-width: 220px;
    }
}
#footer .logo-area .logo img {
    display: block;
    max-width: 100%;
}
#footer .logo-area p {
    font-family: "Arial", sans-serif;
    line-height: 80%;
    height: auto;
}
#footer .logo-area .phone,
#footer .logo-area .email {
    margin: 0;
    color: #cdcdcd;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    height: 19px;
}
#footer .logo-area .phone a,
#footer .logo-area .email a {
    margin: 0;
    color: #cdcdcd;
    font-weight: 400;
}
#footer .logo-area .phone a:hover,
#footer .logo-area .email a:hover {
    color: #d21319;
}
#footer .logo-area h3 {
    margin: 0 0 17px 0;
    color: #fdfdfd;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
#footer .logo-area p.discription {
    max-width: 303px;
    color: #cdcdcd;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 19.6px;
}
#footer .logo-area form {
    display: flex;
    max-width: 370px;
}
#footer .logo-area form button {
    height: 47px;
    padding: 0 15px;
    color: #fff;
    text-align: center;
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
    font-family: Arial;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    border-radius: 4px;
    border: none;
    outline: none;
    background: linear-gradient(180deg, #ff6f6f 0%, #d21319 100%);
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.05), 0px 1px 0px 0px rgba(0, 0, 0, 0.08);
}
#footer .logo-area form button:hover {
    background: linear-gradient(180deg, #c23434 0%, #d21319 100%);
}
#footer .contact-area h6 {
    margin: 0 0 8px 0;
    color: #fdfdfd;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
#footer .contact-area form .form-field {
    margin: 0 0 15px 0;
}
#footer .contact-area form .form-field input[type="text"] {
    height: 30px;
}
#footer .contact-area form .form-field label {
    color: #cdcdcd;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
#footer .contact-area form button {
    height: 30px;
    padding: 0 17px;
    color:  #383838;
    text-align: center;
    text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.75);
    font-size: 13.781px;
    font-style: normal;
    font-weight: 700;
    line-height: 21px;
    border-radius: 4px;
    border: 1px solid #ccc;
    background: linear-gradient(180deg, #fff 0%, #e6e6e6 100%);
}
#footer .contact-area form button:hover {
    color: #d21319;
}
#footer .social-media {
    display: flex;
    gap: 10px;
    margin: 20px 0 22px 0;
}
#footer .social-media li a {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #2b2b2b;
    width: 36px;
    height: 36px;
    border-radius: 100%;
    font-weight: 400;
    color: #fff;
}
#footer .social-media li a:hover {
    color: #d21319;
}
.copyright {
    padding: 25px 0 10px 0;
    background: url(../images/copy-right-bg.png);
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}
.copyright p {
    color: #ababab;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.copyright p a {
    color: #ababab;
    font-weight: 700;
}
.copyright p a:hover {
    color: #d21319;
}
