/* ---------------- change theme color ---------------- */


/* --------- for change dark color --------- */

:root {
    --darkcolor: #444;
}


/* --------- for change light color  --------- */

:root {
    --lightcolor: #fcfcfc;
}


.main-color {
    color: var(--darkcolor) !important;
}


/* -------------------------- */

@font-face {
    font-family: "Proxima-bold";
    src: url(../fonts/proxima-nova/Proxima\ Nova\ Bold.otf);
}

@font-face {
    font-family: "Proxima-exbold";
    src: url(../fonts/proxima-nova/Proxima\ Nova\ Extrabold.otf);
}

@font-face {
    font-family: "Proxima-light";
    src: url(../fonts/proxima-nova/Proxima\ Nova\ Light.otf);
}

@font-face {
    font-family: "Proxima-regular";
    src: url(../fonts/proxima-nova/Proxima\ Nova\ Regular.otf);
}

@font-face {
    font-family: "Proxima-semibold";
    src: url(../fonts/proxima-nova/Proxima\ Nova\ Semibold.otf);
}

@font-face {
    font-family: "Proxima-thin";
    src: url(../fonts/proxima-nova/Proxima\ Nova\ Thin.otf);
}

*,
* button:focus {
    outline: 0
}

body {
    font-family: "Proxima-regular";
    direction: ltr;
    text-decoration: none;
    font-size: .9em;
    overflow-x: hidden;
    position: relative;
    background-color: #fff;
}

body p {
    font-family: "Proxima-regular";
    font-size: 14px;
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Proxima-semibold";
}

body a:hover {
    text-decoration: none
}

body a:focus {
    outline: 0
}

body ul {
    list-style-type: none
}

.bg-gray {
    background-color: #f5f5f5;
}

.no-mar {
    margin: 0 !important;
}

.no-pad {
    padding: 0 !important;
}

.btn-default:active,
.btn-default:active:focus,
.btn-default:active:hover,
.btn-default:focus,
.btn-default:hover,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
    -webkit-appearance: none
}

.btn:active,
.btn:active:focus,
.btn:active:hover,
.btn:focus,
.btn:hover,
.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    transition: all .6s ease;
    outline: 0
}

.items-gray {
    background-color: var(--mainback);
    padding: 30px;
    border-radius: 10px;
}

.container,
.container-fluid {
    position: relative;
    z-index: 20;
}


/* ========= pagination ========= */

.pagination ul {
    margin: auto;
    margin-top: 30px;
}

.pagination ul li {
    display: inline-block;
}

.pagination ul li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    margin: 0 8px;
}

.pagination ul li a:hover {
    background-color: var(--darkcolor);
    color: #fff;
}


/* ==================== global style ============================== */

a,
span,
img {
    display: inline-block;
    transition: all 0.3s ease;
    color: inherit;
}

a:hover {
    color: var(--darkcolor);
}

ul {
    padding: 0;
}

img {
    max-width: 100%;
    max-height: 100%;
}

p {
    font-size: 14px;
    color: var(--darkcolor);
    line-height: 1.7;
}

.text {
    font-size: 15px;
    line-height: 1.7;
    color: var(--darkcolor);
}

small.text {
    font-size: 12px;
}

.valign {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.section-padding {
    padding: 80px 0;
}

.light {
    color: #fff;
}

.butn {
    padding: 12px 50px;
    text-align: center;
    position: relative;
    border-radius: 0;
    background: transparent;
    font-size: 14px;
    border: solid 2px #222;
    font-weight: bold;
}

.butn span {
    color: #222;
    position: relative;
    z-index: 5;
}

.butn span i {
    position: relative;
    top: 3px;
    left: 5px;
}

.butn:hover,
.butn.color {
    background-color: #222;
    border: solid 2px #222;
}

.butn:hover span,
.butn.color span {
    color: #fff;
}

.butn.small {
    padding: 3px 35px 10px;
}

.butn.light {
    border: solid 2px #fff;
}

.butn.light span {
    color: #fff;
}


/* ------------- */

.section-head {
    overflow: hidden;
    margin-bottom: 50px;
}

.section-head h2 {
    line-height: 1.5;
    color: var(--darkcolor);
    font-size: 35px;
    font-weight: bold;
    text-align: left;
    position: relative;
    display: inline-block;
    padding: 12px 30px;
}

.section-head h2::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    background-image: linear-gradient(to bottom, var(--darkcolor), transparent);
    border-radius: 3px;
}

.section-head h2::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    background-image: linear-gradient(to left, var(--darkcolor), transparent);
    border-radius: 3px;
}

.section-head h2 span {
    color: #fff;
    background-color: #121A50;
    padding: 4px 15px;
    margin-left: 10px;
}

.section-head p {
    color: var(--darkcolor);
    font-size: 20px;
}

.section-head.light h2,
.section-head.light p {
    color: #fff;
}

.side-head h3 {
    font-size: 40px;
    line-height: 1.5;
    color: #121a50;
}

.has-overlay {
    position: relative;
}

.has-overlay:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #000;
    opacity: 0.5;
}

.form-group {
    margin-bottom: 30px;
    position: relative;
}

.form-control {
    border: 0;
    border-bottom: 1px solid #9993;
    font-size: 14px;
    min-height: 55px;
    border-radius: 0;
    width: calc(100% - 30px);
    margin: 0 15px;
}

.form-control:focus {
    border-color: #121A50;
}

.form-control::placeholder {
    color: #99999996;
}

select.form-control {
    height: 45px;
}

.form-control:focus {
    box-shadow: none;
}

.custom-control-input:checked~.custom-control-label::before {
    border-color: #222;
    background-color: #222;
}

.owl-carousel {
    direction: ltr;
}

.owl-theme .owl-nav {
    position: absolute;
    bottom: 40%;
    left: -70px;
    width: calc(100% + 140px);
    opacity: 1;
    visibility: visible;
    transition: all 0.2s ease;
    padding: 0 15px;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
}

.owl-theme:hover .owl-nav {
    opacity: 1;
    visibility: visible;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    width: 45px;
    height: 42px;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.06);
    line-height: 42px;
    font-size: 12px;
    color: var(--darkcolor);
    pointer-events: all;
}

.owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-prev:hover {
    background-color: #4373b9;
    color: #fff;
}

.owl-carousel .owl-nav button.owl-next {
    float: right;
}

.owl-carousel .owl-nav button.owl-prev {
    float: left;
}

.owl-theme .owl-dots .owl-dot span {
    width: 18px;
    height: 18px;
    background-color: #309eed20;
    margin-top: 20px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #444;
}

.owl-theme .owl-dots,
.owl-theme .owl-nav {
    text-align: right;
}


/* ==================== navbar style ============================== */

.navbar {
    padding: 0;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    background: transparent;
    z-index: 99999;
}

.navbar.inner-nav,
.navbar.inner-nav .custom-navbar {
    position: relative;
    background-color: var(--lightcolor);
}

.navbar::before {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    height: 125px;
    width: 83%;
    background-color: var(--lightcolor);
    border-bottom-left-radius: 50px;
    pointer-events: none;
}

.navbar.inner-nav::before {
    display: none;
}

.navbar .container-fluid {
    padding: 0 1vw;
}

.navbar .custom-navbar.fixed {
    position: fixed;
    top: -100px;
    left: 0;
    background-color: var(--lightcolor);
    transform: translateY(100px);
    transition: all 0.5s ease;
}

.navbar .nav-toggle {
    display: none;
}

.nav-toggle span {
    width: 35px;
    background-color: #111;
    height: 4px;
    display: block;
    margin: 7px 0;
    transition: all 0.6s ease;
}

.nav-toggle.active span:first-of-type {
    transform: rotate(45deg) translateX(15px);
}

.nav-toggle.active span:nth-of-type(2) {
    opacity: 0;
}

.nav-toggle.active span:last-of-type {
    transform: rotate(-45deg) translateX(15px);
}

.navbar .custom-navbar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    width: 100%;
}

.navbar .custom-navbar .nav-list {
    text-align: center;
    z-index: 100;
    margin-bottom: 0;
    padding: 0;
    position: static;
}

.navbar .custom-navbar .nav-list .nav-items {
    display: inline-block;
    padding: 31.5px 0;
}

.navbar .custom-navbar li:last-of-type .nav-links {
    border: 0;
}

.navbar .custom-navbar .nav-links {
    padding: 5px 18px;
    position: relative;
    font-size: 13px;
    color: var(--darkcolor);
    font-weight: 300;
    letter-spacing: 1px;
    text-transform: capitalize;
    font-family: "Proxima-regular";
}

.navbar .custom-navbar .nav-links i {
    display: block;
    margin-bottom: 5px;
    font-size: 21px;
}

.navbar .custom-navbar .nav-links img {
    width: 20px;
    height: 20px;
    display: block;
    text-align: center;
    margin: 5px auto;
    filter: invert(0%) sepia(23%) saturate(525%) hue-rotate(61deg) brightness(0%) contrast(99%);
}

.navbar .custom-navbar .l-side .nav-links {
    padding: 10px;
}

.navbar .custom-navbar .nav-list li:last-of-type .nav-links::before {
    display: none;
}

.navbar .custom-navbar .nav-links.active,
.navbar .custom-navbar .nav-links:hover {
    color: var(--darkcolor);
}

.navbar .custom-navbar .nav-links.active img,
.navbar .custom-navbar .nav-links:hover img {
    filter: invert(0%) sepia(23%) saturate(525%) hue-rotate(61deg) brightness(0%) contrast(99%);
}

.navbar .custom-navbar .l-side .nav-links.active,
.navbar .custom-navbar .l-side .nav-links:hover {
    font-size: 13px;
}


/* .navbar .custom-navbar .drop-nav {
    position: relative;
} */


/* .navbar .custom-navbar .drop-nav .nav-links::before {
    position: absolute;
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    right: 7px;
    top: 17px;
    font-size: 10px;
} */

.navbar .custom-navbar .nav-list .mob-logo {
    display: none;
}

.navbar-brand {
    padding: 0;
}

.navbar-brand img {
    width: 160px;
    object-fit: contain;
    margin-top: 10px;
    /* padding: 10px 15px; */
}

.navbar .search-nav {
    position: relative;
    padding-bottom: 5px;
    /*margin-top: 40px;*/
}

.navbar .search-nav .search-link i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: var(--darkcolor);
    color: #fff;
    border-radius: 5px;
}

.navbar .search-form {
    position: absolute;
    top: 120%;
    right: -15px;
    background-color: #fff;
    padding: 15px;
    border-radius: 15px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.06);
    min-width: 300px;
    /*transform: translateX(-45%);*/
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.navbar .search-nav:hover .search-form {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.navbar .search-form button {
    position: absolute;
    top: 20px;
    right: 15px;
    background: var(--darkcolor);
    color: #fff;
    border: 0;
    padding: 5px 10px;
    border-radius: 5px;
}

.navbar .lang {
    padding: 0 !important;
    text-align: center;
}

.navbar .lang img {
    filter: invert(99%) sepia(76%) saturate(0%) hue-rotate(152deg) brightness(150%) contrast(100%);
    width: 25px;
}

.navbar .lang span {
    color: #f5f5f5;
    font-size: 12px;
    margin-top: 5px;
}

.dropdown-menu {
    padding: 0;
    border-radius: 0;
    border: 0;
    min-width: 200px;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    overflow: hidden;
    margin: 0;
}

.dropdown-item {
    font-size: 13px;
    line-height: 2.2;
}

.dropdown-item:hover {
    background-color: var(--darkcolor);
    color: #fff;
}


/* --------------- fullwidth-menu ---------------- */

.navbar .container {
    position: static;
}

.fullwidth-menu {
    position: absolute;
    background-color: #fff;
    padding: 30px;
    width: 100%;
    left: 0;
    top: 150%;
    text-align: left;
    padding: 30px 6vw;
    box-shadow: 0 5px 20px rgba(254, 217, 50, 0.06);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.fullwidth-menu .img {
    padding: 15px 30px;
    height: 100%;
}

.fullwidth-menu .img img {
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.06);
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.drop-nav:hover .fullwidth-menu {
    opacity: 1;
    visibility: visible;
    top: 100%;
}

.fullwidth-menu .links h6 {
    color: #363536;
    border-bottom: 1px solid #9994;
    margin-bottom: 20px;
    padding: 15px 0;
}

.fullwidth-menu .links a {
    line-height: 2.5;
    color: #363536;
}

.fullwidth-menu .links a:hover {
    color: var(--darkcolor);
}


/* -------------------- header .head-content ------------------------- */

header {
    position: relative;
}

header .head-content {
    background-size: cover;
    background-repeat: no-repeat;
    height: 550px;
    min-height: 100vh;
    background-position: center;
    position: relative;
    padding-top: 150px;
}

header .head-content .container-fluid {
    padding: 0 8vw;
}

header .head-content .info {
    height: 100%;
    width: 70%;
}

.swiper-slide .head-content .info {
    transform: scale(5);
    opacity: 0;
    filter: blur(15px);
    transition: all 0.7s ease;
    transition-delay: 0.4s;
    pointer-events: none;
}

.swiper-slide-active .head-content .info {
    transform: scale(1);
    opacity: 1;
    filter: blur(0);
    pointer-events: all;
}

header .head-content .info .content {
    position: relative;
    padding: 30px 0;
    /* transform: scale(1.3) rotate(-10deg); */
    /* filter: blur(10px); */
    transition: all 1s ease;
    opacity: 1;
}

header .head-content .info h5 {
    color: #fff;
    font-size: 30px;
    text-transform: capitalize;
}

header .head-content .info h2 {
    font-size: 40px;
    color: #ffffff;
    margin-bottom: 15px;
    font-family: "Proxima-regular";
    position: relative;
    padding: 30px 0;
    margin-bottom: 30px;
}

header .head-content .info h2:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 150px;
    height: 3px;
    background-color: #fff;
    border-radius: 3px;
}

header .head-content .info h2 strong {
    font-family: "Proxima-bold";
}

header .head-content .info p {
    font-size: 15px;
    letter-spacing: 0.5px;
    font-weight: 300;
    line-height: 2;
    color: #ffffff;
    margin-bottom: 20px;
}


/**
 * ----------------------------------------
 * animation slide-top
 * ----------------------------------------
 */

@-webkit-keyframes slide-top {
    0% {
        -webkit-transform: translateY(0) rotate(-90deg);
        transform: translateY(0) rotate(-90deg);
    }
    100% {
        -webkit-transform: translateY(-30px) rotate(-90deg);
        transform: translateY(-30px) rotate(-90deg);
    }
}

@keyframes slide-top {
    0% {
        -webkit-transform: translateY(0) rotate(-90deg);
        transform: translateY(0) rotate(-90deg);
    }
    100% {
        -webkit-transform: translateY(-30px) rotate(-90deg);
        transform: translateY(-30px) rotate(-90deg);
    }
}

.swiper-head {
    position: relative;
    overflow: hidden;
}

.swiper-head .swiper-wrapper {
    height: 500px;
    min-height: 100vh;
}

.swiper-head .swiper-notification {
    display: none;
}

.swiper-head .swiper-button-next:after,
.swiper-head .swiper-button-prev:after {
    font-size: 18px !important;
}

.swiper-head .swiper-button-next,
.swiper-head .swiper-button-prev {
    border: 1px solid #fff;
    width: 50px;
    height: 50px;
    color: #fff;
    border-radius: 50%;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 4vw;
    left: auto;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 4vw;
    right: auto;
}

.social-icons a {
    font-size: 21px;
    margin-right: 25px;
    color: #ccc;
}

header .scroll-down {
    position: absolute;
    right: 30px;
    bottom: 20vh;
}

header .scroll-down:after {
    position: absolute;
    content: "";
    right: 50%;
    top: calc(100% + 30px);
    width: 0.5px;
    height: 200px;
    background-color: #fff9;
    pointer-events: none;
}

header .scroll-down span {
    color: #fff;
    position: absolute;
    width: 150px;
    transform: rotate(-90deg);
    bottom: 100%;
    left: -63px;
    text-align: right;
    font-size: 13px;
}

header .scroll-down img {
    -webkit-animation: slide-top 0.8s ease-in-out infinite alternate-reverse both;
    animation: slide-top 0.8s ease-in-out infinite alternate-reverse both;
}

@-webkit-keyframes slide-top {
    0% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }
    100% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
}

@keyframes slide-top {
    0% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }
    100% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
}


/* -------------------- services ------------------------- */

.services {
    position: relative;
}

.services:after {
    position: absolute;
    content: "";
    left: 50px;
    top: 50px;
    width: 300px;
    height: 200px;
    background-image: url(../images/logo.png);
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.1;
    pointer-events: none;
}

.services .items {
    padding: 80px 30px 0;
    border: 1px solid #9992;
    border-radius: 20px;
    background-color: #fff;
    position: relative;
    margin-top: 100px;
    height: calc(100% - 100px);
}

.services .items .icons {
    position: absolute;
    top: -23px;
    left: 0;
    width: 100%;
}

.services .items .icons .img {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.06);
    padding: 15px;
    background-color: #fff;
    margin: auto;
    position: relative;
}

.services .items .icons .img:after {
    position: absolute;
    content: "";
    left: -60%;
    top: -60%;
    width: 220%;
    height: 220%;
    border-top: 1px solid #9999;
    border-bottom: 1px solid #9999;
    border-right: 1px solid transparent;
    border-left: 1px solid transparent;
    border-radius: 50%;
    -webkit-animation: rotate-center 10s linear infinite both;
    animation: rotate-center 10s linear infinite both;
}

.services .items .icons .img::before {
    position: absolute;
    content: "";
    left: -30%;
    top: -30%;
    width: 160%;
    height: 160%;
    border-top: 1px dashed transparent;
    border-bottom: 1px dashed transparent;
    border-right: 1px dashed #9999;
    border-left: 1px dashed #9999;
    border-radius: 50%;
    -webkit-animation: rotate-center 10s linear infinite both reverse;
    animation: rotate-center 10s linear infinite both reverse;
}


/* ------------ animation ------------- */

@-webkit-keyframes rotate-center {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate-center {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.services .items .info h6,
.services .items .info p {
    color: var(--darkcolor);
    padding-bottom: 15px;
}

.services .items .info p {
    font-size: 13px;
    line-height: 2;
    border-bottom: 1px solid #9993;
    min-height: 150px;
}

.services .items .info a {
    padding: 15px;
    color: var(--darkcolor);
}

.services .row .col-lg-4:nth-of-type(2) {
    animation-delay: 0.2s;
}

.services .row .col-lg-4:nth-of-type(3) {
    animation-delay: 0.4s;
}

.services .row .col-lg-4:nth-of-type(5) {
    animation-delay: 0.2s;
}

.services .row .col-lg-4:nth-of-type(6) {
    animation-delay: 0.4s;
}


/* -------------------- footer ------------------------- */


/* -------------------- footer ------------------------- */

footer {
    padding-top: 60px;
    background: url(../images/footer.png);
    background-size: cover;
    background-position: center center;
    position: relative;
}

footer::before {
    position: absolute;
    content: "";
    right: 100px;
    top: -40px;
    background-color: var(--darkcolor);
    height: 40px;
    width: 40%;
    transform: skew(-30deg);
    display: none;
}

footer .items h4 {
    font-size: 18px;
    color: var(--darkcolor);
    position: relative;
    text-transform: capitalize;
    margin-bottom: 15px;
    padding: 0 30px 15px 0;
    display: inline-block;
}

footer .items h4:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 2px;
    border-radius: 2px;
    background-image: linear-gradient(to left, var(--darkcolor), transparent);
}

footer .items h6 {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5;
    color: #555;
}

footer .items p {
    color: var(--darkcolor);
    line-height: 2;
    font-size: 13px;
}

footer .items a {
    line-height: 2.5;
    color: var(--darkcolor);
    font-size: 14px;
    text-transform: capitalize;
}

footer .items.subscribe .butn {
    position: absolute;
    right: 5px;
    top: 8px;
    padding: 12px 30px;
    font-size: 12px;
    border-radius: 30px;
}

footer .foot-logo img {
    width: 170px;
    margin-bottom: 10px;
}

footer .items.subscribe .form-group {
    overflow: hidden;
    border-radius: 5px;
}

footer .items a:hover {
    color: var(--darkcolor);
}

footer .items .foot-contact {
    display: flex;
    margin-bottom: 15px;
}

footer .items .foot-contact .icons {
    width: 60px;
}

footer .items .foot-contact .icons span {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    background-color: var(--darkcolor);
    color: #fff;
    font-size: 12px;
}

footer .items .foot-contact .info span {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5;
    color: var(--darkcolor);
    display: block;
    margin-bottom: 5px;
}

footer .items .foot-contact .info small {
    font-size: 12px;
    line-height: 1.5;
    color: var(--darkcolor);
    display: block;
}

footer .form-control {
    margin: 0;
    border-radius: 20px;
    width: 100%;
}

footer .foot {
    padding: 30px;
    margin-top: 50px;
    position: relative;
    background-color: #fff;
    position: relative;
}

footer .foot a {
    color: var(--darkcolor);
    font-size: 12px;
    padding: 0 15px;
    line-height: 1.5;
}

footer .foot .items a:nth-of-type(2) {
    border-left: 1px solid #fff;
}

footer .foot a:hover {
    color: #222;
}

footer .foot .to-top {
    position: absolute;
    /* border-radius: 50%; */
    background-color: #fff;
    top: -20px;
    right: 10vw;
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    color: #222;
    text-align: center;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.06);
    border: 1px solid var(--darkcolor);
}

footer .foot .to-top:hover {
    background-color: var(--darkcolor);
    color: #fff;
}

footer .social-icons a {
    font-size: 18px;
}


/* -------------------- pages style ------------------------- */


/* -------------------- inner header ------------------------- */

.inner-header {
    padding: 50px 0;
    background-color: var(--lightcolor);
    border-bottom: 1px solid #9993;
    border-top: 1px solid #9993;
}

.inner-header span {
    margin: 0 10px;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    color: var(--darkcolor);
}


/* -------------------- overview ------------------------- */

.content-box {
    border: 1px solid #9991;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.06);
    /* padding: 15px; */
    background-color: #f7f7f7;
}

.head {
    background-color: var(--darkcolor);
    padding: 25px 25px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.06);
    margin-bottom: 35px;
}

.head h5 {
    color: var(--lightcolor);
    margin-bottom: 0;
    letter-spacing: 2px;
}

.news-content iframe {
    width: 100%;
    min-height: 600px;
    overflow-x: hidden;
    scroll-behavior: auto;
    scrollbar-width: thin;
    scrollbar-color: #999 #f1f1f1;
}

html::-webkit-scrollbar {
    height: 20px;
    width: 10px;
    background: #f1f1f1;
    border-radius: 10px;
}

html::-webkit-scrollbar-thumb {
    background: #999;
    -webkit-border-radius: 0;
    border-radius: 10px;
}

html::-webkit-scrollbar-corner {
    background: #999;
    border-radius: 10px;
}

.overview .side-links li {
    margin-bottom: 15px;
    font-weight: bold;
    padding-left: 15px;
    color: var(--darkcolor);
}

.description_paragraph{
    margin-bottom: 15px;
    padding: 0 15px 0 15px;
}

.overview .side-links li i {
    font-size: 12px;
    margin-right: 5px;
    transition: all 0.3s ease;
}

.overview .side-links li a:hover i {
    margin-right: 10px;
}


/* -------------------- news-details ------------------------- */

.news-details .news-img {
    height: 400px;
    width: 100%;
    object-fit: cover;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.06);
    margin-bottom: 30px;
    overflow: hidden;
}

.news-details .news-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.news-details .info {
    padding: 0 15px;
}

.news-details .info h6 {
    color: var(--darkcolor);
}

.news-details .info h4 {
    padding: 15px 0;
    margin-bottom: 20px;
    position: relative;
    color: var(--darkcolor);
}

.news-details .info h4:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100px;
    height: 1.5px;
    background-color: var(--darkcolor);
}

.news-details .info .text {
    margin-bottom: 15px;
}

.sim-news {
    padding: 0 15px;
}

.sim-news .items {
    margin-bottom: 5px;
    border: 2px solid transparent;
    border-radius: 10px;
    padding: 10px;
}

.sim-news .items:hover {
    border: 2px solid var(--darkcolor);
}

.sim-news .items .img {
    width: 30%;
    min-width: 120px;
    height: 100px;
    border-radius: 10px;
    margin-right: 15px;
}

.sim-news .items .img img {
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.05);
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* -------------------- company-res ------------------------- */

.company-res .content {
    padding: 15px;
}

.company-res .res-items {
    margin-bottom: 30px;
    text-align: center;
    padding: 20px;
    border: 1px solid #9992;
    border-radius: 20px;
    background-color: var(--lightcolor);
}

.company-res .res-items .info {
    color: var(--darkcolor);
}

.company-res .res-items:hover {
    box-shadow: rgba(0, 0, 0, 0.1);
    border: 1px solid var(--darkcolor);
}

.company-res .res-items .icons {
    margin: 0 auto 30px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 1px dashed #999;
    text-align: center;
    line-height: 100px;
    transition: all 0.3s ease;
}

.company-res .res-items .icons img {
    max-width: 50px;
    max-height: 50px;
    transition: all 0.3s ease;
}

.company-res .res-items:hover .icons {
    background-color: var(--darkcolor);
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
}

.company-res .res-items:hover .icons img {
    filter: brightness(1000%);
}


/* -------------------- login ------------------------- */

.login .content-box {
    border-radius: 0;
    overflow: hidden;
}

.login .content-box .form {
    padding: 80px 30px;
    /* background-color: #fff; */
}

.login .content-box .form .form-control {
    background: transparent;
}

.login .content-box .info {
    padding: 10vh 30% 30px 30px;
    position: relative;
    height: 100%;
}

.login .content-box .info h2,
.login .content-box .info p {
    color: #fff;
    margin-bottom: 15px;
}

.login .content-box .info .cont {
    position: relative;
    z-index: 10;
}

.login .content-box .info::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/header.png);
    background-size: cover;
    z-index: 1;
    clip-path: polygon(0 0, 100% 0, 35% 100%, 0% 100%);
}

.login .content-box .info:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.7;
    z-index: 2;
    clip-path: polygon(0 0, 100% 0, 35% 100%, 0% 100%);
}


/* -------------------- company-res ------------------------- */

.company-res2.company-res .res-items {
    margin: 0 5px 10px;
    padding: 15px;
    min-height: calc(100% - 10px);
}

.company-res2.company-res .res-items .icons {
    width: 60px;
    height: 60px;
    line-height: 60px;
    margin-bottom: 10px;
}

.company-res2.company-res .res-items .icons img {
    max-width: 35px;
    max-height: 35px;
}

.company-res2.company-res .res-items h5 {
    font-size: 13px;
    line-height: 1.7;
}

.company-res2.company-res .news-content iframe {
    min-height: 450px;
}


/* -------------------- responsive style ------------------------- */

@media screen and (max-width: 991px) {
    .navbar .custom-navbar .nav-list .nav-items {
        display: block;
        border-bottom: 1px solid #9991;
        padding: 0;
    }
    .navbar .custom-navbar .nav-list {
        position: fixed;
        right: -100%;
        top: 0;
        transition: all 0.5s ease;
        background: #fff;
        border-right: 1px solid #ffffff70;
        background-size: cover;
        background-position: center;
        width: 275px;
        height: 100vh;
        opacity: 0;
        text-align: right;
        padding: 0;
    }
    .navbar .custom-navbar .nav-list .mob-logo {
        padding: 15px;
        display: inherit;
        text-align: left;
        border-bottom: 1px solid #9995;
    }
    .navbar .custom-navbar .nav-list .mob-logo img {
        max-width: 100px;
    }
    .navbar .custom-navbar .nav-links {
        line-height: 3.5;
        margin: 0 !important;
        padding: 0 15px;
    }
    .navbar .custom-navbar .nav-toggle {
        float: left;
        cursor: pointer;
        margin-top: 20px;
        display: inherit;
    }
    .navbar .fixed {
        padding: 5px 0;
    }
    .navbar .custom-navbar.fixed .logo {
        display: none;
    }
    .navbar .custom-navbar .nav-list.show {
        right: 0;
        opacity: 1;
        overflow: auto;
        /* box-shadow: 0 0 15px rgba(0,0,0,0.2); */
    }
    /* ---------------- */
    .navbar .custom-navbar .drop-nav:hover>.drop-down {
        width: 100%;
        position: relative;
        border-radius: 0;
    }
    .navbar .custom-navbar .drop-nav .drop-down {
        width: 100%;
    }
    .navbar .custom-navbar .nav-links {
        color: #777 !important;
        width: 100%;
        text-align: left;
        line-height: 3;
        border-bottom: 1px solid #9991;
    }
    /* -------------- navbar overlay --------------- */
    .navbar .custom-navbar .overlay {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100vh;
        background-color: #000;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease;
        cursor: pointer;
    }
    .navbar .custom-navbar .overlay.show {
        opacity: 0.8;
        visibility: visible;
    }
    .lead-section .lead .items {
        padding-bottom: 100px;
    }
    .logo {
        text-align: right;
    }
    .navbar-brand {
        width: 200px;
        padding: 0;
    }
    .navbar-brand img {
        width: 140px;
    }
    .logo {
        display: block;
    }
    .mention {
        overflow: hidden;
    }
    .navbar,
    .navbar .custom-navbar {
        position: relative;
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    }
    .cart-menu {
        left: 0 !important;
    }
    header .head-content .content .img {
        margin: 15px 0;
    }
    .section-head h2 {
        font-size: 25px;
    }
    .butn {
        padding: 10px 25px;
        font-size: 14px;
    }
    footer .items .btn-link,
    footer .items .card-header .head-content,
    footer .items .card-body {
        padding: 3px 0;
    }
    .product-details .info .items .prod-name {
        font-size: 30px;
    }
    .fullwidth-menu .items {
        margin-bottom: 30px;
    }
    .fullwidth-menu li a {
        width: 100%;
        border-bottom: 1px solid #9993;
    }
    .navbar .custom-navbar .nav-list .nav-items.drop-nav {
        position: relative;
    }
    .navbar .custom-navbar .nav-list .nav-items.drop-nav:hover .fullwidth-menu {
        position: relative;
    }
    .navbar .custom-navbar .drop-nav .nav-links:before {
        right: 94%;
        top: 10px;
    }
    .navbar .custom-navbar .nav-list .nav-links:after,
    header .head-content .social-head .scroll-down {
        display: none;
    }
    .search form .butn {
        padding: 12px 25px;
    }
    header .head-content {
        padding-top: 30px;
    }
    header .head-content .info h2 {
        font-size: 50px;
    }
    header .head-content .info p {
        font-size: 13px;
    }
    header .head-content .info {
        width: 100%;
    }
    footer .text-right {
        text-align: center !important;
        margin-top: 15px;
    }
    header .head-content .info .content {
        padding: 0;
    }
    .swiper-head .swiper-button-next,
    .swiper-head .swiper-button-prev {
        display: none;
    }
    .side-head h3 {
        font-size: 30px;
        line-height: 1.5;
    }
    .navbar .custom-navbar .nav-links i {
        display: inline-block;
        font-size: 15px;
        margin-right: 10px;
    }
    .navbar .custom-navbar .nav-links img {
        display: inline-block;
        margin-right: 15px;
    }
    
    .navbar .search-nav{
        margin: 0 10px;
    }
    
    .custom-navbar .container-fluid > .row{
        margin: 0;
    }
}


/* ======== */

@media screen and (max-width: 787px) {
    .navbar-brand {
        width: 50%;
    }
    .navbar-brand img {
        padding: 0;
    }
    section {
        overflow: hidden;
    }
    .navbar {
        overflow: visible;
    }
    /* -------- navbar ltr ---------- */
    .navbar .custom-navbar .nav-list {
        right: unset;
        left: -100%;
        text-align: left;
    }
    .navbar .custom-navbar .nav-list.show {
        right: unset;
        left: 0;
    }
    .navbar .custom-navbar .nav-toggle {
        float: right;
    }
    .navbar .custom-navbar .navbar-brand {
        float: left;
        text-align: left;
    }
    .navbar .custom-navbar .drop-nav .drop-down {
        right: unset;
        left: 0;
        text-align: left;
    }
    .man-slider .content .img-slider .info {
        display: none;
    }
    .l-side {
        justify-content: center !important;
        margin-bottom: 5px;
    }
}


/* ======= */

/* ----------------- new style ------------ */

.footer2 {
    background: #f1f1f1;
}

.footer2 .foot {
    background: #111;
}

.footer2 .items p {
    /* color: #fff; */
    line-height: 2.2;
    font-size: 16px;
}

.navbar-brand img {
    filter: invert(100%) sepia(100%) saturate(1%) hue-rotate(109deg) brightness(1005%) contrast(101%);
}

.inner-nav .navbar-brand img {
    filter: none;
}

/* ----------------- new style ------------ */
.over_cont .img{
    height: 350px;
}

.over_cont .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    /*border-radius: 15px;*/
}

.over_cont ul{
    list-style-type: inherit;
    margin-top: 20px;
    padding-left: 25px;
}

.over_cont ul li{
    padding-left: 0 !important;
}


/*---------- sub_menu ----------*/
    .side-links .sub_link {
        display: none;
    }
    
    .side-links .sub_link a {
        padding: 10px 10px 10px 30px;
        font-size: 13px;
        color: #666;
        position: relative;
        width: calc(100% - 15px);
        background-color: #9991;
        border-radius: 10px;
        margin-top: 5px;
    }
    
    .side-links .sub_link a::before {
        position: absolute;
        content: "";
        left: 10px;
        top: 20px;
        width: 10px;
        height: 1px;
        background-color: #666;
    }
    
    .side-links .sub_link a:hover {
        color: #fff;
        background-color: #000;
    }
    
    .side-links .sub_link a:hover::before {
        background-color: #fff;
    }

@media screen and (max-width: 480px) {}
