/*
-------------------------------
Global Styles
-------------------------------
*/

body {
    font-family: "Cairo", sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #4b4b4b;
}

.w_200 {
    width: 200px!important;
}

.w_100_p {
    width: 100%!important;
}

.h_100_p {
    height: 100%!important;
}

.vh {
    visibility: hidden!important;
}

.d_block {
    display: block!important;
}

* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
}

p {
    font-size: 16px;
    line-height: 1.6;
}


p,
p span {
  font-family: 'Cairo', sans-serif !important;
}

img{
    
    border-radius: var(--spc-3x);
}

a {
    font-family: "Cairo", sans-serif;
    font-size: 16px;
    text-decoration: none;
    color: #333;
}

a:focus {
    outline: none;
}

button {
    font-family: "Cairo", sans-serif;
}

button:focus {
    outline: none;
}

.form-group input:focus {
    box-shadow: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Cairo", sans-serif;
    color: #333;
    line-height: 1.5;
}

a:hover,
a:active,
a:visited,
a:focus {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

a:hover {
    text-decoration: none;
    color: #1977f4;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mobile-menu,
.mobile-menuicon {
    display: none;
}

img {
    max-width: 100%;
    height: auto;
}

.bg {
    position: absolute;
    background-color: #000;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.4;
}

.bg-area {
    background: #f5f7f9;
}

input,
textarea,
.form-control {
    font-family: "Cairo", sans-serif;
}


/* Owl Carousel Fix Start */



/* Display-Flex */

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}


/*Preloader*/

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 999999;
}

#status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px;
}


/*
-------------------------------
Header-Area
-------------------------------
*/

.header-area {
    clear: both;
    padding: 12px 0;
    background: #1977f4;
    ;
    position: relative;
}

.header-area:before,
.header-area:after {
    position: absolute;
    content: "";
    bottom: 0;
    width: calc(50% - 570px + 1em);
    height: 30px;
    background-color: #FFFFFF;
    border-top: 18px solid #1977f4;
    border-bottom: 28px solid #FFFFFF;
}

.header-area:before {
    left: -10px;
    border-right: 18px solid #1977f4;
}

.header-area:after {
    right: -10px;
    border-left: 18px solid #1977f4;
}

.header-social ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.header-social li {
    position: relative;
    display: inline-block;
    margin-right: 30px;
}

.header-social li:before {
    position: absolute;
    content: "";
    width: 2px;
    height: 100%;
    background-color: #e9e9e9;
    top: 0;
    left: -15px;
}

.header-social li:first-child:before {
    display: none;
}

.social-bar ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.social-bar li {
    display: inline-block !important;
    margin-right: 15px !important;
}

.social-bar li:last-child {
    margin-right: 0;
}

.social-bar li:before {
    display: none;
}

.social-bar li a {
    color: #fff;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.social-bar li a:hover {
    color: #f5f5f5;
}

.language a {
    text-decoration: none;
    color: #fff;
}

.dropdown-menu a:hover {
    color: #1977f4;
}

.dropdown-menu {
    display: block;
}

.language i {
    margin-right: 7px;
}

.dropdown-menu a {
    text-decoration: none;
    color: #333;
}

.header-info {
    text-align: right;
}

.header-info ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.header-info li {
    position: relative;
    display: inline-block;
    color: #fff;
    margin-left: 30px;
}

.header-info li:first-child {
    margin-left: 0;
}

.header-info li:before {
    position: absolute;
    content: "";
    width: 2px;
    height: 100%;
    background-color: #e9e9e9;
    top: 0;
    left: -17px;
}

.header-info li:first-child:before {
    display: none;
}

.header-info li i {
    margin-right: 5px;
    color: #fff;
}

.header-info li a {
    color: #fff;
    transition: all 0.3s;
}

.header-info li a:hover {
    color: #f5f5f5;
}


/*Header Cart*/

.wishlist-dropdown {
    position: absolute;
    top: 100%;
    left: -50%;
    transform: translate(-91%, -2px);
    z-index: 100;
    width: 300px;
    padding-top: 9px;
    color: #777;
    background: #fff;
    box-shadow: 0 29px 28px rgba(0, 0, 0, 0.1);
    display: none;
    visibility: hidden;
    opacity: 0;
    padding: 22px 25px;
}

.wishlist-dropdown ul li {
    padding-top: 20px;
    margin-top: 20px;
    overflow: hidden;
    border-top: 1px solid #d3d3d3;
}

.wishlist-dropdown ul li.first-wishlist {
    overflow: hidden;
    padding-top: 0px;
    margin-top: 0px;
    border-top: 0;
}

.wishlist-dropdown ul li:nth-child(2) {
    padding-top: 28px;
    margin-top: 8px;
}

.wishlist-dropdown ul li.first-wishlist a {
    font-weight: 600;
    color: #777;
}

.wishlist-dropdown ul li.first-wishlist a:hover {
    color: #756c6b;
}

.wishlist-dropdown ul li .wish-text {
    text-align: left;
    float: left;
}

.wishlist-dropdown ul li .wish-text a {
    font-size: 16px;
    font-weight: 500
}

.wishlist-dropdown ul li .wish-text a:hover {
    color: #f1634c;
}

.wishlist-dropdown ul li .wish-text p {
    margin: 0;
}

.wishlist-dropdown ul li .wish-img {
    position: relative;
    float: right;
}

.wishlist-dropdown ul li .wish-img img {
    height: 60px;
}

.wishlist-dropdown ul li .wish-img .close-btn {
    position: absolute;
    text-align: center;
    top: -8px;
    right: -5px;
    display: block;
    background: #f5f5f5;
    width: 18px;
    height: 18px;
    line-height: 18px;
    font-size: 16px;
    border-radius: 50%;
    font-weight: 600;
}

.wishlist-dropdown ul li .wish-img .close-btn:hover {
    color: #f1634c;
}

.wish-cbtn {
    overflow: hidden;
    clear: both;
    text-align: center;
}

.wish-cbtn a {
    display: block;
    background: #1977f4;
    color: #fff;
    padding: 6px 5px 8px;
    margin-top: 7px;
}

.wish-cbtn a:hover {
    background: #333;
}

.cart-button:hover .wishlist-dropdown {
    display: block;
    visibility: visible;
    opacity: 1;
}


/*
-------------------------------
Menu-Area
-------------------------------
*/

/* Existing CSS styles */

/* Menu Area Styles */
/* Menu Area Styles */
.menu-area {
    background-color: #ffffff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    padding: 10px 0;
}

.logo {
    min-height: 87px;
    display: flex;
    align-items: center;
}

.logo img {
    width: auto;
    height: 120px;
}

.main-menu {
    display: flex;
    align-items: center;
}

ul.nav-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
}

html[dir="ltr"] ul.nav-menu {
    margin-left: auto; /* Align the menu to the right in LTR */
}

html[dir="rtl"] ul.nav-menu {
    margin-right: auto; /* Align the menu to the right in RTL */
}

ul.nav-menu li {
    position: relative;
    margin-right: 10px; /* Reduced margin */
    margin-left: 10px; /* Reduced margin */
}

ul.nav-menu li:first-child {
    margin-left: 0; /* No left margin for the first item */
}

ul.nav-menu li:last-child {
    margin-right: 0; /* No right margin for the last item */
}

ul.nav-menu li a {
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: #00528a;
    text-decoration: none;
    padding: 10px;
}


html:not([dir="rtl"]) ul.nav-menu li a {
    padding: 10px 2px; /* Specific padding for LTR direction */
}




html[dir="ltr"] ul.nav-menu li a:hover {
    color: #fff;
    padding: 9px 11px !important;
}

/* Appointment Button Styles */
ul.nav-menu li.special-button {
    margin-right: 10px; /* Reduced margin */
    margin-left: 10px; /* Reduced margin */
}

ul.nav-menu li.special-button a {
    background-color: #00528a;
    color: #fff;
    border-radius: 5px;
    padding: 10px 20px;
}

ul.nav-menu li.special-button a:hover {
    background-color: #003e6d;
}

/* Language Switcher Styles */
ul.nav-menu li.language-switcher {
    margin-right: 0;
    margin-left: 0;
}

ul.nav-menu li.language-switcher a {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #00528a;
    text-decoration: none;
    padding: 10px;
}

html[dir="ltr"] ul.nav-menu li.language-switcher a {
    padding: 2px 10px; /* Specific padding for LTR direction */
}

html[dir="rtl"] ul.nav-menu li.language-switcher a {
    padding: 2px 10px; /* Specific padding for RTL direction */
}

ul.nav-menu li a:hover {
    color: #fff;
}

ul.nav-menu li.language-switcher a:hover 
{
    color:blue !important;
}

ul.nav-menu li.language-switcher a i {
    margin-right: 5px;
    margin-left: 5px; /* Added margin-left for RTL */
}
/*Menu-Keyframes*/

ul.nav-menu li:focus>ul.sub-menu>li,
ul.nav-menu li:hover>ul.sub-menu>li {
    display: block;
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -moz-animation: fade 0.4s forwards;
    -webkit-animation: fade 0.4s forwards;
    animation: fade 0.4s forwards;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

@-moz-keyframes fade {
    0% {
        -moz-transform: translateY(0px);
    }
    100% {
        -moz-transform: translateY(0px);
    }
    0% {
        -moz-transform: translateY(0px);
    }
}

@-webkit-keyframes fade {
    0% {
        -webkit-transform: translateY(0px);
        ;
    }
    100% {
        -webkit-transform: translateY(0px);
        ;
    }
    0% {
        -webkit-transform: translateY(0px);
        ;
    }
}

@keyframes fade {
    0% {
        transform: translateY(0px);
    }
    100% {
        transform: translateY(0px);
        opacity: 1;
    }
    0% {
        transform: translateY(0px);
    }
}

ul.nav-menu li ul.sub-menu li:first-child {
    animation-delay: 0.1s;
}

ul.nav-menu li ul.sub-menu li:nth-child(2) {
    animation-delay: 0.2s;
}

ul.nav-menu li ul.sub-menu li:nth-child(3) {
    animation-delay: 0.3s;
}

ul.nav-menu li ul.sub-menu li:nth-child(4) {
    animation-delay: 0.3s;
}

ul.nav-menu li ul.sub-menu li:nth-child(5) {
    animation-delay: 0.5s;
}

ul.nav-menu li ul.sub-menu li:nth-child(6) {
    animation-delay: 0.6s;
}

ul.nav-menu li ul.sub-menu li:nth-child(7) {
    animation-delay: 0.7s;
}

ul.nav-menu li ul.sub-menu li:nth-child(8) {
    animation-delay: 0.8s;
}

ul.nav-menu li ul.sub-menu li:nth-child(9) {
    animation-delay: 0.9s;
}

ul.nav-menu li ul.sub-menu li:nth-child(10) {
    animation-delay: 1s;
}


/*Menu-Keyframes-End*/


/*Mega-Menu Start*/

ul.nav-menu li.menu-static {
    position: static;
}

ul.nav-menu .mega-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    padding: 20px 30px;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

ul.nav-menu .mega-menu ul {
    float: left;
    width: 30.33%;
    margin-left: 32px;
}

ul.nav-menu .mega-menu ul:first-child {
    margin-left: 0;
}

ul.nav-menu li.menu-static a {
    position: relative;
}

ul.nav-menu li.menu-static a.menu-item-has-children:before {
    position: absolute;
    content: '\f067';
    font-family: "Cairo", sans-serif;
    top: 56%;
    right: 4px;
    font-size: 10px;
    font-weight: 600;
    color: #333;
    margin-top: -11px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

ul.nav-menu li.menu-static:hover a.menu-item-has-children:before {
    color: #f1634c;
    transform: rotate(45deg);
}

ul.nav-menu .mega-menu ul:first-child {
    border-left: 0px;
}

ul.nav-menu .mega-menu ul:last-child {
    border-right: 0px;
}

ul.nav-menu .mega-menu ul li {
    display: block;
    opacity: 1;
    float: none;
    padding: 2px;
}

ul.nav-menu .mega-menu ul li.menu-headline {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    font-family: "Cairo", sans-serif;
    padding-left: 14px;
    position: relative;
    padding-bottom: 5px;
    margin-bottom: 8px;
}

ul.nav-menu .mega-menu ul li.menu-headline:before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 13.5px;
    width: 70px;
    height: 2px;
    background: #333;
}

ul.nav-menu .mega-menu ul li a {
    font-size: 14px;
    font-weight: 600;
    padding: 8px 10px;
}

ul.nav-menu .mega-menu ul li:nth-child(2) a {
    border-top: 0;
}

ul.nav-menu .mega-menu ul li a i {
    margin-right: 2px;
}

ul.nav-menu li:hover .mega-menu {
    opacity: 1;
    visibility: visible;
}


/*Mega-Menu End*/


/* Sticky Menu */

#strickymenu.sticky {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    z-index: 999;
    -webkit-transition: height 0.3s;
    transition: all 0.3s;
}

#strickymenu.sticky .logo {
    min-height: 70px;
}

#strickymenu.sticky .logo img {
    height: 120px;
}

html[dir="rtl"]#strickymenu.sticky ul.nav-menu li a {
    /*min-height: 70px;*/
    padding: 10px;
}

html[dir="ltr"] #strickymenu.sticky ul.nav-menu li.menu-item a {
    /*min-height: 70px;*/
    padding: 10px 2px;
}

#strickymenu.sticky ul.nav-menu li ul li a {
    min-height: 0;
    padding: 10px 15px;
}


/* Search */

.searchbar .search-button {
    font-size: 15px;
    text-align: right;
    position: absolute;
    top: 50%;
    margin-top: -11px;
    right: 54px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.searchbar .search-button:active,
.searchbar .search-button:focus,
.searchbar .search-button:hover {
    cursor: pointer;
    color: #1977f4;
}

.searchbar .openBtn {
    background: #f1634c;
    color: #fff;
    border: none;
    padding: 10px 15px;
    font-size: 20px;
    cursor: pointer;
}

.searchbar .openBtn:hover {
    background: #bbb;
}

.searchbar .overlay {
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.9);
}

.searchbar .overlay-content {
    position: relative;
    top: 46%;
    width: 80%;
    text-align: center;
    margin-top: 30px;
    margin: auto;
}

.searchbar .overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
    cursor: pointer;
    color: white;
}

.searchbar .overlay .closebtn:hover {
    color: #ccc;
}

.searchbar .overlay input[type=text] {
    padding: 15px;
    font-size: 17px;
    border: none;
    float: left;
    width: 80%;
    background: white;
}

.searchbar .overlay input[type=text]:hover {
    background: #f1f1f1;
}

.searchbar .overlay button {
    float: left;
    width: 20%;
    padding: 15px;
    background: #f1634c;
    color: #fff;
    font-size: 17px;
    border: none;
    cursor: pointer;
}

.searchbar .overlay button:hover {
    background: #333;
}

.searchbar .cart-button {
    cursor: pointer;
    text-align: right;
    position: absolute;
    top: 50%;
    color: #f1634c;
    margin-top: -11px;
    right: 15px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}


/*---Mobile Menu----*/

.mobile-menuicon .menu-bar {
    font-size: 24px;
    text-align: right;
    position: absolute;
    top: 50%;
    margin-top: -16px;
    right: 15px;
    color: #1977f4;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.mobile-menu .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 40px;
    margin-left: 50px;
    color: #fff;
}

.mobile-menu .sidenav img {
    max-height: 90px;
    margin-bottom: 20px;
    padding-left: 26px;
    padding-right: 20px;
}

.mobile-menu .sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    background-color: #111;
    padding-top: 40px;
    overflow-x: hidden;
    transition: 0.5s;
}

.mobile-menu .sidenav ul {
    margin: 0;
    padding: 0px 27px 5px 26px;
}

.mobile-menu .sidenav ul ul {
    padding: 0;
}

.mobile-menu .sidenav ul>li>a,
.mobile-menu .sidenav ul>li>span {
    display: block;
    font-size: 16px;
    color: #fff;
    position: relative;
    padding-bottom: 9px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.mobile-menu .sidenav ul li.menu-child>span:before {
    position: absolute;
    content: '\f067';
    font-family: "Cairo", sans-serif;
    top: 0;
    right: 0;
    font-size: 12px;
    color: #fff;
    font-weight: 600;
}

.mobile-menu .sidenav ul li.menu-child:hover>span:before {
    position: absolute;
    content: '\f068';
    font-family: "Cairo", sans-serif;
    top: 0;
    right: 0;
}

.mobile-menu .sidenav ul>li>ul>li>a {
    display: none;
    font-size: 14px;
    color: #fff;
    padding: 0px 0px 7px 10px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.mobile-menu .sidenav ul>li:hover>ul>li>a {
    display: block;
}

.mobile-menu .sidenav img {
    max-height: 90px;
    margin-bottom: 20px;
    padding-left: 26px;
    padding-right: 20px;
}


/*Mobile Megamenu*/

.mobile-menu .menu-headline {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    font-family: "Cairo", sans-serif;
    padding-left: 4px;
    position: relative;
    padding-bottom: 5px;
    margin-bottom: 8px;
}

.mobile-menu .menu-headline:before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 4px;
    width: 70px;
    height: 2px;
    background: #fff;
}

.mobile-menu .sidenav ul li.mobile-megamenu ul {
    display: none;
}

.mobile-menu .sidenav ul li.mobile-megamenu:hover ul {
    display: block;
}


/*
-------------------------------
Slider
-------------------------------
*/

.slider-item {
    position: relative;
    background-repeat: no-repeat;
    background-position: top center;
    /* height: 800px; */
    color: #fff;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    overflow: hidden; /* Prevent overflow */
}

.slider-image
{
    width: 100%; /* Make image responsive */
    height: auto; /* Maintain aspect ratio */
    display: block; /* Remove bottom space */
    border-radius: 0 !important;
}

.bg-slider {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #333;
    opacity: 0.3;
}

.text-animated h1 {
    font-size: 52px;
    font-weight: 700;
    color: #fff;
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.text-animated p {
    font-size: 18px;
    color: #fff;
    letter-spacing: .16px;
    line-height: 30px;
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
}

.text-animated ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.text-animated li {
    display: inline-block;
    margin-top: 15px;
    margin-right: 10px;
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
}

.text-animated li a {
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    background: #1977f4;
    color: #fff;
    border: 1px solid #1977f4;
    border-radius: 3px;
    padding: 14px 45px;
    text-decoration: none;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.text-animated li.btn-red a {
    background: #f1634c;
    border: 1px solid #f1634c;
}

.text-animated li a:hover {
    background-color: #333;
    color: #fff;
    border: 1px solid #333;
}

.slider-text.left {
    text-align: left;
}

.slider-text.left p {
    margin-right: 450px;
}

.slider-text.center {
    text-align: center;
}

.slider-text.center p {
    margin-left: 225px;
    margin-right: 225px;
}

.slide-carousel {
    overflow: hidden;
}





/*
-------------------------------
Why Us
-------------------------------
*/

.choose-item {
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    text-align: center;
    margin-top: 30px;
    padding: 15px;
    position: relative;
    height: 300px;
}

.choose-item:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #1977f4;
    opacity: 0.9;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.choose-col:nth-of-type(2n) .choose-item:before {
    background: #f1634c;
}

.choose-icon {
    position: relative;
    margin: auto;
}

.choose-icon i {
    font-size: 60px;
    color: #fff;
}

.choose-text {
    position: relative;
}

.choose-text h4 {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
}

.choose-text p {
    color: #fff;
    margin: 0;
}

.choose-item:hover:before {
    opacity: 1;
}

.choose-item:hover .choose-icon i {
    transform: rotate(360deg);
}


/*
-------------------------------
Feature
-------------------------------
*/

.about-area {
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
}

.about-skey {
    position: relative;
    margin: 0 15px 11px 0px;
}

.about-img {
    position: relative;
}

.about-skey:before {
    position: absolute;
    content: "";
    right: -9px;
    top: -9px;
    width: 0;
    height: 0;
    border-top: 170px solid #1977f4;
    border-left: 170px solid transparent;
}

.about-skey:after {
    position: absolute;
    content: "";
    right: -9px;
    bottom: -9px;
    width: 0;
    height: 0;
    border-bottom: 170px solid #1977f4;
    border-left: 170px solid transparent;
    z-index: -1;
}

.about-img {
    position: relative;
}

.about-img:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(208 208 208 / 30%);
}

.video-button {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    border-radius: 50%;
    padding: 18px 20px 18px 28px;
}

.video-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #f1634c;
    border-radius: 50%;
    animation: video-pop 1500ms ease-out infinite;
}

.video-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #f1634c;
    border-radius: 50%;
    transition: all 200ms;
}

.video-button span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    top: 4px;
    border-left: 28px solid #fff;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.video-button:hover span {
    border-left-color: #333;
}

@keyframes video-pop {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

.feature-section-text {
    padding-right: 60px;
    padding-left: 30px;
}

.feature-section-text h2 {
    font-size: 34px;
    font-weight: 600;
    margin-bottom: 20px;
}

.feature-section-text p {
    opacity: .9;
    font-size: 16px;
    color: #4f5b6d;
    line-height: 24px;
}

.feature-accordion {
    margin-top: 28px;
}

.faq-item {
    border: 0px;
    margin-bottom: 15px;
    box-shadow: 0 20px 50px 0 rgba(0, 0, 0, .05);
}

.faq-header button.faq-button {
    cursor: pointer;
    font-size: 20px !important;
    font-weight: 600;
    text-align: left;
    display: block;
    width: 100%;
    padding: 15px;
    text-decoration: none;
    background: #f1634c;
    color: #fff;
    position: relative;
}

.faq-header button.faq-button:before {
    position: absolute;
    content: '\f068';
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    font-size: 14px;
    right: 0px;
    top: 0px;
    padding: 19.5px 30px;
    color: #fff;
    background: #1977f4;
}

.faq-header button.faq-button.collapsed {
    background: #1977f4;
}

.faq-header button.faq-button.collapsed:before {
    content: '\f067';
    background: #f96b47;
}

.faq-body {
    border: 1px solid #e1e1e1;
    border-top: 0;
    padding: 25px;
    line-height: 1.6;
}

.faq-home .faq-body {
    padding: 15px;
}

.faq-body ul {
    list-style: none;
    margin: 0;
    margin-top: 20px;
    padding: 0;
}

.faq-home .faq-body ul {
    margin-top: 10px;
}

.faq-body ul li {
    position: relative;
    margin-top: 5px;
    padding-left: 20px;
}

.faq-body ul li:before {
    position: absolute;
    content: '\f00c';
    font-family: "Cairo", sans-serif;
    top: 2px;
    left: 0;
    font-size: 14px;
    font-weight: 600;
    color: #f96b47;
}


/*
-------------------------------
Service
-------------------------------
*/

.main-headline h1 {
    font-weight: 700;
    color: #191919;
    font-size: 48px;
    text-align: center;
}

.main-headline h1 span {
    color: #1977f4;
}

.main-headline p {
    opacity: .9;
    font-size: 16px;
    color: #4f5b6d;
    letter-spacing: .16px;
    text-align: center;
    line-height: 24px;
    margin: 20px 200px;
}

.main-headline.white h1 {
    color: #fff;
}

.main-headline.white h1 span {
    color: #fff;
}

.main-headline.white p {
    color: #fff;
}

.service-area {
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
}

.service-coloum-area {
    justify-content: flex-start;
    display: flex;
    flex-wrap: wrap;
    margin-top: 86px;
    margin-bottom: 40.5px;
}

.service-coloum {
    position: relative;
}

.service-coloum:nth-child(2),
.service-coloum:nth-child(5) {
    margin-top: -86px;
}

.service-item {
    background: #fff;
    box-shadow: 0 40px 70px 0 rgba(0, 0, 0, .05);
    border-radius: 5px;
    margin: 14.5px;
    text-align: center;
    padding: 50px 20px 45px;
    width: 340px;
    transform: translateY(0);
    transition: all .3s ease;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column
}

.service-item img {
    margin-bottom: 30px;
}

.service-item h3 {
    font-size: 22px;
    font-weight: 600;
    color: #333;
}

.service-item p {
    opacity: .9;
    font-size: 18px;
    color: #4f5b6d;
    letter-spacing: .16px;
    text-align: center;
    line-height: 30px;
    margin-bottom: 30px;
}

.service-item a {
    font-size: 16px;
    color: #1977f4;
    font-weight: 700;
}

.service-item i,
.service-item2 i {
    font-size: 50px;
    margin-bottom: 15px;
    color: #f1634c;
}

.service-coloum:nth-child(2) .service-item a,
.service-coloum:nth-child(5) .service-item a {
    color: #f1634c;
}

.service-item:hover {
    transform: translateY(-5px);
}

.home-button {
    text-align: center;
}

.home-button.ser-btn {
    padding-bottom: 180px;
}

.home-button a {
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    background: #1977f4;
    color: #fff;
    border: 1px solid #1977f4;
    border-radius: 3px;
    padding: 14px 45px;
    text-decoration: none;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.home-button a:hover {
    background: #333;
    border: 1px solid #333;
}


/*
-------------------------------
Service - 2
-------------------------------
*/

.service-item2 {
    background: #fff;
    box-shadow: 0 40px 70px 0 rgba(0, 0, 0, .05);
    border-radius: 5px;
    text-align: center;
    padding: 50px 20px 45px;
    height: 350px;
    transform: translateY(0);
    transition: all .3s ease;
}

.s-border .service-item2 {
    border: 1px solid #ddd;
}

.service-item2 img {
    margin-bottom: 30px;
}

.service-item2 h3 {
    font-size: 22px;
    font-weight: 600;
    color: #333;
}

.service-item2 p {
    opacity: .9;
    font-size: 18px;
    color: #4f5b6d;
    letter-spacing: .16px;
    text-align: center;
    line-height: 30px;
    margin-bottom: 30px;
}

.service-item2 a {
    font-size: 16px;
    color: #f1634c;
}

.service-item2:hover {
    transform: translateY(-5px);
}


/*
-------------------------------
Service - Detail
-------------------------------
*/

.service-detail-area {
    padding-bottom: 60px;
}

.service-detail-text h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
}

.service-feature-list h3 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 15px;
}

.service-feature-list ul li {
    position: relative;
    padding-left: 25px;
    margin: 12px 0px;
}

.service-feature-list ul li:before {
    position: absolute;
    content: '\f14a';
    font-family: "Cairo", sans-serif;
    font-weight: 600;
    top: 0;
    left: 0;
    color: #1977f4;
}

.service-qucikcontact h3 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 15px;
}

.faq-service.feature-section-text {
    padding: 0;
}

.faq-service.feature-section-text h2 {
    font-weight: 700;
}

.service-widget ul li a {
    display: block;
    background: #edf0fa;
    color: #40436a;
    padding: 24px 40px;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    -moz-transition: all 300ms ease-out 0s;
    -webkit-transition: all 300ms ease-out 0s;
    -ms-transition: all 300ms ease-out 0s;
    -o-transition: all 300ms ease-out 0s;
    transition: all 300ms ease-out 0s;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

.service-widget ul li a i {
    font-weight: 600;
    font-size: 14px;
    margin-right: 7px;
}

.service-link-list li.active a i {
    margin-right: 12px;
}

.service-widget ul li.active a,
.service-widget ul li a:hover {
    background-color: #0674c3;
    color: #fff;
    padding-left: 50px;
}

.service-widget-contact {
    text-align: center;
    background: #0674c3;
    color: #fff;
    padding: 30px;
    border-radius: 2px;
}

.service-widget-contact h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #fff;
}

.service-widget-contact p {
    margin-bottom: 15px;
}

.service-widget-contact ul li {
    margin-bottom: 7px;
}

.service-widget-contact ul li i {
    margin-right: 4px;
}

.service-widget-contact a {
    display: inline-block;
    background: #fff;
    color: #333;
    font-weight: 600;
    padding: 12px 30px;
    margin-top: 10px;
    border-radius: 2px;
}

.video-headline h3 {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 0px
}


/*
-------------------------------
Counterup-Area
-------------------------------
*/

.counter-row {
    position: absolute;
    width: 1085px;
    left: 50%;
    bottom: 0;
    text-align: center;
    transform: translate(-50%, 49.3%);
    padding: 70px 60px;
    margin: 0;
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 5px;
    overflow: hidden; /* Ensure the overlay covers the entire div */
  }
  
  .counter-row::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 82, 138, 0.6); /* Adjust the color and opacity as needed */
    z-index: 1;
  }
  
  .counter-row > * {
    position: relative;
    z-index: 2; /* Ensure the content is on top of the overlay */
  }



.counter-item {
    text-align: center;
    margin-bottom: 5px;
}

.counter-item .counter-icon {
    width: 70px;
    height: 70px;
    line-height: 74px;
    border-radius: 50%;
    font-size: 26px;
    color: #f1634c;
    margin: 0 auto;
    margin-bottom: 13px;
    box-shadow: 0 14px 41px 0 rgba(58, 17, 98, .1);
    background: #fff;
}

.counter-item h2.counter {
    font-size: 36px;
    font-weight: 600;
    color: #fff;
    margin: 0;
    margin-bottom: 5px;
}

.counter-item h4 {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    margin: 0;
}


/*
-------------------------------
Portfolio
-------------------------------
*/

.portfolio-area {
    padding-top: 240px;
    padding-bottom: 80px;
}

.portfolio-menu {
    text-align: center;
    margin-bottom: 6px;
}

.portfolio-menu li {
    cursor: pointer;
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    color: #fff;
    background: #1977f4;
    margin-left: -5px;
    padding: 14px 20px;
    position: relative;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.portfolio-menu li:hover {
    background: #333;
}

.portfolio-menu li.filtr-active {
    background: #f1634c;
}

.portfolio-menu li:before {
    position: absolute;
    content: "";
    width: 2px;
    height: 100%;
    top: 50%;
    transform: translate(0%, -50%);
    left: 0;
    text-decoration: none;
    background: #ffffff;
}

.portfolio-item {
    position: relative;
}

.portfolio-item img {
    width: 100%;
}

.item-img-overlay {
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid #f7f7f7;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    overflow: hidden;
    -webkit-transition: all .5s;
    transition: all .5s;
    color: #fff;
    z-index: 1;
}

.item-img-overlay:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 170%;
    background: #f1634c;
    -webkit-transform: skewX(45deg);
    transform: skewX(45deg);
    -webkit-transition: all 1s;
    transition: all 1s;
    z-index: -1
}

.item-img-overlay:hover:after {
    top: 0;
    left: -170%
}

.item-img-overlay:hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

.img-overlay {
    text-align: center;
}

.prot-text {
    bottom: -50%;
    left: 50%;
    position: absolute;
    text-align: center;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    -webkit-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
}

.item-img-overlay:hover .prot-text {
    bottom: 50%;
    margin-bottom: -50px;
}

.prot-text h5 {
    color: #333;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
    margin-top: 25px;
    text-transform: capitalize;
}

.prot-icon a {
    text-align: center;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #f1634c;
    color: #fff;
    border-radius: 50%;
    margin-right: 5px;
    transition: background 0.3s;
    -webkit-transition: background 0.3s;
}

.prot-icon a.magnific {
    background: #1977f4;
}

.prot-icon a:hover {
    background: #333;
}


/*
-------------------------------
Single Portfolio
-------------------------------
*/

.portfolio-detail-text h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
}

.project-info {
    background: #0674c3;
    padding: 30px;
    color: #fff;
}

.project-info h3 {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #fff;
}

.project-info ul li {
    margin: 5px 0;
    padding: 5px 0;
}

.project-info ul li b {
    display: inline-block;
    width: 20%
}

.project-info ul li span {
    display: inline-block;
    width: 78%;
}

.video-item {
    position: relative;
    margin: 0 15px 11px 11px;
}

.video-item:before {
    position: absolute;
    content: "";
    right: -5px;
    top: -5px;
    width: 0;
    height: 0;
    border-top: 130px solid #fa4a4a;
    border-left: 130px solid transparent;
}

.video-item:after {
    position: absolute;
    content: "";
    left: -5px;
    bottom: -5px;
    width: 0;
    height: 0;
    border-bottom: 130px solid #fa4a4a;
    border-right: 130px solid transparent;
    z-index: -1;
}

.video-img {
    position: relative;
}

.video-img:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(20, 36, 64, 0.3);
    opacity: 0.5;
}

.video-button {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    border-radius: 50%;
    padding: 18px 20px 18px 28px;
}

.video-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #fff;
    border-radius: 50%;
    animation: video-pop 1500ms ease-out infinite;
}

.video-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #fff;
    border-radius: 50%;
    transition: all 200ms;
}

.video-button span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    top: 4px;
    border-left: 28px solid #6da32b;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.video-button:hover span {
    border-left-color: #333;
}

@keyframes video-pop {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}


/*portfolio-carousel*/

.portfolio-carousel {
    overflow: hidden;
}

.portfolio-carousel.owl-carousel .owl-nav .owl-prev,
.portfolio-carousel.owl-carousel .owl-nav .owl-next {
    text-align: center;
    font-size: 18px;
    position: absolute;
    top: 50%;
    width: 40px;
    height: 50px;
    line-height: 48px;
    background: rgb(6 116 195 / 50%);
    color: #fff;
    margin-top: -25px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.portfolio-carousel.owl-carousel .owl-nav .owl-prev {
    left: 0;
    margin-left: -40px;
}

.portfolio-carousel.owl-carousel .owl-nav .owl-next {
    right: 0;
    margin-right: -40px;
}

.portfolio-carousel.owl-carousel:hover .owl-nav .owl-prev,
.portfolio-carousel.owl-carousel:hover .owl-nav .owl-next {
    margin-left: 0;
    margin-right: 0;
}

.portfolio-carousel.owl-carousel .owl-nav .owl-prev:hover,
.portfolio-carousel.owl-carousel .owl-nav .owl-next:hover {
    color: #fff;
    background: #f1634c;
}


/* Relative Portfion-carousel Nav */

.owl-carousel.relative-pt-carousel .owl-nav .owl-prev,
.owl-carousel.relative-pt-carousel .owl-nav .owl-next {
    text-align: center;
    font-size: 15px;
    position: absolute;
    width: 38px;
    height: 35px;
    line-height: 36px;
    top: 0;
    margin-top: -15px;
    background: #f1634c;
    color: #fff;
    border-radius: 2px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.owl-carousel.relative-pt-carousel .owl-nav .owl-prev {
    right: 0;
    margin-right: 46px;
}

.owl-carousel.relative-pt-carousel .owl-nav .owl-next {
    right: 0;
    margin-right: 0px;
}

.owl-carousel.relative-pt-carousel .owl-nav .owl-prev:hover,
.owl-carousel.relative-pt-carousel .owl-nav .owl-next:hover {
    color: #fff;
    background: #333;
}


/* Relative owl dots */

.owl-carousel.relative-pt-carousel .owl-dots {
    text-align: center;
    margin-top: 20px;
}

.owl-carousel.relative-pt-carousel .owl-dots .owl-dot {
    width: 18px;
    height: 18px;
    background: #fff;
    border: 5px solid #1977f4;
    border-radius: 50%;
    display: inline-block;
    margin: 0 3px;
}

.owl-carousel.relative-pt-carousel .owl-dots .owl-dot.active {
    width: 18px;
    height: 18px;
    background: #fff;
    border: 5px solid #f1634c;
}


/*
-------------------------------
Single Portfolio
-------------------------------
*/

.carousel-indicators {
    text-align: inherit;
    position: inherit;
    left: 0;
    bottom: 0;
    margin: 0;
    margin-top: 15px;
}

.carousel-indicators .active,
.carousel-indicators li.active,
.carousel-indicators li {
    width: auto;
    height: auto;
    margin: 0;
}

.carousel-indicators li {
    border: 1px solid #f1634c;
    border-radius: 0px;
    padding: 5px;
}

.carousel-indicators li img {
    max-width: auto;
    height: auto;
}


/*Portfolio Nav-Carousel*/

.portfolio-nav.owl-carousel .owl-nav .owl-prev,
.portfolio-nav.owl-carousel .owl-nav .owl-next {
    text-align: center;
    display: inline-block;
    position: absolute;
    width: 30px;
    height: 30px;
    top: 50%;
    line-height: 26px;
    font-size: 18px;
    background: #1977f4;
    color: #fff;
    border: 1px solid #1977f4;
    margin-top: -15px;
    border-radius: 1px;
    -webkit-border-radius: 1px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.portfolio-nav.owl-carousel .owl-nav .owl-prev {
    left: 0px;
}

.portfolio-nav.owl-carousel .owl-nav .owl-next {
    position: absolute;
    right: 0px;
}

.portfolio-nav.owl-carousel:hover .owl-nav .owl-prev,
.portfolio-nav.owl-carousel:hover .owl-nav .owl-next {
    visibility: visible;
    opacity: 1;
}

.portfolio-nav.owl-carousel .owl-nav .owl-prev:hover,
.portfolio-nav.owl-carousel .owl-nav .owl-next:hover {
    background: #333;
}


/*
-------------------------------
Testimonial
-------------------------------
*/

.testimonial-area {
    background: #ecf1f8;
    padding-top: 60px;
    padding-bottom: 90px;
}

.testimonial-texarea h1 {
    font-size: 50px;
    font-weight: 800;
    margin-bottom: 30px;
    color: #0674c3;
    line-height: 1.3;
}

.testimonial-item {
    position: relative;
    display: block;
    background: #fff;
    padding: 97px 80px 80px 80px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    background-image: url('../img/shape-3.png');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.testimonial-item:before {
    content: '"';
    position: absolute;
    left: 70px;
    top: 20px;
    color: #fa4949;
    font-size: 85px;
    font-weight: 900;
}

.testimonial-item p {
    font-weight: 600;
    margin-bottom: 15px;
    color: #748196;
}

.testi-info {
    margin-top: 30px;
    position: relative;
    padding: 15px 0px 21px 100px;
}

.testi-info img {
    width: 80px !important;
    height: 80px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
}

.testi-info h4 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 0;
    line-height: 1.3;
    color: #1977f4;
}

.testi-info span {
    font-size: 15px;
    font-weight: 400;
}


/*Testimonial-Dots*/

.owl-testimonial .owl-dots {
    position: absolute;
    bottom: 25%;
    right: 10%;
    transform: translate(-50%, 10%);
}

.owl-testimonial .owl-dots .owl-dot {
    width: 18px;
    height: 18px;
    background: #fff;
    border: 5px solid #1977f4;
    border-radius: 50%;
    display: inline-block;
    margin: 0 3px;
}

.owl-testimonial .owl-dots .owl-dot.active {
    width: 18px;
    height: 18px;
    background: #fff;
    border: 5px solid #f1634c;
}

.testi-photo {
    overflow: hidden
}

.testi-photo img {
    transform: scale(1);
    transition: all 0.5s;
}

.testi-photo:hover img {
    transform: scale(1.2);
}

.testimonial-innerbox ul li {
    position: relative;
    float: left;
    max-width: 255px;
    margin: 0px 15px;
    margin-top: 30px;
    text-align: center;
    padding: 48px 60px 49px 60px;
    background: #fa4949;
}

.testimonial-innerbox ul li:before {
    position: absolute;
    content: '';
    background: rgba(255, 255, 255, 0.1);
    width: 170px;
    height: 170px;
    right: 0px;
    bottom: 0px;
    clip-path: polygon(0% 100%, 100% 0%, 100% 100%, 0% 100%, 0px 0px);
    transition: all 0.3s;
}

.testimonial-innerbox ul li:hover:before {
    width: 100%;
    height: 100%;
    clip-path: none;
}

.testimonial-innerbox ul li:first-child {
    margin-left: 0;
}

.testimonial-innerbox ul li:last-child {
    background: #0674c3;
    margin-right: 0;
}

.testimonial-innerbox ul li i {
    position: relative;
    display: inline-block;
    font-size: 60px;
    line-height: 60px;
    color: #fff;
    margin-bottom: 24px;
    transition: all 0.9s;
}

.testimonial-innerbox ul li h3 {
    position: relative;
    display: block;
    font-size: 24px;
    color: #fff;
    line-height: 29px;
    font-weight: 700;
}

.testimonial-innerbox ul li:hover i {
    transform: rotate(360deg)
}


/*
-------------------------------
Testimonial - Page
-------------------------------
*/

.testimonial-page .testimonial-item {
    overflow: hidden;
    padding: 50px 30px 30px 30px;
}

.testimonial-page .testimonial-item:before {
    content: '"';
    position: absolute;
    left: 30px;
    top: -5px;
    color: #fa4949;
    font-size: 60px;
    font-weight: 900;
}

.testimonial-page .testimonial-item p {
    font-size: 16px;
    color: #4b4b4b;
}

.testimonial-page .testi-info h4 {
    font-size: 20px;
}

.testimonial-page .testi-info span {
    font-size: 14px;
}

.testimonial-page .testi-link {
    border-color: #f1634c transparent;
    border-style: solid;
    border-width: 0 0 50px 50px;
    bottom: -50px;
    content: "";
    cursor: pointer;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    right: -50px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    visibility: visible;
}

.testimonial-page .testi-link a {
    color: #fff;
    display: block;
    left: -31px;
    padding: 3px 10px;
    position: absolute;
    top: 18px;
}

.testimonial-page .testimonial-item:hover .testi-link {
    bottom: 0;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    right: 0;
    visibility: visible;
}

.testimonial-page .testi-link:hover {
    border-color: #333 transparent;
}


/*
-------------------------------
Team-Area
-------------------------------
*/

.team-area {
    padding-top: 80px;
    padding-bottom: 80px;
}

.team-item {
    overflow: hidden;
    margin-top: 30px;
    margin-bottom: 15px;
    position: relative;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 12px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 10px 0 rgba(43, 52, 59, .1);
    border-radius: var(--spc-3x);
}

.team-item img {
    width: 100%;
    height: auto;
}

.team-photo {
    overflow: hidden;
    position: relative;
    /* border-radius: var(--spc-3x); */
}

.team-photo:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    text-align: left;
    opacity: 0;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
    background-color: rgba(0, 0, 0, .2);
}

.team-text {
    text-align: left;
    padding: 20px 30px;
    background: #fbfdff;
}

.team-text span {
    color: #f1634c;
}

.team-text a {
    display: block;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0px;
    text-decoration: none;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.team-text a:hover {
    color: #f1634c;
}

.team-text p {
    font-size: 15px;
    margin: 0;
}

.team-social {
    text-align: center;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(100%, -88%);
    -webkit-transform: translate(100%, -88%);
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.team-social ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.team-social li {
    display: block;
}

.team-social li a {
    display: block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 12px;
    margin: 7px;
    background: #fff;
    border-radius: 3px;
    text-decoration: none;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.team-social li a:hover {
    color: #fff;
    background: #f1634c;
}

.team-item:hover .team-social {
    transform: translate(0%, -88%);
    -webkit-transform: translate(0%, -88%);
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.team-item:hover .team-photo:after {
    opacity: 1;
}


/* Team-carousel Nav */

.owl-carousel.team-carousel .owl-nav .owl-prev,
.owl-carousel.team-carousel .owl-nav .owl-next {
    text-align: center;
    font-size: 15px;
    position: absolute;
    width: 38px;
    height: 35px;
    line-height: 36px;
    top: 0;
    margin-top: -15px;
    background: #f1634c;
    color: #fff;
    border-radius: 2px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.owl-carousel.team-carousel .owl-nav .owl-prev {
    right: 0;
    margin-right: 46px;
}

.owl-carousel.team-carousel .owl-nav .owl-next {
    right: 0;
    margin-right: 0px;
}

.owl-carousel.team-carousel .owl-nav .owl-prev:hover,
.owl-carousel.team-carousel .owl-nav .owl-next:hover {
    color: #fff;
    background: #333;
}


/* Team-owl-dots */

.owl-carousel.team-carousel .owl-dots {
    text-align: center;
    margin-top: 20px;
}

.owl-carousel.team-carousel .owl-dots .owl-dot {
    width: 18px;
    height: 18px;
    background: #fff;
    border: 5px solid #1977f4;
    border-radius: 50%;
    display: inline-block;
    margin: 0 3px;
}

.owl-carousel.team-carousel .owl-dots .owl-dot.active {
    width: 18px;
    height: 18px;
    background: #fff;
    border: 5px solid #f1634c;
}


/*Team Swiper*/

.team-swiper {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

.team-swiper .swiper-slide {
    width: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}


/*
-------------------------------
Team Details
-------------------------------
*/

.team-detail-photo {
    margin-top: 30px;
}

.team-detail-text {
    margin-top: 30px;
}

.team-detail-text h4 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 7px;
}

.team-detail-text p {
    margin-top: 20px;
}

.team-detail-text ul {
    list-style: none;
    margin: 0;
    margin-top: 15px;
    padding: 0;
}

.team-detail-text ul li {
    text-align: center;
    display: inline-block;
    margin-right: 7px;
    margin-top: 5px;
}

.team-detail-text ul li:last-child {
    margin-right: 0;
}

.team-detail-text ul li a {
    font-size: 14px;
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 3px;
    background: #1977f4;
    color: #fff;
    transition: all 0.3s;
}

.team-detail-text ul li a:hover {
    background: #313131;
    color: #fff;
}

.team-exp-area .event-detail-content {
    background: #fff;
}

.progress-gallery {
    margin-top: 15px;
}

.progress-gallery .bar-container {
    position: relative;
    font-size: 15px;
    margin-bottom: 15px;
}

.progress-gallery .bar-container p {
    font-weight: 600;
    margin-bottom: 5px;
}

.progress-gallery .bar-container .progress {
    height: 10px;
}

.progress-gallery .bar-container .progress .progress-bar-custom {
    background-color: #1977f4;
}

.progress-gallery .bar-container .percentage-show {
    font-weight: 600;
    position: absolute;
    top: 0px;
    right: 0;
    z-index: 9;
}

.progress-gallery .progress-bar {
    transition-duration: 3s;
}

.team-headline h2 {
    font-size: 36px;
    font-weight: 700;
    color: #191919;
    margin: 0;
}

.team-exp-item {
    background-color: #fff;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    padding: 30px;
    position: relative;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    margin-bottom: 30px;
    z-index: 55;
    overflow: hidden;
}

.team-exp-icon {
    background-color: #eee;
    border-radius: 20px;
    display: inline-block;
    height: 82px;
    position: relative;
    width: 82px;
    z-index: -2;
    overflow: hidden;
}

.team-exp-area .team-exp-item {
    background: #f1f1f1;
    box-shadow: none;
}

.team-exp-area .team-exp-icon {
    background: #fff;
}

.team-exp-icon i {
    color: #f1634c;
    font-size: 30px;
    line-height: 82px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.team-exp-icon i:after {
    background-color: #f1634c;
    border-radius: 0px;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    width: 100%;
    z-index: -1;
}

.team-exp-item h4 {
    color: #333;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 25px;
    text-transform: capitalize;
}

.team-exp-hover {
    border-color: #f1634c transparent;
    border-style: solid;
    border-width: 0 0 50px 50px;
    bottom: -50px;
    content: "";
    cursor: pointer;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    right: -50px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    visibility: visible;
}

.team-exp-hover a {
    color: #fff;
    display: block;
    left: -31px;
    padding: 3px 10px;
    position: absolute;
    top: 18px;
}

.team-exp-item:hover .team-exp-hover {
    bottom: 0;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    right: 0;
    visibility: visible;
}

.team-exp-item:hover .team-exp-icon i:after {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.team-exp-item:hover .team-exp-icon i {
    color: #fff;
}

.experience-item {
    text-align: center;
    position: relative;
    box-shadow: 0px 3px 30px 0px rgba(153, 153, 153, 0.2);
    background: #fff;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    padding: 0;
}

.experience-item:before,
.experience-item:after {
    position: absolute;
    content: '';
    top: -1px;
    left: -1px;
    bottom: -1px;
    right: -1px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.experience-item:after {
    border-bottom: 3px solid #f1634c;
    border-top: 3px solid #f1634c;
    transform: scaleX(0);
    transform-origin: 0 100% 0;
}

.experience-item:before {
    border-right: 3px solid #f1634c;
    border-left: 3px solid #f1634c;
    transform: scaleY(0);
    transform-origin: 100% 0 0;
}

.experience-colume {
    padding: 40px 30px;
    position: relative;
}

.experience-colume:after {
    position: absolute;
    content: "";
    left: 0px;
    bottom: 0px;
    width: 0;
    height: 0;
    border-bottom: 25px solid #f1634c;
    border-right: 25px solid transparent;
    z-index: 9;
}

.experience-item i {
    font-size: 36px;
    color: #f1634c;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.experience-text {
    margin-top: 20px;
}

.experience-text h4 {
    font-size: 20px;
    font-weight: 600;
    color: #333;
    margin-bottom: 20px;
}

.experience-text p {
    margin: 0;
}

.experience-item:hover {
    box-shadow: none;
}

.experience-item:hover i {
    color: #333;
}

.experience-item:hover:after {
    transform: scaleX(1);
}

.experience-item:hover:before {
    transform: scaleY(1);
}


/*
-------------------------------
Career-Area
-------------------------------
*/

.career-item {
    background-color: #fff;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    padding: 30px;
    position: relative;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    margin-bottom: 30px;
    z-index: 55;
    overflow: hidden;
}

.career-icon {
    background-color: #eee;
    border-radius: 20px;
    display: inline-block;
    height: 82px;
    position: relative;
    width: 82px;
    z-index: -2;
    overflow: hidden;
}

.career-icon i {
    color: #f1634c;
    font-size: 30px;
    line-height: 82px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.career-icon i:after {
    background-color: #f1634c;
    border-radius: 0px;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    width: 100%;
    z-index: -1;
}

.career-item h4 {
    color: #0674c3;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 15px;
}

.career-item h5 {
    color: #f1634c;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}

.career-item:hover .career-hover {
    bottom: 0;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    right: 0;
    visibility: visible;
}

.career-item:hover .career-icon i:after {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.career-item:hover .career-icon i {
    color: #fff;
}

.career-location {
    overflow: hidden;
}

.career-location li {
    float: left;
    width: 50%;
    font-family: "Cairo", sans-serif;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px
}

.career-hover {
    text-align: center;
}

.career-hover li {
    display: inline-block;
    margin-top: 10px;
    margin-right: 15px;
}

.career-hover li a {
    display: block;
    width: 150px;
    font-weight: 600;
    background: #0674c3;
    color: #fff;
    padding: 10px 5px;
    border-radius: 3px;
    transition: all 0.3s;
}

.career-hover li:last-child {
    margin-right: 0;
}

.career-hover li:last-child a {
    background: #f1634c;
}

.career-hover li a:hover {
    background: #333;
}


/*
-------------------------------
Career Detail
-------------------------------
*/

.Career-detail-text {
    background: #fff;
    border: 1px solid #e9e9e9;
    padding: 30px;
}

.Career-detail-text h3 {
    font-size: 24px;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-bottom: 12px;
    position: relative;
}

.Career-detail-text h3:before {
    content: '';
    border: 1px solid #0674c3;
    width: 8px;
    position: absolute;
    bottom: 0px;
    left: 0;
}

.Career-detail-text h3:after {
    content: '';
    border: 1px solid #0674c3;
    width: 30px;
    position: absolute;
    bottom: 0px;
    left: 11px;
}

.career-sidebar {
    border: 1px solid #e9e9e9;
    background: #ffffff;
}

.career-sidebar-heading {
    background: #23c0e9;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    -webkit-border-top-left-radius: 10px;
    -moz-border-top-left-radius: 10px;
    border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-top-right-radius: 10px;
    border-top-right-radius: 10px;
}

.career-sidebar-heading h4 {
    font-size: 16px;
    color: #ffffff;
    margin: 0;
}

.career-sidebar-img {
    text-align: center;
    padding-top: 30px;
}

.career-sidebar-right-cont {
    text-align: center;
}

.career-sidebar-right-cont-wrapper h4 {
    font-size: 16px;
    color: #000000;
    font-weight: 700;
    padding-top: 30px;
    margin: 0;
}

.career-sidebar-right-cont-wrapper p {
    font-size: 16px;
    color: #0674c3;
    padding-top: 7px;
}

.career-sidebar-btn-wrapper {
    text-align: center;
    padding-bottom: 50px;
    border-bottom: 1px solid #e9e9e9;
}

.career-sidebar-btn li {
    display: inline-block;
    margin-left: 15px;
}

.career-sidebar-btn li:first-child {
    margin-left: 0;
}

.career-sidebar-btn li:first-child a {
    width: 30px;
    height: 30px;
    border: 1px solid #e9e9e9;
    text-align: center;
    line-height: 30px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    color: #f36969;
    background: transparent;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.career-sidebar-btn li:last-child a {
    display: block;
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #37d09c;
    color: #ffffff;
    font-size: 12px;
    text-transform: uppercase;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.career-sidebar-main-wrapper {
    padding: 50px;
    padding-top: 10px;
}

.career-sidebar-icon {
    float: left;
    width: 20px;
}

.career-sidebar-icon i {
    color: #f1634c;
}

.career-sidebar-icon-con {
    float: left;
    width: calc(100% - 20px);
    padding-left: 10px;
}

.career-sidebar-icon-con li:first-child {
    font-weight: bold;
    color: #000000;
}

.career-sidebar-wrapper2 {
    overflow: hidden;
    padding-top: 40px;
}

.career-sidebar-list-btn ul {
    margin-top: 40px;
}

.career-sidebar-list-btn li a {
    display: block;
    width: 230px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
    background: #f1634c;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.career-sidebar-list-btn li a:hover {
    background: #333;
}

.career-btn a {
    display: inline-block;
    padding: 10px 35px;
    background: #0674c3;
    color: #fff;
    font-weight: 600;
    border-radius: 3px;
    transition: all 0.3s;
}

.career-btn a:hover {
    background: #333;
}

.job-apply-form h3 {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 30px;
}

.form-group input[type="file"] {
    height: auto;
    border: 0;
    padding: 0;
    padding-bottom: 5px;
}

.cap-row {
    overflow: hidden;
}

.cap-row .cap-number {
    width: 90px;
    float: left;
}

.cap-row .form-control {
    width: 80px;
}

.job-apply-form .btn {
    display: inline-block;
    text-transform: uppercase;
    font-weight: 600;
    padding: 14px 30px;
    border: 1px solid #0674c3;
    border-radius: 3px;
    background: #0674c3;
    color: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s
}

.job-apply-form .btn:hover {
    border: 1px solid #f1634c;
    background: #f1634c;
}

.job-detail-keyword {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
    border: 1px solid #e9e9e9;
    background: #fff;
    border-top: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.job-detail-keyword li {
    display: inline-block;
    margin-left: 10px;
}

.job-detail-keyword li:first-child {
    margin-left: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.job-detail-keyword li i {
    margin-right: 5px;
}

.job-detail-keyword li a {
    color: #797979;
    line-height: 18px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.job-detail-keyword li a:hover {
    color: #f1634c;
}


/*
-------------------------------
Job-Area
-------------------------------
*/

.job-item {
    float: left;
    width: 100%;
    margin-top: 35px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.job-item-wrapper {
    float: left;
    width: 100%;
    background: #ffffff;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 30px;
    padding-bottom: 30px;
    border: 1px solid #e9e9e9;
    border-bottom: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.job-img {
    float: left;
    width: 105px;
}

.job-wrapper-text {
    float: left;
    width: calc(100% - 105px);
    padding-left: 20px;
    padding-top: 10px;
}

.job-wrapper-text h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
}

.job-wrapper-text p {
    font-size: 14px;
    color: #23c0e9;
    margin-bottom: 12px;
}

.job-wrapper-text li {
    font-size: 16px;
    float: none;
    margin-left: 0;
}

.job-wrapper-text li:first-child {
    font-weight: 700;
}

.job-wrapper-text li i {
    color: #f36969;
}

.job-wrapper-text li:last-child {
    color: #797979;
}

.job-item-btn ul {
    float: left;
    margin-top: 15px;
}

.job-item-btn li {
    float: left;
    margin-left: 15px;
}

.job-item-btn li:first-child {
    margin-left: 0;
}

.job-item-btn li:first-child a {
    float: left;
    width: 30px;
    height: 30px;
    border: 1px solid #e9e9e9;
    text-align: center;
    line-height: 30px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    color: #f36969;
    background: transparent;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.job-item-btn li:nth-child(2) a {
    float: left;
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #37d09c;
    color: #ffffff;
    font-size: 12px;
    text-transform: uppercase;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.job-item-btn li:last-child a {
    float: left;
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #f36969;
    color: #ffffff;
    font-size: 12px;
    text-transform: uppercase;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.job-item-keyword {
    float: left;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
    border: 1px solid #e9e9e9;
    background: #f9f9f9;
    border-top: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.job-item-keyword li {
    float: left;
    margin-left: 15px;
}

.job-item-keyword li:first-child {
    margin-left: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.job-item-keyword li i {
    margin-right: 5px;
}

.job-item-keyword li a {
    color: #797979;
    line-height: 18px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.job-item:hover .job-item-keyword {
    background: #1977f4;
}

.job-item:hover .job-item-keyword li,
.job-item:hover .job-item-keyword li a {
    color: #fff;
}

.job-item-keyword li a:hover {
    text-decoration: underline;
}


/*
-------------------------------
Blog-Area
-------------------------------
*/

.blog-area {
    padding-top: 80px;
    padding-bottom: 80px;
}

.blog-item {
    border: 1px solid #fff;
    margin-top: 30px;
    position: relative;
}

.blog-image {
    overflow: hidden;
}

.blog-image img {
    transform: scale(1);
    transition: all 0.5s;
    width: 100%;
}

.blog-image:hover img {
    transform: scale(1.2);
}

.blog-text {
    background: #fdfdfd;
    padding: 20px!important;
    box-shadow: 0px 6px 5px 2px rgb(72 72 72 / 10%);
    padding-top: 0;
}

.blog-item h3 {
    line-height: 1;
    margin-top: 6px;
    margin-bottom: 10px;
}

.blog-item h3 a {
    font-size: 22px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.blog-item h3 a:hover {
    color: #f1634c;
}

.blog-item span {
    display: block;
    font-size: 16px;
}

.blog-item span i {
    margin-right: 5px;
    color: #6ca22a;
}

.blog-item p {
    margin-bottom: 10px;
}

.blog-author span {
    display: inline-block;
    font-size: 13px;
    padding-right: 30px;
    color: #777;
}

.blog-author span:last-child {
    padding-right: 0;
}



.first-blog .blog-text {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%);
    width: 88%;
    border-radius: 5px;
    background: #6ca22a;
    color: #fff;
    box-shadow: none;
}

.first-blog .blog-text h3 a,
.first-blog .blog-text .sm_btn,
.first-blog .blog-text .blog-author span,
.first-blog .blog-text .blog-author span i {
    color: #fff;
}


/* Blog-carousel Nav */

.owl-carousel.blog-carousel .owl-nav .owl-prev,
.owl-carousel.blog-carousel .owl-nav .owl-next {
    text-align: center;
    font-size: 16px;
    position: absolute;
    width: 40px;
    height: 40px;
    line-height: 38px;
    top: 0;
    margin-top: -20px;
    background: #f1634c;
    color: #fff;
    border-radius: 2px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.blog-carousel .owl-nav .owl-prev {
    right: 0;
    margin-right: 48px;
}

.blog-carousel .owl-nav .owl-next {
    right: 0;
    margin-right: 0px;
}

.blog-carousel .owl-nav .owl-prev:hover,
.blog-carousel .owl-nav .owl-next:hover {
    color: #fff;
    background: #333;
}


/* Blog-owl-dots */

.owl-carousel.blog-carousel .owl-dots {
    text-align: center;
    margin-top: 15px;
}

.owl-carousel.blog-carousel .owl-dots .owl-dot {
    width: 18px;
    height: 18px;
    background: #fff;
    border: 5px solid #1977f4;
    border-radius: 50%;
    display: inline-block;
    margin: 0 3px;
}

.owl-carousel.blog-carousel .owl-dots .owl-dot.active {
    width: 18px;
    height: 18px;
    background: #fff;
    border: 5px solid #f1634c;
}


/*
-------------------------------
Blog Page
-------------------------------
*/

.blog-page .blog-item {
    position: relative;
}

.blog-page .blog-author {
    text-align: center;
    background: #0674c3;
    color: #fff;
    padding: 13px 30px;
    width: 100%;
    border-left: 5px solid #f1634c;
    border-right: 5px solid #f1634c;
}

.blog-page .blog-author span {
    color: #fff;
}

.blog-page .blog-author span i {
    color: #fff;
}

.blog-page .blog-item h3 {
    margin-top: 15px;
}


/* Pagination */

.pagination {
    text-align: center;
    margin-top: 45px;
}

ul.page-numbers {
    list-style: none;
    margin: 0 auto;
    padding: 0;
}

ul.page-left {
    margin: 0 !important;
}

ul.page-numbers li {
    display: inline-block;
    margin-right: 5px;
}

ul.page-numbers li:last-child {
    margin-right: 0;
}

ul.page-numbers li a {
    display: block;
    font-weight: 600;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #0674c3;
    color: #fff;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

ul.page-numbers li a:hover {
    background: #333;
    color: #fff;
}

ul.page-numbers li span {
    display: block;
    font-weight: 600;
    width: 40px;
    height: 40px;
    line-height: 44px;
    background: #f1634c;
    color: #fff;
}


/*
-------------------------------
Single-Blog
-------------------------------
*/

.single-blog-image {
    position: relative;
}

.sidebar {
    margin-top: 30px;
}

.sidebar-item {
    margin-top: 30px;
}

.sidebar-item:first-child {
    margin-top: 0;
}

.sidebar-item h3 {
    display: inline-block;
    position: relative;
    font-size: 22px;
    font-weight: 700;
    padding-bottom: 12px;
    margin-bottom: 30px;
}

.sidebar-item ul li a {
    display: block;
    background: #edf0fa;
    color: #40436a;
    padding: 20px 35px;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    -moz-transition: all 300ms ease-out 0s;
    -webkit-transition: all 300ms ease-out 0s;
    -ms-transition: all 300ms ease-out 0s;
    -o-transition: all 300ms ease-out 0s;
    transition: all 300ms ease-out 0s;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

.sidebar-item ul li a i {
    font-weight: 600;
    font-size: 14px;
    margin-right: 7px;
}

.sidebar-item li.active a i {
    margin-right: 12px;
}

.sidebar-item ul li.active a,
.sidebar-item ul li a:hover {
    background-color: #0674c3;
    color: #fff;
    padding-left: 45px;
}

.blog-page.single-blog .blog-image {
    position: relative;
}

.single-blog img {
    width: 100%
}

.blog-page.single-blog .blog-author {
    text-align: center;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #0674c3;
    color: #fff;
    padding: 13px 30px;
    width: 70%;
    border-radius: 3px;
}

.single-blog h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 8px;
}

.single-blog p {
    margin: 0;
    margin-top: 15px;
}

.single-blog .blog-text {
    box-shadow: 0px 2px 4px 2px rgb(72 72 72 / 10%);
}

.blog-recent-item {
    display: table;
    margin-bottom: 20px;
}

.blog-recent-photo {
    vertical-align: top;
    display: table-cell;
    float: left;
    width: 105px;
    padding-right: 8px;
}

.blog-recent-photo img {
    max-width: 100%;
    height: auto;
}

.blog-recent-text {
    vertical-align: top;
    display: table-cell;
    padding-left: 5px;
}

.blog-recent-text a {
    font-weight: 600;
    vertical-align: top;
    display: block;
    margin-bottom: 5px;
    color: #40436a;
    transition: all 0.3s;
}

.blog-recent-text a:hover {
    color: #f1634c;
}

.blog-post-date {
    position: relative;
    font-size: 13px;
    color: #555;
    padding-left: 21px;
}

.blog-post-date:before {
    position: absolute;
    content: '\f073';
    font-family: "Cairo", sans-serif;
    left: 0;
    top: 0;
}

.tagcloud a {
    display: inline-block;
    background: #edf0fa;
    color: #40436a;
    padding: 12px 10px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 5px;
    margin-bottom: 7px;
    margin-right: 2px;
}

.tagcloud a:hover {
    background-color: #0674c3;
    color: #fff;
}

.comment-form h4 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
}

.comment-form .c-number {
    color: #f1634c;
}

.comment-form input {
    height: 45px;
    border-radius: 0;
    border: 1px solid #ddd;
}

.comment-form textarea {
    border-radius: 0;
    height: 220px;
    box-shadow: none;
    border: 1px solid #ddd;
}

.comment-form .btn {
    cursor: pointer;
    display: inline-block;
    font-weight: 600;
    padding: 14px 30px;
    border: 1px solid #0674c3;
    background: #0674c3;
    color: #fff;
    border-radius: 3px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.comment-form .btn:hover {
    color: #fff;
    background: #f1634c;
    border: 1px solid #f1634c;
}

.comment-list h4 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
}

.comment-list .c-number {
    color: #f1634c;
}

.comment-list ul li {
    border-bottom: 1px solid #ddd;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.comment-list ul li:last-child {
    border: 0;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.comment-list .comment-item {
    overflow: hidden;
    display: table;
    width: 100%;
}

.comment-list .thumb {
    display: table-cell;
    vertical-align: top;
    width: 80px;
}

.comment-list .com-text {
    display: table-cell;
    vertical-align: top;
    padding: 0 15px;
}

.comment-list .com-text h5 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 7px;
}

.comment-list .com-text span.date {
    margin-right: 30px;
    font-size: 14px;
}

.comment-list .com-text span.date i {
    color: #f1634c;
    margin-right: 3px;
}

.comment-list .com-text span a {
    display: inline-block;
    text-decoration: none;
    font-weight: 600;
    padding: 5px 20px;
    border-radius: 3px;
    background: #0674c3;
    color: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.comment-list .com-text span a:hover {
    background: #313131;
    color: #fff;
}

.comment-list .com-text p {
    margin-top: 12px;
    margin-bottom: 0;
}

.comment-list ul ul.children {
    margin-top: 20px;
    margin-left: 40px;
}

.comment-list ul ul.children li {
    border: 0;
    padding-bottom: 0px;
    margin-bottom: 0px;
    margin-top: 40px;
}


/*
-------------------------------
Subscribe
-------------------------------
*/

.subscribe-area {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    padding-top: 110px;
    padding-bottom: 110px;
}

.subscribe-area:before {
    position: absolute;
    content: '';
    /* background-color: #6ea22a; */
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.7;
}

.subscribe-area .headline {
    color: #fff;
    max-width: 530px;
    margin: 0 auto;
}

.headline.white h2 {
    color: #fff
}

.subscribe-area .headline p {
    padding: 0 50px;
    color: #b9b9b9;
}

.subscribe-form {
    width: 100%;
    max-width: 530px;
    margin: auto;
    position: relative;
    margin-top: 40px;
}

.subscribe-form input {
    height: 50px;
    padding-left: 20px;
    width: 100%;
    border-radius: 50px;
    border: none;
    padding-right: 150px;
}

.subscribe-form .btn-sub {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 150px;
    border-radius: 50px;
    background: #f1634c;
    border: none;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    outline: none;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.subscribe-form .btn-sub:hover {
    background: #333;
}


/*
-------------------------------
Brand
-------------------------------
*/

.brand-area {
    padding-top: 80px;
    padding-bottom: 80px;
}

.brand-item {
    text-align: center;
    position: relative;
    box-shadow: 0px 3px 30px 0px rgba(153, 153, 153, 0.2);
    background: #fff;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    padding: 0;
}

.brand-item:before,
.brand-item:after {
    position: absolute;
    content: '';
    top: -1px;
    left: -1px;
    bottom: -1px;
    right: -1px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.brand-item:after {
    border-bottom: 3px solid #1977f4;
    border-top: 3px solid #1977f4;
    transform: scaleX(0);
    transform-origin: 0 100% 0;
}

.brand-item:before {
    border-right: 3px solid #1977f4;
    border-left: 3px solid #1977f4;
    transform: scaleY(0);
    transform-origin: 100% 0 0;
}

.brand-colume {
    padding: 15px;
    position: relative;
}

.brand-colume:after {
    position: absolute;
    content: "";
    left: 0px;
    bottom: 0px;
    width: 0;
    height: 0;
    border-bottom: 25px solid #56585a;
    border-right: 25px solid transparent;
    z-index: 9;
}

.brand-item img {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    height: 100px;
    object-fit: cover !important;
}

.brand-item:hover {
    box-shadow: none;
}

.brand-item:hover i {
    color: #333;
}

.brand-item:hover:after {
    transform: scaleX(1);
}

.brand-item:hover:before {
    transform: scaleY(1);
}


/*Brand Swiper*/

.brand-swiper {
    width: 100%;
    height: 508px;
    margin-left: auto;
    margin-right: auto;
    padding: 80px 0px;
    overflow: hidden;
}

.brand-swiper .swiper-slide {
    height: calc((100% - 30px) / 2);
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}


/*
-------------------------------
Footer
-------------------------------
*/

.main-footer {
    position: relative;
    background: #00528a;
}

.top-footer {
    position: relative;
}

.top-footer:before {
    position: absolute;
    content: '';
    background: rgba(255, 255, 255, 0.1);
    width: 100%;
    height: 1px;
    left: 0px;
    bottom: 0px;
}

.footer-logo {
    position: relative;
    padding: 41px 85px 35px 0px;
}

.topfooter-bg {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 5000px;
    height: 100%;
    background: #0b2c64;
    clip-path: polygon(0% 0%, 100% 0%, 99% 100%, 0% 100%, 0px 0px);
}

.footer-logo img {
    position: relative;
}

.footer-address {
    width: 100%;
    float: left;
    margin-top: 36px;
    margin-bottom: 36px;
}

.footer-address ul {
    width: 100%;
}

.footer-address ul li {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 0px 30px 0px 50px;
}

.footer-address ul li:last-child {
    padding: 0px 0px 0px 50px;
}

.footer-address ul li:before {
    position: absolute;
    content: '';
    background: rgba(255, 255, 255, 0.1);
    width: 1px;
    height: 65px;
    top: -10px;
    right: 28px;
}

.footer-address ul li:last-child:before {
    display: none;
}

.footer-address ul li i {
    position: absolute;
    left: 0px;
    top: 6px;
    font-size: 30px;
    line-height: 30px;
    color: #f1634c;
}

.footer-address ul li h5 {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 3px;
}

.footer-address ul li p {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 20px;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 0px;
}

.footer-area {
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #ffffff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 60px;
    padding-bottom: 90px;
}

.footer-ribbon::before {
    display: block;
    position: absolute;
    top: 0;
    left: -1.5rem;
    width: 0;
    height: 0;
    content: '';
    border-right: 15px solid #6a9234;
    border-top: 17px solid transparent;
}

.footer-area h1 {
    font-size: 28px;
}

.footer-area h2 {
    font-size: 26px;
}

.footer-item {
    overflow: hidden;
    margin-top: 30px;
}

.footer-item img {
    margin-bottom: 16px;
    height: 60px;
}

.footer-item h3 {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    margin: 0;
    position: relative;
    padding-bottom: 14px;
    margin-bottom: 40px;
    border-bottom: 1px solid #848383;
}

.footer-item .sm_fbtn {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}

.footer-item h3:after {
    content: "";
    position: absolute;
    width: 50px;
    background: #f39586;
    left: 0;
    bottom: -2px;
    height: 3px;
}

.footer-about p {
    margin: 0;
}

.footer-item ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 50%;
    float: left;
}

.footer-item li {
    display: block;
    padding-bottom: 6px;
}

.footer-item li a {
    position: relative;
    display: inline-block;
    color: #ffffff;
    line-height: 1.5;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.footer-item a:hover,
.footer-item li a:hover {
    color: #f1634c;
}

.textwidget {
    padding-right: 50px;
}

.footer-item li p i {
    margin-right: 5px;
}

.footer-recent-item {
    display: table;
    margin-bottom: 15px;
}

.footer-recent-photo {
    vertical-align: top;
    display: table-cell;
    float: left;
    width: 105px;
    padding-right: 8px;
}

.footer-recent-photo img {
    max-width: 100%;
    height: auto;
}

.footer-recent-text {
    vertical-align: top;
    display: table-cell;
    padding-left: 5px;
}

.footer-recent-text a {
    vertical-align: top;
    display: block;
    margin-bottom: 5px;
    color: #fff;
}

.footer-post-date {
    position: relative;
    font-size: 13px;
    color: #ffffff;
    padding-left: 21px;
}

.footer-post-date:before {
    position: absolute;
    content: '\f073';
    font-family: 'Font Awesome 5 Free';
    left: 0;
    top: 0;
}


/*Footer-Copyright*/

.footer-copyrignt {
    padding-top: 35px;
    padding-bottom: 40px;
}

.copyright-text p {
    color: #ffffff;
    margin: 0;
    margin-top: 5px;
}

.footer-social {
    float: right;
}

.footer-social a {
    display: inline-block;
    color: #ffffff;
    font-size: 16px;
    margin-left: 20px;
}

.footer-social a:hover {
    color: #f1634c;
}


/*scroll-top*/

.scroll-top {
    cursor: pointer;
    text-align: center;
    font-size: 24px;
    position: fixed;
    width: 50px;
    height: 50px;
    line-height: 50px;
    bottom: 90px;
    right: 26px;
    background: #f1634c;
    color: #fff;
    z-index: 99;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}


/*Banner Section*/

.banner-area {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    height: 300px;
    color: #fff;
}

.banner-area:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.1;
}

.banner-text {
    position: relative;
}

.banner-text h1 {
    font-size: 46px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #fff;
}

.banner-text ul li {
    display: inline-block;
}

.banner-text ul li a {
    position: relative;
    font-size: 18px;
    color: #fff;
}

.banner-text ul li a:after {
    content: "|";
    color: #fff;
    font-size: 18px;
    margin: 0 5px 0 9px;
}

.banner-text ul li span {
    color: #f1634c;
    font-size: 18px;
}


/*
-------------------------------
About Page
-------------------------------
*/

.about1-text h1 {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 30px;
}

.sing-name h4 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 0;
}

.sing-name p {
    font-size: 16px;
    margin: 0;
}

.about1-bgimg {
    position: relative;
    height: 460px;
}

.about1-inner {
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-15%, 15%);
}

.about1-inner img {
    border: 10px solid #0674c3;
}

.mission-text h2 {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 20px;
}

.mission-img {
    position: relative;
    margin: 0 15px 11px 0px;
    z-index: 9;
}

.mission-img:before {
    position: absolute;
    content: "";
    right: -9px;
    top: -9px;
    width: 0;
    height: 0;
    border-top: 170px solid #1977f4;
    border-left: 170px solid transparent;
}

.mission-img:after {
    position: absolute;
    content: "";
    right: -9px;
    bottom: -9px;
    width: 0;
    height: 0;
    border-bottom: 170px solid #1977f4;
    border-left: 170px solid transparent;
    z-index: 2;
}

.mission-img.vision-img:before {
    right: -9px;
    top: -9px;
    border-top: 170px solid #1977f4;
    border-left: 170px solid transparent;
}

.mission-img.vision-img:after {
    right: -9px;
    bottom: -9px;
    border-bottom: 170px solid #1977f4;
    border-left: 170px solid transparent;
}

.mission-img img {
    position: relative;
    z-index: 9;
}

.counter-page {
    background-color: transparent; /* Remove the existing background color */
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}

.counter-page::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 82, 138, 0.6); /* Adjust the color and opacity as needed */
    z-index: 1;
}

.counter-item > * {
    position: relative;
    z-index: 2; /* Ensure the content is on top of the overlay */
  }


/*
-------------------------------
Contact Page
-------------------------------
*/

.contact-info-item {
    box-shadow: 0 3.4px 2.7px -30px rgba(0, 0, 0, 0.059), 0 8.2px 8.9px -30px rgba(0, 0, 0, 0.071), 0 25px 40px -30px rgba(0, 0, 0, 0.2);
    color: #fff;
    border-radius: 3px;
}

.contact-info-item.bg1 {
    background: #f1634c;
}

.contact-info-item.bg2 {
    background: #0674c3;
}

.contact-info-item.bg3 {
    background: #f1634c;
}

.contact-info-item .contact-info {
    padding: 22px 30px 25px;
}

.contact-info-item .contact-info span {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 8px;
    display: block;
    color: #fff;
}

.contact-info-item .contact-info span i {
    margin-right: 5px;
}

.contact-info-item .contact-text p {
    margin-bottom: 3px;
    font-size: 17px;
}

.contact-info-item .contact-text a {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}

.contauct-style1 .form-group label {
    font-family: "Cairo", sans-serif;
    font-weight: 600;
}

.form-control {
    border: 1px solid #bfbfbf;
    border-radius: 0;
    height: 44px;
    box-shadow: none;
    background: none;
}

.form-control:focus {
    box-shadow: none;
}

textarea.form-control {
    height: 170px;
}

.form-control label {
    margin-bottom: 5px;
    font-weight: 600;
}

.contact-form .btn {
    cursor: pointer;
    display: inline-block;
    font-weight: 600;
    padding: 14px 30px;
    border: 1px solid #0674c3;
    border-radius: 0;
    background: #0674c3;
    color: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.contact-form .btn:hover {
    border: 1px solid #f1634c;
    background: #f1634c;
}









/* General Styles */
.contauct-style1 {
    padding-top: 50px;
    padding-bottom: 65px;
}

/* Contact Info Item Styles */
.contact-info-item {
    box-shadow: 0 3.4px 2.7px -30px rgba(0, 0, 0, 0.059),
                0 8.2px 8.9px -30px rgba(0, 0, 0, 0.071),
                0 25px 40px -30px rgba(0, 0, 0, 0.2);
    color: #fff;
    border-radius: 3px;
    margin-bottom: 30px; /* Uniform margin for spacing */
}

.contact-info-item.bg1 {
    background: #f1634c;
}

.contact-info-item.bg2 {
    background: #0674c3;
}

.contact-info-item.bg3 {
    background: #f1634c;
}

.contact-info-item .contact-info {
    padding: 22px 30px;
}

.contact-info-item .contact-info span {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 8px;
    display: block;
    color: #fff;
}

.contact-info-item .contact-info span i {
    margin-right: 5px;
}

.contact-info-item .contact-text p {
    margin-bottom: 3px;
    font-size: 17px;
}

.contact-info-item .contact-text a {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}

/* Form Labels */
.contauct-style1 .form-group label {
    font-family: "Cairo", sans-serif;
    font-weight: 600;
    display: block; /* Ensure labels take full width */
    margin-bottom: 5px; /* Space between label and input */
}

/* Input and Textarea Styles */
.form-control {
    border: 1px solid #bfbfbf;
    border-radius: 0;
    height: 44px; /* Consistent height for inputs */
    box-shadow: none;
    background: none;
    padding: 10px; /* Add padding for better touch targets */
    font-size: 16px; /* Set a base font size */
}

/* Focus State */
.form-control:focus {
    box-shadow: none;
    border-color: #0674c3; /* Change border color on focus */
}

/* Textarea Specific Styles */
textarea.form-control {
    height: 170px; /* Specific height for textarea */
    resize: vertical; /* Allow vertical resizing */
}

/* Button Styles */
.contact-form .btn {
    cursor: pointer;
    display: inline-block;
    font-weight: 600;
    padding: 14px 30px;
    border: 1px solid #0674c3;
    border-radius: 0;
    background: #0674c3;
    color: #fff;
    transition: all 0.3s;
}

/* Hover State for Button */
.contact-form .btn:hover {
    border-color: #f1634c;
    background: #f1634c;
}

/* Responsive Design */
@media (max-width: 768px) {
    .contact-info-item {
        margin-bottom: 20px; /* Adjust margin for smaller screens */
    }

    .form-control {
        height: auto; /* Allow auto height for smaller screens */
    }

    .contact-text a {
        font-size: 18px; /* Slightly smaller font for links */
    }
}


/*
-------------------------------
Photo Gallery
-------------------------------
*/

.gallery-photo {
    position: relative;
    margin-top: 30px;
}

.gallery-photo .gallery-icon {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    margin-top: -18px;
    opacity: 0;
    z-index: 11;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.gallery-photo .gallery-icon a {
    font-size: 24px;
    color: #fff;
}

.gallery-photo:hover .gallery-icon {
    opacity: 1;
}

.hover1,
.hover2,
.hover3,
.hover4 {
    position: absolute;
    height: 50%;
    width: 50%;
    background: #f1634c;
    opacity: 0;
    z-index: 8;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.hover1 {
    bottom: 0;
    left: 0;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
}

.hover2 {
    top: 0;
    left: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
}

.hover3 {
    top: 0;
    right: 0;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
}

.hover4 {
    bottom: 0;
    right: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
}

.hover-item:hover .hover1,
.hover-item:hover .hover2,
.hover-item:hover .hover3,
.hover-item:hover .hover4 {
    opacity: 1;
    -webkit-transform: translate(0, 0) scale(1);
    -moz-transform: translate(0, 0) scale(1);
    -ms-transform: translate(0, 0) scale(1);
    -o-transform: translate(0, 0) scale(1);
    transform: translate(0, 0) scale(1);
}

.gallery-photo.hover-item:hover .hover1,
.gallery-photo.hover-item:hover .hover2,
.gallery-photo.hover-item:hover .hover3,
.gallery-photo.hover-item:hover .hover4 {
    opacity: 0.7;
}


/*
-------------------------------
Video Gallery
-------------------------------
*/

.video-item:before {
    border-top: 130px solid #1977f4;
}

.video-item:after {
    border-bottom: 130px solid #1977f4;
}


/*
-------------------------------
Category
-------------------------------
*/

.catagory-img-holder {
    overflow: hidden;
    position: relative;
}

.catagory-img-holder img {
    max-width: 100%;
    height: auto;
}

.catagory-text {
    background-color: rgb(6 116 195 / 40%);
    bottom: 0;
    display: inline-block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    transition: opacity .2s ease-in-out;
    -webkit-transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
    -ms-transition: opacity .2s ease-in-out;
    visibility: visible;
    overflow: hidden;
    width: 100%;
    z-index: 200;
}

.catagory-item:hover .catagory-text {
    opacity: 1;
}

.catagory-text-table {
    display: table;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding: 7%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.catagory-text-cell {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

ul.catagory-hover {
    list-style: none;
    margin: 0;
    padding: 0;
}

.catagory-hover li a {
    display: block;
    color: #fff;
    font-size: 12px;
    width: 46px;
    height: 46px;
    line-height: 46px;
    border-radius: 50%;
    background-color: #f1634c;
    margin: 0 auto;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.catagory-hover li a:hover {
    background-color: #333;
}

.catagory-name h5 {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 0px;
}

.catagory-name h5 a {
    font-size: 22px;
    font-weight: 700;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.catagory-name h5 a:hover {
    color: #f1634c;
}


/*
-------------------------------
Event
-------------------------------
*/

.event-item {
    overflow: hidden;
}

.event-img {
    position: relative;
}

.event-date {
    position: absolute;
    border-color: #f1634c transparent;
    border-style: solid;
    border-width: 120px 120px 0px 0px;
    top: 0px;
    left: 0px;
    content: "";
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.blue .event-date {
    border-color: #0674c3 transparent;
}

.event-date h5 {
    color: #fff;
    left: 15px;
    padding: 0;
    top: -110px;
    position: absolute;
    font-size: 26px;
    font-weight: 400;
    margin-bottom: 0px;
    line-height: 1.3;
}

.event-date h5 span {
    font-size: 14px;
    font-weight: 600;
    display: block;
    color: #fff;
}

.event-counter {
    padding: 17px 20px;
    text-align: center;
    background-color: #f1634c;
}

.blue .event-counter {
    background-color: #0674c3;
}

.event-counter ul li {
    color: #fff;
    display: inline-block;
    border-right: 2px solid rgba(255, 255, 255, 0.2);
    padding: 0 15px;
}

.event-counter ul li:first-child {
    padding-left: 0;
}

.event-counter ul li:last-child {
    border-right: 0;
    padding-right: 0;
}

.event-counter ul li p {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    line-height: 1.4;
}

.event-counter ul li span {
    font-size: 14px;
}

.event-text {
    padding: 30px;
    background: #fff;
    -webkit-box-shadow: 0px 15px 25px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 15px 25px 0px rgba(0, 0, 0, 0.07);
}

.event-text h3 {
    margin-bottom: 15px;
}

.event-text h3 a {
    font-size: 26px;
    font-weight: 600;
    color: #0674c3;
}

.event-text ul li {
    display: block;
    margin-top: 10px;
}

.event-text ul li i {
    margin-right: 5px;
}


/*
-------------------------------
Event Detail
-------------------------------
*/

.event-detail-tab ul {
    list-style: none;
    margin: 0;
    padding: 0;
    border: 0;
    background: #0674c3;
}

.event-detail-tab ul li a {
    position: relative;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    display: block;
    background: #0674c3;
    padding: 15px 20px;
    text-decoration: none;
    color: #fff;
}

.event-detail-tab ul li a.active {
    color: #f1634c;
    background: #ffffff;
    border-left: 1px solid #ddd;
}

.event-detail-tab ul li a.active:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: #f1634c;
}

.event-detail-content {
    padding: 30px;
    border: 1px solid #ddd;
    border-top: 0;
}

.event-info ul li {
    display: block;
    position: relative;
    padding: 15px 0;
    border-bottom: 1px dashed #d3d3d3;
}

.event-info ul li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.event-info ul li span {
    display: inline-block;
    font-weight: 600;
    width: 125px;
}

.event-form input {
    height: 44px;
    box-shadow: none;
    border: 1px solid #ddd;
    border-radius: 0px;
}

.event-form textarea {
    height: 150px;
    border: 1px solid #ddd;
    border-radius: 0px;
}

.event-form .btn {
    cursor: pointer;
    display: inline-block;
    font-weight: 600;
    padding: 14px 30px;
    border: 1px solid #0674c3;
    border-radius: 0;
    background: #0674c3;
    color: #fff;
    border-radius: 3px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.event-form .btn:hover {
    border: 1px solid #f1634c;
    background: #f1634c;
}


/*
-------------------------------
Price-Table
-------------------------------
*/

.price-item {
    text-align: center;
    background: #fff;
    border: 1px solid #ddd;
    transform: scale(1);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.price-item:hover {
    transform: scale(1.04);
    -webkit-box-shadow: 0 0 4px 1px #ddd;
    box-shadow: 0 0 4px 1px #ddd;
}

.price-table:nth-child(2) .price-header {
    background: #f1634c;
}

.price-table:nth-child(2) .price-header h3 {
    background: #e4442a;
}

.price-table:nth-child(2) .button a {
    background: #f1634c;
}

.price-header {
    background: #3279e4;
    padding-bottom: 16px;
}

.price-header h3 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 7px;
    background: #2764d4;
    color: #fff;
    padding: 12px 0;
}

.price-header h2 {
    font-size: 38px;
    font-weight: 700;
    line-height: 1.2;
    color: #fff;
    padding-top: 5px;
    margin-bottom: 0;
}

.price-header p {
    margin: 0;
    color: #fff;
}

.price-body ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.price-body li {
    padding: 15px 0;
    border-bottom: 1px solid #ddd;
}

.price-footer {
    padding: 15px 0;
}

.price-item .button a {
    display: inline-block;
    font-weight: 600;
    color: #fff;
    background: #1c63b8;
    border-radius: 50px;
    padding: 12px 26px;
    text-decoration: none;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}


/*
-------------------------------
Case Study
-------------------------------
*/

.case-item .case-image {
    position: relative;
    overflow: hidden;
    background: #fff;
}

.case-item .case-image .overlay {
    position: absolute;
    text-align: center;
    left: 0px;
    top: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 100%;
    height: 0%;
    background: rgb(6 116 195 / 50%);
    -webkit-transition: all 0.7s;
    transition: all 0.7s;
    opacity: 0;
    visibility: hidden;
    border-radius: var(--spc-3x);
}

.case-item .case-box:hover .overlay {
    height: 100%;
    -webkit-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
    opacity: 1;
    visibility: visible;
}

.case-item .case-content {
    position: relative;
    padding: 25px 0px 0;
    padding-bottom: 30px;
    background: #fff;
    border-top: 0px;
    text-align: center;
}

.case-item .case-content h4 {
    position: relative;
    margin-bottom: 25px;
    padding-bottom: 20px;
}

.case-item .case-content h4 a {
    font-weight: 'Nunito', sans-serif;
    font-size: 24px;
    color: #333;
    font-weight: 700;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.case-item .case-content h4 a:hover {
    color: #333;
}

.case-item .case-content h4:after {
    position: absolute;
    content: '';
    left: 50%;
    bottom: 2px;
    width: 15px;
    height: 2px;
    background-color: #f1634c;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.case-item .case-box:hover h4:after {
    width: 50px;
}

.case-item .case-content h4:before {
    position: absolute;
    content: '';
    left: 50%;
    bottom: -5px;
    width: 30px;
    height: 2px;
    background-color: #1977f4;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.case-item .case-content p {
    margin: 0;
}

.btn-case {
    position: relative;
    padding: 11px 40px;
    line-height: 24px;
    color: #333;
    text-align: center;
    border-radius: 25px;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    background: #fff;
    border: 2px solid #ffffff;
}


/*
-------------------------------
Product
-------------------------------
*/

.shop-ascending {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.shop-ascending label {
    font-size: 16px;
    font-weight: 600;
    margin-right: 15px;
    margin-bottom: 0;
}

.custom-select {
    height: 44px;
    border: 1px solid #bfbfbf;
    border-radius: 0;
    padding: 5px 15px;
}

.shop-ascending .custom-select {
    height: 42px;
    max-width: 220px;
    border: 1px solid #bfbfbf;
    border-radius: 0;
}

.custom-select:focus {
    border-color: #bfbfbf;
    outline: 0;
    box-shadow: none;
}

.product-item {
    position: relative;
}

.product-image {
    display: block;
    position: relative;
    background-color: #fafafa;
    border: 1px solid #e8e8e8;
    transition: all .3s;
}

.pro-img-hold {
    display: block;
}

.pro-img-hold:before {
    background-color: rgba(0, 0, 0, 0.1);
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    transition: all .3s;
    visibility: hidden;
}

.product-item:hover .pro-img-hold:before {
    opacity: 1;
    visibility: visible;
}

.pro-quick {
    text-align: center;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #0674c3;
    color: #fff;
    padding: 15px 5px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.25s;
}

.pro-quick:hover {
    background-color: #333;
    color: #fff;
}

.product-item:hover .pro-quick {
    opacity: 1;
    visibility: visible;
}

.product-content {
    text-align: center;
    padding: 15px;
    box-shadow: 0 3px 14px 0px rgba(0, 0, 0, 0.1);
}

.pro-rating i {
    font-size: 14px;
    color: #fca309;
}

.pro-title {
    line-height: 0.5;
    margin-bottom: 12px;
}

.pro-title a {
    font-size: 18px;
    font-weight: 600;
    color: #333;
}

.pro-title a:hover {
    color: #f1634c;
}

.pro-price {
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
}

.product-action {
    align-items: center;
    display: flex;
    justify-content: center;
}

.product-action .action-btn {
    align-items: center;
    background-color: #f4f4f4;
    border: 1px solid #d8d8d6;
    color: #302e2a;
    display: inline-flex;
    font-size: 16px;
    height: 43px;
    justify-content: center;
    min-width: 40px;
    position: relative;
    transition: all .3s;
    text-decoration: none;
    text-align: center;
}

.product-action .action-btn.add-wishlist {
    right: -42px;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
}

.product-item:hover .product-action .action-btn.add-wishlist {
    right: 0;
    opacity: 1;
    visibility: visible;
}

.product-action .action-btn.add-wishlist:hover {
    background-color: #0674c3;
    border-color: #0674c3;
    color: #fff;
}

.product-action .action-btn.add-cart {
    background-color: #f1634c;
    border: 1px solid #f1634c;
    color: #fff;
    font-weight: 600;
    min-width: 115px;
    padding: 0 2px;
    z-index: 2;
}

.product-action .action-btn.add-cart:hover {
    background-color: #333;
    border-color: #333;
    color: #fff;
}

.product-action .action-btn.add-compare {
    left: -42px;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
}

.product-action .action-btn.add-compare:hover {
    background-color: #0674c3;
    border-color: #0674c3;
    color: #fff;
}

.product-item:hover .product-action .action-btn.add-compare {
    left: 0;
    opacity: 1;
    visibility: visible;
}


/* Shop-Sidebar */

.shop-sidebar {
    margin-top: 30px;
    border: 1px solid #e1e1e1;
    padding: 15px;
}

.shop-widget {
    margin-top: 40px;
}

.shop-widget:first-child {
    margin-top: 0;
}

.shop-widget h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
}

.shop-widget ul li a {
    display: block;
    background: #edf0fa;
    color: #40436a;
    padding: 20px 35px;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    -moz-transition: all 300ms ease-out 0s;
    -webkit-transition: all 300ms ease-out 0s;
    -ms-transition: all 300ms ease-out 0s;
    -o-transition: all 300ms ease-out 0s;
    transition: all 300ms ease-out 0s;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

.shop-widget ul li a i {
    font-weight: 600;
    font-size: 14px;
    margin-right: 7px;
}

.shop-widget li.active a i {
    margin-right: 12px;
}

.shop-widget ul li.active a,
.shop-widget ul li a:hover {
    background-color: #0674c3;
    color: #fff;
    padding-left: 45px;
}

.price-range p {
    font-size: 16px;
    margin-bottom: 15px;
}

.price-range span {
    font-weight: 600;
}

.shop-widget .ui-widget.ui-widget-content {
    border: 1px solid #e1e1e1;
}

.shop-widget .ui-widget-header {
    background: #f1634c;
}

.shop-widget .ui-state-default,
.shop-widget .ui-widget-content .ui-state-default {
    border: 1px solid #e1e1e1;
}

.shop-widget .ui-state-active,
.shop-widget .ui-widget-content .ui-state-active {
    background: #0674c3;
    border: 1px solid #0674c3;
}

.shop-widget .button-df a {
    display: inline-block;
    font-weight: 600;
    color: #fff;
    background: #0674c3;
    border-radius: 1px;
    padding: 10px 30px;
    text-decoration: none;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    margin-top: 15px;
}

.shop-widget .button-df a:hover {
    background: #f1634c;
}

.product-rated-item {
    display: table;
    width: 100%;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.product-rated-item:last-child {
    border-bottom: 0px;
    margin-bottom: 0;
    padding-bottom: 0;
}

.product-rated-photo {
    vertical-align: top;
    display: table-cell;
    float: left;
    width: 105px;
    padding-right: 8px;
}

.product-rated-photo img {
    max-width: 100%;
    height: auto;
}

.product-rated-text {
    vertical-align: top;
    display: table-cell;
    width: 100%;
    padding-left: 5px;
}

.product-rated-text h3 {
    margin-bottom: 0;
}

.product-rated-text a {
    font-size: 16px;
    text-decoration: none;
    color: #333;
    margin-bottom: 5px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.product-rated-text a:hover {
    color: #f1634c;
}

.product-rated-text h5 {
    font-size: 14px;
    margin-bottom: 5px;
}

.product-rated-text del {
    margin-left: 8px;
}

.shop-widget ul li span {
    margin-left: 15px;
}


/*
-------------------------------
Single-Shop
-------------------------------
*/

.product-photo-item {
    padding: 60px;
}

.shop-detail-text {
    margin-top: 30px;
}

.shop-detail-text h3 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 15px;
}

.shop-detail-text h4 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
}

.shop-detail-text h4 del {
    font-size: 20px;
    font-weight: 400;
    margin-left: 8px;
    color: red;
}

.shop-detail-text p {
    margin: 0;
    margin-top: 15px;
}

.shop-detail-choose .custom-select {
    height: 44px;
    border: 1px solid #ddd;
    border-radius: 0;
    margin-top: 15px;
}

.shop-detail-choose {
    margin-top: 15px;
}

.shop-detail-cart {
    margin-top: 15px;
}

.shop-detail-cart ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.shop-detail-cart ul li {
    display: inline-block;
    margin-top: 15px;
    margin-right: 15px;
}

.shop-detail-cart ul li a.cart-btn {
    font-weight: 600;
    display: inline-block;
    background: #f1634c;
    color: #fff;
    text-decoration: none;
    padding: 15px 25px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.shop-detail-cart ul li a.cart-btn:hover {
    color: #fff;
    background: #0674c3;
}

.shop-detail-cart ul li i {
    margin-right: 5px;
}

.shop-detail-cart ul li .ui-spinner {
    width: 125px;
    border: 1px solid #f1634c;
    border-radius: 0;
    margin-bottom: 1px;
}

.shop-detail-cart ul li input {
    font-size: 16px;
    height: 50px;
    text-indent: 30px;
    margin: 0;
    padding: 0;
}

.shop-detail-cart ul li .ui-button {
    cursor: pointer;
    padding: 0 25px;
    border-left: 1px solid #f1634c;
    border-radius: 0;
    background: #f1634c;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.shop-detail-cart ul li .ui-button:hover {
    background: #0674c3;
    border-left: 1px solid #0674c3;
}

.shop-detail-cart ul li .ui-button .ui-icon {
    background-image: url("../images/ui-icons_ffffff_256x240.png");
}

.shop-detail-cart ul li .ui-button:hover .ui-icon {
    background-image: url("../images/ui-icons_ffffff_256x240.png");
}

.shop-detail-cat {
    margin-top: 30px;
}

.shop-detail-cat p {
    margin: 0;
}

.shop-detail-cat span {
    font-weight: 600;
}

.shop-detail-tab ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.shop-detail-tab ul li {
    display: inline-block;
    margin-top: 15px;
    margin-right: 15px;
}

.shop-detail-tab ul li:last-child {
    margin-right: 0;
}

.shop-detail-tab ul li a {
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: #333;
    background: #f1634c;
    padding: 12px 25px;
    text-decoration: none;
}

.shop-detail-tab ul li a.active {
    color: #fff;
    background: #26476c;
}

.shop-detail-content {
    margin-top: 30px;
}

.review-table h2 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
}

.review-table .table thead th,
.review-table .table tbody td {
    text-align: left;
}

.review-form h2 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
}

.review-form label {
    font-size: 16px;
    font-weight: 600;
}

.review-form .review-star {
    font-size: 14px;
    color: #fca309;
}

.review-form textarea {
    height: 220px;
}

.ratings-table {
    width: 100%;
    margin: 20px 0;
    border: 1px solid #dae2e6;
}

.ratings-table thead th {
    padding: 8px;
    background-color: #f6f6f6;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
}

.ratings-table thead th,
.ratings-table tbody td {
    border-right: 1px solid #dae2e6;
    border-bottom: 1px solid #dae2e6;
    line-height: 1.3;
}

.ratings-table tbody td {
    padding: 15px;
    font-size: 16px;
    text-align: center;
    vertical-align: middle;
}

.review-form .btn {
    cursor: pointer;
    display: inline-block;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 12px 25px;
    border: 1px solid #1977f4;
    border-radius: 0;
    background: #1977f4;
    color: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.review-form .btn:hover {
    color: #fff;
    background: #f1634c;
    border: 1px solid #f1634c;
}


/* Recent-Product */

.owlproduct-carousel .owl-nav .owl-prev,
.owlproduct-carousel .owl-nav .owl-next {
    text-align: center;
    font-size: 18px;
    position: absolute;
    width: 40px;
    height: 40px;
    line-height: 38px;
    top: 0;
    margin-top: -20px;
    background: #f1634c;
    color: #333;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.owlproduct-carousel .owl-nav .owl-prev {
    right: 0;
    margin-right: 40px;
}

.owlproduct-carousel .owl-nav .owl-next {
    right: 0;
    margin-right: 0px;
}

.owlproduct-carousel .owl-nav .owl-prev:hover,
.owlproduct-carousel .owl-nav .owl-next:hover {
    color: #fff;
    background: #26476c;
}


/* Relative Product Carousel Nav */

.owl-carousel.relative-product-carousel .owl-nav .owl-prev,
.owl-carousel.relative-product-carousel .owl-nav .owl-next {
    text-align: center;
    font-size: 15px;
    position: absolute;
    width: 38px;
    height: 35px;
    line-height: 36px;
    top: 0;
    margin-top: -15px;
    background: #f1634c;
    color: #fff;
    border-radius: 2px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.owl-carousel.relative-product-carousel .owl-nav .owl-prev {
    right: 0;
    margin-right: 46px;
}

.owl-carousel.relative-product-carousel .owl-nav .owl-next {
    right: 0;
    margin-right: 0px;
}

.owl-carousel.relative-product-carousel .owl-nav .owl-prev:hover,
.owl-carousel.relative-product-carousel .owl-nav .owl-next:hover {
    color: #fff;
    background: #333;
}


/* Relative owl dots */

.owl-carousel.relative-product-carousel .owl-dots {
    text-align: center;
    margin-top: 20px;
}

.owl-carousel.relative-product-carousel .owl-dots .owl-dot {
    width: 18px;
    height: 18px;
    background: #fff;
    border: 5px solid #1977f4;
    border-radius: 50%;
    display: inline-block;
    margin: 0 3px;
}

.owl-carousel.relative-product-carousel .owl-dots .owl-dot.active {
    width: 18px;
    height: 18px;
    background: #fff;
    border: 5px solid #f1634c;
}


/*Single Shop Swiper*/

.shop-area .swiper-container {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

.pro-detail-top {
    height: 80%;
    width: 100%;
}

.pro-detail-thumbs {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}

.pro-detail-thumbs .swiper-slide {
    height: 100%;
    opacity: 0.4;
}

.pro-detail-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}


/*
-------------------------------
Shop-Cart
-------------------------------
*/

.cart-table .table {
    width: 100%;
}

.table {
    margin-bottom: 0;
}

.table thead th,
.table tbody td {
    vertical-align: middle;
    text-align: center;
    border: 1px solid #e1e1e1;
}

.cart-table .table thead th {
    font-size: 16px;
    font-weight: 600;
    font-family: "Cairo", sans-serif;
    color: #333;
    padding: 15px 5px;
}

.cart-table th.c-name {
    min-width: 140px;
}

.cart-table th.c-qnt {
    min-width: 120px;
}

.cart-table th.c-number {
    min-width: 60px;
}

.cart-table th.c-price,
.cart-table th.c-total {
    min-width: 90px;
}

.cart-table .table tbody td {
    font-size: 16px;
    color: #333;
}

.cart-table .table tbody td span {
    font-weight: 600;
}

.cart-table .table tbody td a {
    font-size: 16px;
    color: #333;
    text-decoration: none;
}

.cart-table .table tbody td a:hover {
    color: #f1634c;
}

.cart-table .table tbody td img {
    max-width: 80px;
    height: auto;
}

.cart-table .table tbody td input {
    border: 1px solid #e1e1e1;
    padding: 10px 15px;
    width: 85px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.cart-table .table tbody td input:focus {
    border-color: #f1634c;
}

.cart-action {
    margin-top: 25px;
}

.update-cart {
    margin-top: 15px;
    float: left;
    margin-right: 6px;
}

.update-cart a {
    display: inline-block;
    font-weight: 600;
    text-decoration: none;
    padding: 15px 30px;
    background: #f1634c;
    color: #fff;
    margin-bottom: 5px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.update-cart a:hover {
    background: #0674c3;
    color: #fff;
}

.coupon-cart {
    font-size: 16px;
    max-width: 380px;
    height: 54px;
    margin-top: 15px;
}

.ck-cart.coupon-cart {
    max-width: 100%;
}

.coupon-cart .form-control {
    height: 54px;
    font-size: 16px;
    border: 1px solid #bfbfbf;
    border-radius: 0;
}

.coupon-cart .btn {
    cursor: pointer;
    height: 54px;
    font-family: "Cairo", sans-serif;
    font-size: 16px;
    font-weight: 600;
    border: 1px solid #f1634c;
    border-radius: 0;
    background: #f1634c;
    color: #fff;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.tax-btn.btn {
    cursor: pointer;
    padding: 12px 30px;
    font-family: "Cairo", sans-serif;
    font-size: 16px;
    font-weight: 600;
    border: 1px solid #f1634c;
    border-radius: 0;
    background: #f1634c;
    color: #fff;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.tax-btn.btn:hover {
    border: 1px solid #0674c3;
    background: #0674c3;
    color: #fff;
}

.btn.focus,
.btn:focus {
    box-shadow: none;
}

.coupon-cart .btn:hover {
    border: 1px solid #0674c3;
    background: #0674c3;
    color: #fff;
}

.total-cart h4 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 1;
}

.total-cart td {
    text-align: left !important;
    padding: 12px;
}

.total-cart td.t-bold {
    font-size: 18px;
    font-weight: 600;
    padding: 15px 12px;
}

.proceed-cart {
    margin-top: 15px;
}

.proceed-cart a {
    display: inline-block;
    font-weight: 600;
    text-decoration: none;
    padding: 15px 30px;
    background: #f1634c;
    color: #fff;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.proceed-cart a:hover {
    background: #0674c3;
    color: #fff;
}

.cart-shipping .faq-item {
    border: 1px solid #ddd;
    box-shadow: none;
}

.cart-shipping .faq-header button.faq-button {
    font-size: 18px !important;
    padding: 16px 12px;
    background: transparent;
    color: #333;
    border-bottom: 1px solid #ddd;
}

.cart-shipping .faq-header button.faq-button.collapsed {
    border-bottom: 0;
}

.cart-ship-body {
    padding: 0 15px;
}


/*
-------------------------------
Check Out
-------------------------------
*/

.checkout-table h4,
.checkout-form h4 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
}

.payment-select h4 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
}

.checkout-form {
    margin-top: 30px;
}

.checkout-form textarea {
    height: 120px;
}

.checkout-table {
    margin-top: 30px;
}

.checkout-table table th,
.checkout-table table td {
    text-align: left;
}

.checkout-table table th {
    font-weight: 600;
    font-family: "Cairo", sans-serif;
    color: #333;
}

.checkout-table table td.t-bold {
    font-size: 15px;
    font-weight: 600;
    color: #333;
}

.payment-select {
    margin-top: 30px;
}

.payment-select.headstyle h4:before {
    width: 118px;
    left: 50%;
    margin-left: -59px;
}

.payment-order-button {
    margin-top: 30px;
    text-align: center;
}

.payment-order-button button {
    display: block;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    color: #fff;
    background: #f1634c;
    padding: 15px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.payment-order-button a {
    display: block;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    color: #fff;
    background: #f1634c;
    padding: 15px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.razorpay-payment-button {
    display: block;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    color: #fff;
    background: #f1634c;
    padding: 15px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.payment-order-button a:hover {
    color: #fff;
    background: #0674c3;
}

.d_block {
    display: block;
}

.d_none {
    display: none;
}


/*
-------------------------------
Dashboard Page
-------------------------------
*/

.dashboard-area {
    background: #efefef;
}

.dashboard-account-info {
    text-align: center;
    background: #22acf4;
    padding: 25px 15px;
}

.dashboard-account-info img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    object-fit: cover !important;
}

.dashboard-account-info h3 {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    margin-top: 10px;
    margin-bottom: 2px;
}

.dashboard-account-info p {
    font-size: 14px;
    color: #fff;
    margin-bottom: 0px;
}

.dashboard-widget li a {
    display: block;
    padding: 15px 22px;
    border-bottom: 1px solid #EDEDDE;
    color: #ffffff;
    font-size: 16px;
    border-left: 3px solid #fa4a4a;
    border-right: 3px solid #fa4a4a;
    border-radius: 5px;
    background: #22acf4;
    margin: 4px 0;
}

.dashboard-widget li i {
    font-size: 14px;
}

.dashboard-widget li:first a {
    border-top: 1px solid #EDEDDE;
}

.dashboard-widget li a::before {
    border-left: 4px solid #fff;
}

.dashboard-widget li.active a {
    color: #f9f9f9;
    background: #fa4a4a;
    border-color: #22acf4;
}

.dashboard-widget li a:hover {
    background: #fa4a4a;
    border-color: #22acf4;
}

.detail-dashboard {
    background: #fff;
    box-shadow: 0 40px 70px 0 rgba(0, 0, 0, .05);
    padding: 35px;
}

.dataTables_wrapper .dataTables_filter input {
    height: 25px;
    text-indent: 10px;
    font-weight: 400;
    border: 1px solid #ddd;
}

.detail-dashboard .d-headline {
    font-size: 34px;
    font-weight: 600;
    margin-bottom: 30px;
    padding-bottom: 12px;
    position: relative;
}

.detail-dashboard .d-headline:before {
    content: '';
    border: 1px solid #0674c3;
    width: 8px;
    position: absolute;
    bottom: 0px;
    left: 0;
}

.detail-dashboard .d-headline:after {
    content: '';
    border: 1px solid #0674c3;
    width: 30px;
    position: absolute;
    bottom: 0px;
    left: 11px;
}

.detail-dashboard label {
    font-weight: 600;
}

.add-form .form-control {
    border: 1px solid #bfbfbf;
    border-radius: 5;
    height: 46px;
}

.select2-container {
    width: 100% !important;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #bfbfbf;
    border-radius: 0;
    height: 46px;
    line-height: 46px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #495057;
    line-height: 46px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 44px;
}

.add-form .btn {
    cursor: pointer;
    display: inline-block;
    font-weight: 600;
    padding: 12px 40px;
    border: 1px solid #0674c3;
    border-radius: 0;
    background: #0674c3;
    color: #fff;
    border-radius: 3px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.add-form .btn:hover {
    border: 1px solid #f1634c;
    background: #f1634c;
}

.add-form span {
    font-size: 15px;
    color: #e02b27;
}

.dash-item {
    background: #1977f4;
    color: #fff;
    height: 185px;
    padding: 15px 30px;
    border-radius: 3px;
}

.dash-item.db-red {
    background: #fa4a4a;
}

.dash-item.db-green {
    background: #0cbf6d;
}

.dash-item.db-yellow {
    background: #f49c19;
}

.dash-item i {
    font-size: 26px;
    margin-bottom: 10px;
    color: #fff;
}

.dash-item h4 {
    font-size: 16px;
    margin-bottom: 0px;
    color: #fff;
}

.dash-item h2 {
    font-size: 30px;
    margin: 0;
    color: #fff;
}

.detail-dashboard .db-bt-ed {
    font-size: 14px;
    display: inline-block;
    background: #0cbf6d;
    width: 65px;
    text-align: center;
    color: #fff;
    padding: 3px 0;
    border-radius: 3px;
}

.detail-dashboard .db-bt-ed.bgc {
    background: #fa4a4a;
}

.detail-dashboard .db-bt-ed:hover {
    background: #333;
}

.coustom-dashboard th,
.coustom-dashboard td {
    padding: 0.75rem;
    border: 1px solid #ddd;
}

.coustom-dashboard tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}

#main-slider {
    position: relative;
}

.doc-search-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.v-mid-content {
    width: 100%;
}

.v-mid-content .heading {
    text-align: center;
    margin-bottom: 30px;
}

.v-mid-content .heading h2 {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
}

.v-mid-content .heading p {
    color: #fff;
    font-size: 18px;
}

.v-mid-content .select2-container {
    width: 200px!important;
}

.v-mid-content .select2-container--default .select2-selection--single {
    border-color: #fff;
    border-radius: 3px;
}

.doc-search-section {
    text-align: center;
}

.doc-search-section .box,
.doc-search-section .doc-search-button {
    display: inline-block;
    vertical-align: top;
    padding-left: 2px;
    padding-right: 2px;
}

.doc-search-section .doc-search-button button {
    height: 46px;
    border: 0;
    width: 200px;
    border-radius: 3px;
    background: #f1634c;
}


/* custom captcha error class */

.captcha-error {
    display: block;
}

@media only screen and (max-width: 860px) {
    .doc-search-section .box,
    .doc-search-section .doc-search-button {
        display: block;
        margin-bottom: 10px;
    }
    .v-mid-content .select2-container,
    .doc-search-section .doc-search-button button {
        width: 400px!important;
    }
}

@media only screen and (max-width: 600px) {
    .v-mid-content .select2-container,
    .doc-search-section .doc-search-button button {
        width: calc(100% - 20px)!important;
    }
}

.case-study-home-page {
    padding-top: 200px;
}

.case-item .case-image img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    object-position: top;
}

.team-photo img {
    height: 270px;
    object-fit: cover;
    object-position: top;
}

@media only screen and (max-width: 1199px) {
    .case-study-home-page {
        padding-top: 280px;
    }
    .team-photo img {
        height: 320px;
    }
    .case-item .case-image img {
        height: 200px;
    }
}

@media only screen and (max-width: 991px) {
    .team-photo img {
        height: 380px;
    }
    .case-item .case-image img {
        height: 240px;
    }
}

@media only screen and (max-width: 767px) {
    .team-photo img {
        height: 300px;
    }
    .case-item .case-image img {
        height: auto;
    }
}

@media only screen and (max-width: 590px) {
    .team-photo img {
        height: auto;
    }
}

.video-section-home .video-button:after {
    background: #f1634c!important;
}

.video-section-home .video-button:before {
    background: #1977f4!important;
}

.video-section-home .video-button span {
    border-left-color: #fff!important;
}

.wh-table th,
.wh-table td {
    text-align: left!important;
}

.wh-table .sch {
    background: #f1634c;
    color: #fff;
    padding: 5px 20px;
    margin-right: 5px;
    float: left;
}

.book-appointment #datepicker {
    width: 200px;
}

.book-appointment .schedule-box {
    overflow: hidden;
}

.book-appointment .schedule {
    background: #ddd;
    padding: 5px 20px;
    width: 200px;
    margin-right: 10px;
    margin-bottom: 10px;
    float: left;
}

.menu-item-has-children {
    margin-right: 18px;
}

.doctor-search {
    background: #f1634c;
    padding-top: 50px;
    padding-bottom: 50px;
}

.doctor-search .s-container {
    width: 100%;
    text-align: center;
}

.doctor-search .s-box {
    display: inline-block;
    vertical-align: top;
    padding-left: 5px;
    padding-right: 5px;
}

.doctor-search .s-button {
    display: inline-block;
    vertical-align: top;
    padding-left: 5px;
    padding-right: 5px;
}

.doctor-search .select2-container {
    width: 200px!important;
}

.doctor-search .select2-container--default .select2-selection--single {
    border-color: #fff;
    border-radius: 3px;
}

.doctor-search .s-button button {
    height: 46px;
    border: 0;
    width: 200px;
    border-radius: 3px;
    background: #1977f4;
    color: #fff;
}

@media only screen and (max-width: 991px) {
    .doctor-search .s-box,
    .doctor-search .s-button {
        display: block;
        margin-bottom: 10px!important;
    }
    .doctor-search .select2-container,
    .doctor-search .s-button button {
        width: 100%!important;
    }
}

@media only screen and (max-width: 600px) {
    .doc-search-section .select2-container,
    .doc-search-section .s-button button {
        width: calc(100% - 20px)!important;
    }
}

.bg_f2f2f2 {
    background: #f2f2f2!important;
}

.bg_ecf1f8 {
    background: #ecf1f8!important;
}

.special-button {
    /* height: 30px; */
    /* padding-top: 22px; */
}

.special-button a {
    background: #f1634c;
    padding: 10px 20px!important;
    color: #fff!important;
}

.sticky .special-button {
    padding-top: 1px!important;
}

.sticky .special-button a {
    min-height: 10px!important;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    ul.nav-menu li a {
        padding-left: 18px!important;
        padding-right: 18px!important;
    }
}

.login-form a.link {
    color: #f1634c;
}

.login-form a.link:hover {
    color: #1977f4;
}

h5.appointment-cost {
    font-size: 18px;
    font-weight: 700;
    color: #f1634c;
    margin-top: 15px;
}

.map-area iframe {
    width: 80%!important;
    height:300px;
}

.faq-single-item {
    margin-bottom: 60px
}

#paymongo .payment-order-button a {
    display: inline-block !important;
}

















/* //////////////////////////////////////ram/////////////////////////////////////////// */







[data-aos^=fade][data-aos^=fade] {
    opacity: 0;
    transition-property: opacity, transform
}

[data-aos^=fade][data-aos^=fade].aos-animate {
    opacity: 1;
    transform: translate3d(0, 0, 0)
}

[data-aos=fade-up] {
    transform: translate3d(0, 100px, 0)
}

[data-aos=fade-down] {
    transform: translate3d(0, -100px, 0)
}

[data-aos=fade-right] {
    transform: translate3d(-100px, 0, 0)
}

[data-aos=fade-left] {
    transform: translate3d(100px, 0, 0)
}

[data-aos=fade-up-right] {
    transform: translate3d(-100px, 100px, 0)
}

[data-aos=fade-up-left] {
    transform: translate3d(100px, 100px, 0)
}

[data-aos=fade-down-right] {
    transform: translate3d(-100px, -100px, 0)
}

[data-aos=fade-down-left] {
    transform: translate3d(100px, -100px, 0)
}

[data-aos^=zoom][data-aos^=zoom] {
    opacity: 0;
    transition-property: opacity, transform
}

[data-aos^=zoom][data-aos^=zoom].aos-animate {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1)
}

[data-aos=zoom-in] {
    transform: scale(.6)
}

[data-aos=zoom-in-up] {
    transform: translate3d(0, 100px, 0) scale(.6)
}

[data-aos=zoom-in-down] {
    transform: translate3d(0, -100px, 0) scale(.6)
}

[data-aos=zoom-in-right] {
    transform: translate3d(-100px, 0, 0) scale(.6)
}

[data-aos=zoom-in-left] {
    transform: translate3d(100px, 0, 0) scale(.6)
}

[data-aos=zoom-out] {
    transform: scale(1.2)
}

[data-aos=zoom-out-up] {
    transform: translate3d(0, 100px, 0) scale(1.2)
}

[data-aos=zoom-out-down] {
    transform: translate3d(0, -100px, 0) scale(1.2)
}

[data-aos=zoom-out-right] {
    transform: translate3d(-100px, 0, 0) scale(1.2)
}

[data-aos=zoom-out-left] {
    transform: translate3d(100px, 0, 0) scale(1.2)
}

[data-aos^=slide][data-aos^=slide] {
    transition-property: transform
}

[data-aos^=slide][data-aos^=slide].aos-animate {
    transform: translate3d(0, 0, 0)
}

[data-aos=slide-up] {
    transform: translate3d(0, 100%, 0)
}

[data-aos=slide-down] {
    transform: translate3d(0, -100%, 0)
}

[data-aos=slide-right] {
    transform: translate3d(-100%, 0, 0)
}

[data-aos=slide-left] {
    transform: translate3d(100%, 0, 0)
}

[data-aos^=flip][data-aos^=flip] {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition-property: transform
}

[data-aos=flip-left] {
    transform: perspective(2500px) rotateY(-100deg)
}

[data-aos=flip-left].aos-animate {
    transform: perspective(2500px) rotateY(0)
}

[data-aos=flip-right] {
    transform: perspective(2500px) rotateY(100deg)
}

[data-aos=flip-right].aos-animate {
    transform: perspective(2500px) rotateY(0)
}

[data-aos=flip-up] {
    transform: perspective(2500px) rotateX(-100deg)
}

[data-aos=flip-up].aos-animate {
    transform: perspective(2500px) rotateX(0)
}

[data-aos=flip-down] {
    transform: perspective(2500px) rotateX(100deg)
}

[data-aos=flip-down].aos-animate {
    transform: perspective(2500px) rotateX(0)
}

:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    
}

*,
::after,
::before {
    box-sizing: border-box
}

html {
    font-family: "Cairo", sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block
}

/*body {*/
/*    margin: 0;*/
/*    font-family: "Cairo", sans-serif;*/
/*    font-size: .4rem;*/
/*    font-weight: 400;*/
/*    line-height: 1.5;*/
/*    color: #212529;*/
/*    text-align: left;*/
/*    background-color: #fff*/
/*}*/


.modal-header .close {
    margin: 0;
    padding: 0;
    width: 32px;
    height: 32px;
    text-shadow: none
}

.close {
    color: #ff4d84;
    opacity: 1 !important
}

@font-face {
    font-family: swiper-icons;
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-vertical>.swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box
}

.swiper-android .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0, 0, 0)
}

.swiper-pointer-events {
    touch-action: pan-y
}

.swiper-pointer-events.swiper-vertical {
    touch-action: pan-x
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto
}

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height
}

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, .15)
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-horizontal.swiper-css-mode>.swiper-wrapper {
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory
}

.swiper-vertical.swiper-css-mode>.swiper-wrapper {
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory
}

.swiper-centered>.swiper-wrapper::before {
    content: '';
    flex-shrink: 0;
    order: 9999
}

.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    -webkit-margin-start: var(--swiper-centered-offset-before);
    margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after)
}

.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
    -webkit-margin-before: var(--swiper-centered-offset-before);
    margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-vertical>.swiper-wrapper::before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after)
}

.swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center center
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
    height: 1px;
    width: var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
    width: 1px;
    height: var(--swiper-virtual-size)
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: 10px;
    right: auto
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: 'prev'
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: 10px;
    left: auto
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: 'next'
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    display: inline-block;
    border-radius: 50%;
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .2)
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet:only-child {
    display: none !important
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: #6ca22a;
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0, -50%, 0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: .2s transform, .2s top
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s left
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s right
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical>.swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s infinite linear;
    animation: swiper-preloader-spin 1s infinite linear;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg)
    }
}

.swiper .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-free-mode>.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-grid>.swiper-wrapper {
    flex-wrap: wrap
}

.swiper-grid-column>.swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column
}

.swiper-fade.swiper-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube {
    overflow: visible
}

.swiper-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-cube.swiper-rtl .swiper-slide {
    transform-origin: 100% 0
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next+.swiper-slide,
.swiper-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: .6;
    z-index: 0
}

.swiper-cube .swiper-cube-shadow:before {
    content: '';
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    filter: blur(50px)
}

.swiper-flip {
    overflow: visible
}

.swiper-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-creative .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    transition-property: transform, opacity, height
}

.swiper-cards {
    overflow: visible
}

.swiper-cards .swiper-slide {
    transform-origin: center bottom;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden
}

.twentytwenty-horizontal .twentytwenty-handle:after,
.twentytwenty-horizontal .twentytwenty-handle:before,
.twentytwenty-vertical .twentytwenty-handle:after,
.twentytwenty-vertical .twentytwenty-handle:before {
    content: " ";
    display: block;
    background: #fff;
    position: absolute;
    z-index: 30;
    box-shadow: 0 0 12px rgba(51, 51, 51, .5)
}

.twentytwenty-horizontal .twentytwenty-handle:after,
.twentytwenty-horizontal .twentytwenty-handle:before {
    width: 3px;
    height: 9999px;
    left: 50%;
    margin-left: -1.5px
}

.twentytwenty-vertical .twentytwenty-handle:after,
.twentytwenty-vertical .twentytwenty-handle:before {
    width: 9999px;
    height: 3px;
    top: 50%;
    margin-top: -1.5px
}

.twentytwenty-after-label,
.twentytwenty-before-label,
.twentytwenty-overlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%
}

.twentytwenty-after-label,
.twentytwenty-before-label,
.twentytwenty-overlay {
    transition-duration: .5s
}

.twentytwenty-after-label,
.twentytwenty-before-label {
    transition-property: opacity
}

.twentytwenty-after-label:before,
.twentytwenty-before-label:before {
    color: #fff;
    font-size: 13px;
    letter-spacing: .1em
}

.twentytwenty-after-label:before,
.twentytwenty-before-label:before {
    position: absolute;
    background: rgba(255, 255, 255, .2);
    line-height: 38px;
    padding: 0 20px;
    border-radius: 2px
}

.twentytwenty-horizontal .twentytwenty-after-label:before,
.twentytwenty-horizontal .twentytwenty-before-label:before {
    top: 50%;
    margin-top: -19px
}

.twentytwenty-vertical .twentytwenty-after-label:before,
.twentytwenty-vertical .twentytwenty-before-label:before {
    left: 50%;
    margin-left: -45px;
    text-align: center;
    width: 90px
}

.twentytwenty-down-arrow,
.twentytwenty-left-arrow,
.twentytwenty-right-arrow,
.twentytwenty-up-arrow {
    width: 0;
    height: 0;
    border: 6px inset transparent;
    position: absolute
}

.twentytwenty-left-arrow,
.twentytwenty-right-arrow {
    top: 50%;
    margin-top: -6px
}

.twentytwenty-down-arrow,
.twentytwenty-up-arrow {
    left: 50%;
    margin-left: -6px
}

.twentytwenty-container {
    box-sizing: content-box;
    z-index: 0;
    overflow: hidden;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

.twentytwenty-container img {
    max-width: 100%;
    position: absolute;
    top: 0;
    display: block
}

.twentytwenty-container.active .twentytwenty-overlay,
.twentytwenty-container.active :hover.twentytwenty-overlay {
    background: rgba(0, 0, 0, 0)
}

.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label,
.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-after-label,
.twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-before-label {
    opacity: 0
}

.twentytwenty-container * {
    box-sizing: content-box
}

.twentytwenty-before-label {
    opacity: 0
}

.twentytwenty-before-label:before {
    content: attr(data-content)
}

.twentytwenty-after-label {
    opacity: 0
}

.twentytwenty-after-label:before {
    content: attr(data-content)
}

.twentytwenty-horizontal .twentytwenty-before-label:before {
    left: 10px
}

.twentytwenty-horizontal .twentytwenty-after-label:before {
    right: 10px
}

.twentytwenty-vertical .twentytwenty-before-label:before {
    top: 10px
}

.twentytwenty-vertical .twentytwenty-after-label:before {
    bottom: 10px
}

.twentytwenty-overlay {
    transition-property: background;
    background: rgba(0, 0, 0, 0);
    z-index: 25
}

.twentytwenty-overlay:hover {
    background: rgba(0, 0, 0, .5)
}

.twentytwenty-overlay:hover .twentytwenty-after-label {
    opacity: 1
}

.twentytwenty-overlay:hover .twentytwenty-before-label {
    opacity: 1
}

.twentytwenty-before {
    z-index: 20
}

.twentytwenty-after {
    z-index: 10
}

.twentytwenty-handle {
    height: 38px;
    width: 38px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -22px;
    margin-top: -22px;
    border: 3px solid #fff;
    border-radius: 1000px;
    box-shadow: 0 0 12px rgba(51, 51, 51, .5);
    z-index: 40;
    cursor: pointer
}

.twentytwenty-horizontal .twentytwenty-handle:before {
    bottom: 50%;
    margin-bottom: 22px;
    box-shadow: 0 3px 0 #fff, 0 0 12px rgba(51, 51, 51, .5)
}

.twentytwenty-horizontal .twentytwenty-handle:after {
    top: 50%;
    margin-top: 22px;
    box-shadow: 0 -3px 0 #fff, 0 0 12px rgba(51, 51, 51, .5)
}

.twentytwenty-vertical .twentytwenty-handle:before {
    left: 50%;
    margin-left: 22px;
    box-shadow: 3px 0 0 #fff, 0 0 12px rgba(51, 51, 51, .5)
}

.twentytwenty-vertical .twentytwenty-handle:after {
    right: 50%;
    margin-right: 22px;
    box-shadow: -3px 0 0 #fff, 0 0 12px rgba(51, 51, 51, .5)
}

.twentytwenty-left-arrow {
    border-right: 6px solid #fff;
    left: 50%;
    margin-left: -17px
}

.twentytwenty-right-arrow {
    border-left: 6px solid #fff;
    right: 50%;
    margin-right: -17px
}

.twentytwenty-up-arrow {
    border-bottom: 6px solid #fff;
    top: 50%;
    margin-top: -17px
}

.twentytwenty-down-arrow {
    border-top: 6px solid #fff;
    bottom: 50%;
    margin-bottom: -17px
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 8px;
    background: #fff;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    color: #8cc63f
}

::-moz-selection {
    color: #fff;
    background-color: #8cc63f
}

::selection {
    color: #fff;
    background-color: #8cc63f
}

html {
    scroll-behavior: smooth;
    font-size: 62.5%
}





.h1,
h1 {
    font-size: var(--fnt-size-6x);
    line-height: 120%;
    letter-spacing: 0
}

.h2,
h2 {
    font-size: var(--fnt-size-5x);
    letter-spacing: 0;
    line-height: 125%
}

.h3,
h3 {
    font-size: var(--fnt-size-4x);
    letter-spacing: 0;
    line-height: 145%
}

.h4,
h4 {
    font-size: var(--fnt-size-3x);
    letter-spacing: 0;
    line-height: 155%
}

.h5,
h5 {
    font-size: var(--fnt-size-2x);
    letter-spacing: 0;
    line-height: 140%
}

.h6,
h6 {
    font-size: var(--fnt-size-1x);
    letter-spacing: 0;
    line-height: 166%
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    margin: 0
}

.lead {
    font-size: calc(var(--fnt-size-1x) + .2rem);
    font-weight: 500;
    line-height: 170%;
    letter-spacing: 0
}

p {
    margin-bottom: var(--spc-2x);
    font-size: var(--fnt-size-1x);
    letter-spacing: 0;
    line-height: 160%
}

address,
li,
ol,
ul {
    font-size: var(--fnt-size-1x)
}

.small,
small {
    font-size: 1.2rem;
    font-weight: 500
}

button {
    font-size: var(--fnt-size-1x);
    font-weight: 500
}

:root {
    --fnt-size-1x: var(--fnt-base-size);
    --fnt-size-2x: calc(var(--fnt-size-1x) + var(--fnt-scale-value));
    --fnt-size-3x: calc(var(--fnt-size-2x) + var(--fnt-scale-value));
    --fnt-size-4x: calc(var(--fnt-size-3x) + var(--fnt-scale-value));
    --fnt-size-5x: calc(var(--fnt-size-4x) + var(--fnt-scale-value));
    --fnt-size-6x: calc(var(--fnt-size-5x) + var(--fnt-scale-value));
    --fnt-size-7x: calc(var(--fnt-size-6x) + var(--fnt-scale-value));
    --fnt-size-8x: calc(var(--fnt-size-7x) + var(--fnt-scale-value));
    --fnt-size-9x: calc(var(--fnt-size-8x) + var(--fnt-scale-value));
    --fnt-size-10x: calc(var(--fnt-size-9x) + var(--fnt-scale-value));
    --spc-x: calc(var(--spc-value) / 2);
    --spc-1x: var(--spc-value);
    --spc-2x: calc(var(--spc-value) + var(--spc-1x));
    --spc-3x: calc(var(--spc-value) + var(--spc-2x));
    --spc-4x: calc(var(--spc-value) + var(--spc-3x));
    --spc-5x: calc(var(--spc-value) + var(--spc-4x));
    --spc-6x: calc(var(--spc-value) + var(--spc-5x));
    --spc-7x: calc(var(--spc-value) + var(--spc-6x));
    --spc-8x: calc(var(--spc-value) + var(--spc-7x));
    --spc-9x: calc(var(--spc-value) + var(--spc-8x));
    --spc-10x: calc(var(--spc-value) + var(--spc-9x));
    --spc-11x: calc(var(--spc-value) + var(--spc-10x));
    --spc-12x: calc(var(--spc-value) + var(--spc-11x));
    --spc-13x: calc(var(--spc-value) + var(--spc-12x));
    --spc-14x: calc(var(--spc-value) + var(--spc-13x));
    --spc-15x: calc(var(--spc-value) + var(--spc-14x));
    --spc-16x: calc(var(--spc-value) + var(--spc-15x));
    --spc-17x: calc(var(--spc-value) + var(--spc-16x));
    --spc-18x: calc(var(--spc-value) + var(--spc-17x));
    --spc-19x: calc(var(--spc-value) + var(--spc-18x));
    --spc-20x: calc(var(--spc-value) + var(--spc-19x))
}

@-webkit-keyframes fade {
    0% {
        opacity: 1
    }

    30% {
        opacity: .7
    }

    60% {
        opacity: 1
    }

    90% {
        opacity: .5
    }
}



@-webkit-keyframes scale {
    0% {
        transform: scale(1)
    }

    50% {
        opacity: .3
    }

    100% {
        transform: scale(2);
        opacity: 0
    }
}

@keyframes scale {
    0% {
        transform: scale(1)
    }

    50% {
        opacity: .3
    }

    100% {
        transform: scale(2);
        opacity: 0
    }
}




    .modal-lg,
    .modal-xl {
        max-width: 800px
    }

    .d-lg-none {
        display: none !important
    }

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: flex !important
    }

    .d-lg-inline-flex {
        display: inline-flex !important
    }

    .flex-lg-row {
        flex-direction: row !important
    }

    .flex-lg-column {
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-lg-wrap {
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-lg-fill {
        flex: 1 1 auto !important
    }

    .flex-lg-grow-0 {
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-lg-start {
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        justify-content: center !important
    }

    .justify-content-lg-between {
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        justify-content: space-around !important
    }

    .align-items-lg-start {
        align-items: flex-start !important
    }

    .align-items-lg-end {
        align-items: flex-end !important
    }

    .align-items-lg-center {
        align-items: center !important
    }

    .align-items-lg-baseline {
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        align-items: stretch !important
    }

    .align-content-lg-start {
        align-content: flex-start !important
    }

    .align-content-lg-end {
        align-content: flex-end !important
    }

    .align-content-lg-center {
        align-content: center !important
    }

    .align-content-lg-between {
        align-content: space-between !important
    }

    .align-content-lg-around {
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        align-content: stretch !important
    }

    .align-self-lg-auto {
        align-self: auto !important
    }

    .align-self-lg-start {
        align-self: flex-start !important
    }

    .align-self-lg-end {
        align-self: flex-end !important
    }

    .align-self-lg-center {
        align-self: center !important
    }

    .align-self-lg-baseline {
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        align-self: stretch !important
    }

    .float-lg-left {
        float: left !important
    }

    .float-lg-right {
        float: right !important
    }

    .float-lg-none {
        float: none !important
    }

    .m-lg-0 {
        margin: 0 !important
    }

    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important
    }

    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important
    }

    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important
    }

    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important
    }

    .m-lg-1 {
        margin: .25rem !important
    }

    .mt-lg-1,
    .my-lg-1 {
        margin-top: .25rem !important
    }

    .mr-lg-1,
    .mx-lg-1 {
        margin-right: .25rem !important
    }

    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: .25rem !important
    }

    .ml-lg-1,
    .mx-lg-1 {
        margin-left: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .mt-lg-2,
    .my-lg-2 {
        margin-top: .5rem !important
    }

    .mr-lg-2,
    .mx-lg-2 {
        margin-right: .5rem !important
    }

    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: .5rem !important
    }

    .ml-lg-2,
    .mx-lg-2 {
        margin-left: .5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important
    }

    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important
    }

    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important
    }

    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important
    }

    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important
    }

    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important
    }

    .m-lg-5 {
        margin: 3rem !important
    }

    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important
    }

    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important
    }

    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important
    }

    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important
    }

    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important
    }

    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important
    }

    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important
    }

    .p-lg-1 {
        padding: .25rem !important
    }

    .pt-lg-1,
    .py-lg-1 {
        padding-top: .25rem !important
    }

    .pr-lg-1,
    .px-lg-1 {
        padding-right: .25rem !important
    }

    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: .25rem !important
    }

    .pl-lg-1,
    .px-lg-1 {
        padding-left: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .pt-lg-2,
    .py-lg-2 {
        padding-top: .5rem !important
    }

    .pr-lg-2,
    .px-lg-2 {
        padding-right: .5rem !important
    }

    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: .5rem !important
    }

    .pl-lg-2,
    .px-lg-2 {
        padding-left: .5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important
    }

    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important
    }

    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important
    }

    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important
    }

    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important
    }

    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important
    }

    .p-lg-5 {
        padding: 3rem !important
    }

    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important
    }

    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important
    }

    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important
    }

    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important
    }

    .m-lg-n1 {
        margin: -.25rem !important
    }

    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -.25rem !important
    }

    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -.25rem !important
    }

    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -.25rem !important
    }

    .m-lg-n2 {
        margin: -.5rem !important
    }

    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -.5rem !important
    }

    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -.5rem !important
    }

    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -.5rem !important
    }

    .m-lg-n3 {
        margin: -1rem !important
    }

    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -1rem !important
    }

    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -1rem !important
    }

    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -1rem !important
    }

    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -1rem !important
    }

    .m-lg-n4 {
        margin: -1.5rem !important
    }

    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -1.5rem !important
    }

    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -1.5rem !important
    }

    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -1.5rem !important
    }

    .m-lg-n5 {
        margin: -3rem !important
    }

    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -3rem !important
    }

    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -3rem !important
    }

    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -3rem !important
    }

    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -3rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important
    }

    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important
    }

    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important
    }

    .text-lg-left {
        text-align: left !important
    }

    .text-lg-right {
        text-align: right !important
    }

    .text-lg-center {
        text-align: center !important
    }

    .section-title {
        max-width: 60%
    }

    :root {
        --fnt-scale-value: 0.4rem;
        --fnt-base-size: 1.6rem;
        --spc-value: 0.7rem
    }

    .header .top-bar .news__ribbon {
        margin-left: var(--spc-x)
    }

    .justify-content-lg-end {
        justify-content: flex-end
    }
}

@media (min-width:1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1140px
    }

    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-xl-1>* {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-xl-2>* {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-xl-3>* {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-xl-4>* {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-xl-5>* {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-xl-6>* {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-xl-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-xl-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-xl-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-xl-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-xl-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first {
        order: -1
    }

    .order-xl-last {
        order: 13
    }

    .order-xl-0 {
        order: 0
    }

    .order-xl-1 {
        order: 1
    }

    .order-xl-2 {
        order: 2
    }

    .order-xl-3 {
        order: 3
    }

    .order-xl-4 {
        order: 4
    }

    .order-xl-5 {
        order: 5
    }

    .order-xl-6 {
        order: 6
    }

    .order-xl-7 {
        order: 7
    }

    .order-xl-8 {
        order: 8
    }

    .order-xl-9 {
        order: 9
    }

    .order-xl-10 {
        order: 10
    }

    .order-xl-11 {
        order: 11
    }

    .order-xl-12 {
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.33333%
    }

    .offset-xl-2 {
        margin-left: 16.66667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.33333%
    }

    .offset-xl-5 {
        margin-left: 41.66667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.33333%
    }

    .offset-xl-8 {
        margin-left: 66.66667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.33333%
    }

    .offset-xl-11 {
        margin-left: 91.66667%
    }

    .dropdown-menu-xl-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-xl-right {
        right: 0;
        left: auto
    }

    .navbar-expand-xl {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

    .navbar-expand-xl .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid,
    .navbar-expand-xl>.container-lg,
    .navbar-expand-xl>.container-md,
    .navbar-expand-xl>.container-sm,
    .navbar-expand-xl>.container-xl {
        flex-wrap: nowrap
    }

    .navbar-expand-xl .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-xl .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-xl .navbar-toggler {
        display: none
    }

    .modal-xl {
        max-width: 1140px
    }

    .d-xl-none {
        display: none !important
    }

    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

    .d-xl-flex {
        display: flex !important
    }

    .d-xl-inline-flex {
        display: inline-flex !important
    }

    .flex-xl-row {
        flex-direction: row !important
    }

    .flex-xl-column {
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-xl-wrap {
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-xl-fill {
        flex: 1 1 auto !important
    }

    .flex-xl-grow-0 {
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-xl-start {
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        justify-content: center !important
    }

    .justify-content-xl-between {
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        justify-content: space-around !important
    }

    .align-items-xl-start {
        align-items: flex-start !important
    }

    .align-items-xl-end {
        align-items: flex-end !important
    }

    .align-items-xl-center {
        align-items: center !important
    }

    .align-items-xl-baseline {
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        align-items: stretch !important
    }

    .align-content-xl-start {
        align-content: flex-start !important
    }

    .align-content-xl-end {
        align-content: flex-end !important
    }

    .align-content-xl-center {
        align-content: center !important
    }

    .align-content-xl-between {
        align-content: space-between !important
    }

    .align-content-xl-around {
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        align-content: stretch !important
    }

    .align-self-xl-auto {
        align-self: auto !important
    }

    .align-self-xl-start {
        align-self: flex-start !important
    }

    .align-self-xl-end {
        align-self: flex-end !important
    }

    .align-self-xl-center {
        align-self: center !important
    }

    .align-self-xl-baseline {
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        align-self: stretch !important
    }

    .float-xl-left {
        float: left !important
    }

    .float-xl-right {
        float: right !important
    }

    .float-xl-none {
        float: none !important
    }

    .m-xl-0 {
        margin: 0 !important
    }

    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important
    }

    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important
    }

    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important
    }

    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important
    }

    .m-xl-1 {
        margin: .25rem !important
    }

    .mt-xl-1,
    .my-xl-1 {
        margin-top: .25rem !important
    }

    .mr-xl-1,
    .mx-xl-1 {
        margin-right: .25rem !important
    }

    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: .25rem !important
    }

    .ml-xl-1,
    .mx-xl-1 {
        margin-left: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .mt-xl-2,
    .my-xl-2 {
        margin-top: .5rem !important
    }

    .mr-xl-2,
    .mx-xl-2 {
        margin-right: .5rem !important
    }

    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: .5rem !important
    }

    .ml-xl-2,
    .mx-xl-2 {
        margin-left: .5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important
    }

    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important
    }

    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important
    }

    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important
    }

    .m-xl-4 {
        margin: 1.5rem !important
    }

    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important
    }

    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important
    }

    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important
    }

    .m-xl-5 {
        margin: 3rem !important
    }

    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important
    }

    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important
    }

    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important
    }

    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important
    }

    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important
    }

    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important
    }

    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important
    }

    .p-xl-1 {
        padding: .25rem !important
    }

    .pt-xl-1,
    .py-xl-1 {
        padding-top: .25rem !important
    }

    .pr-xl-1,
    .px-xl-1 {
        padding-right: .25rem !important
    }

    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: .25rem !important
    }

    .pl-xl-1,
    .px-xl-1 {
        padding-left: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .pt-xl-2,
    .py-xl-2 {
        padding-top: .5rem !important
    }

    .pr-xl-2,
    .px-xl-2 {
        padding-right: .5rem !important
    }

    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: .5rem !important
    }

    .pl-xl-2,
    .px-xl-2 {
        padding-left: .5rem !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }

    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important
    }

    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important
    }

    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important
    }

    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important
    }

    .p-xl-4 {
        padding: 1.5rem !important
    }

    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important
    }

    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important
    }

    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important
    }

    .p-xl-5 {
        padding: 3rem !important
    }

    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important
    }

    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important
    }

    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important
    }

    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important
    }

    .m-xl-n1 {
        margin: -.25rem !important
    }

    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -.25rem !important
    }

    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -.25rem !important
    }

    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -.25rem !important
    }

    .m-xl-n2 {
        margin: -.5rem !important
    }

    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -.5rem !important
    }

    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -.5rem !important
    }

    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -.5rem !important
    }

    .m-xl-n3 {
        margin: -1rem !important
    }

    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -1rem !important
    }

    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -1rem !important
    }

    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -1rem !important
    }

    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -1rem !important
    }

    .m-xl-n4 {
        margin: -1.5rem !important
    }

    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -1.5rem !important
    }

    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -1.5rem !important
    }

    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -1.5rem !important
    }

    .m-xl-n5 {
        margin: -3rem !important
    }

    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -3rem !important
    }

    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -3rem !important
    }

    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -3rem !important
    }

    .ml-xl-n5,
    .mx-xl-n5 {
        margin-left: -3rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important
    }

    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important
    }

    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important
    }

    .text-xl-left {
        text-align: left !important
    }

    .text-xl-right {
        text-align: right !important
    }

    .text-xl-center {
        text-align: center !important
    }

/* /////////////////////////////////////////////////fffffffff//////////////////     */

    :root {
        --fnt-scale-value: 0.4rem;
        --fnt-base-size: 1.7rem;
        --spc-value: 0.8rem
    }
}

@media (max-width:1199.98px) {

    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid,
    .navbar-expand-xl>.container-lg,
    .navbar-expand-xl>.container-md,
    .navbar-expand-xl>.container-sm,
    .navbar-expand-xl>.container-xl {
        padding-right: 0;
        padding-left: 0
    }

    :root {
        --fnt-scale-value: 0.4rem;
        --fnt-base-size: 1.5rem;
        --spc-value: 0.6rem
    }

    #ramNavbar {
        background: rgba(255, 255, 255, .8);
        -webkit-backdrop-filter: blur(40px);
        backdrop-filter: blur(40px);
        padding: var(--spc-4x);
        border-radius: var(--spc-3x)
    }

    #ramNavbar .btn {
        width: 100%
    }

    .header-sticky #ramNavbar {
        background: 0 0 !important;
        -webkit-backdrop-filter: blur(0);
        backdrop-filter: blur(0)
    }

    .footer h6 {
        margin-top: var(--spc-6x)
    }

    .custom-file,
    .custom-file-input,
    .custom-file-label,
    .custom-select,
    .form-control,
    option,
    select,
    textarea {
        height: var(--spc-8x)
    }
}

@media (max-width:991.98px) {

    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid,
    .navbar-expand-lg>.container-lg,
    .navbar-expand-lg>.container-md,
    .navbar-expand-lg>.container-sm,
    .navbar-expand-lg>.container-xl {
        padding-right: 0;
        padding-left: 0
    }

    #notificationModal .notification__media {
        margin-bottom: var(--spc-3x)
    }

    :root {
        --fnt-scale-value: 0.4rem;
        --fnt-base-size: 1.5rem;
        --spc-value: 0.6rem
    }

    .header .btn-white,
    .header .navbar-toggler {
        width: var(--spc-9x)
    }

    .header .top-bar__container {
        row-gap: 16px
    }

    .header .top-bar .news {
        flex: 100%;
        order: 3
    }

    .header .top-bar .reach .icon {
        width: 2.4rem;
        height: 2.4rem;
        background-color: #fff;
        border-radius: 100%
    }

    .header .top-bar .reach,
    .header .top-bar .social {
        flex: auto
    }

    .custom-file,
    .custom-file-input,
    .custom-file-label,
    .custom-select,
    .form-control,
    option,
    select,
    textarea {
        height: var(--spc-9x)
    }

    .btn {
        min-height: var(--spc-9x)
    }

    .btn .btn-icon {
        height: var(--spc-4x)
    }
}

@media (max-width:767.98px) {

    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid,
    .navbar-expand-md>.container-lg,
    .navbar-expand-md>.container-md,
    .navbar-expand-md>.container-sm,
    .navbar-expand-md>.container-xl {
        padding-right: 0;
        padding-left: 0
    }

    :root {
        --fnt-scale-value: 0.4rem;
        --fnt-base-size: 1.4rem;
        --spc-value: 0.5rem
    }

    .header .top-bar .reach .icon {
        padding: var(--spc-1x)
    }

    .footer__list-container {
        flex-direction: column
    }

    .offers-overlay-slider {
        width: calc(100% - var(--spc-4x));
        right: var(--spc-2x)
    }

    .offers-overlay-slider .offers-overlay__image .offer-overlay__price {
        top: auto;
        right: auto;
        bottom: 25%;
        left: 5vw
    }
}

@media (max-width:575.98px) {

    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid,
    .navbar-expand-sm>.container-lg,
    .navbar-expand-sm>.container-md,
    .navbar-expand-sm>.container-sm,
    .navbar-expand-sm>.container-xl {
        padding-right: 0;
        padding-left: 0
    }

    .offers-overlay-slider {
        height: auto
    }

    .offers-overlay-slider .offers-overlay__image {
        flex: 1.2
    }

    .offers-overlay-slider .offers-overlay__image .offer-overlay__price {
        bottom: 5%;
        left: 8vw
    }
}




















.slider-overlay {
    position: relative;
    margin-top: -12rem;
    z-index: 99
}

.slider-overlay .h6 {
    font-size: calc(var(--fnt-size-1x) - .2rem)
}

.overlay-bg {
    border-radius: var(--spc-20x);
    padding: var(--spc-2x) var(--spc-3x);
    display: flex;
    align-items: center;
    gap: var(--spc-2x);
    margin-bottom: var(--spc-2x)
}

.overlay-bg__times {
    display: flex;
    gap: 8px
}

.overlay-bg .icon {
    width: var(--spc-4x);
    height: var(--spc-4x)
}

.overlay-bg p {
    margin: var(--spc-1x) 0 0 0;
    font-size: 1.3rem
}

.overlay-bg.opening {
    background-color: #233859
}

.overlay-bg.opening p {
    color: #e8eaee
}

.overlay-bg.opening .overlay-bg__icon {
    fill: #a7afbc
}

.overlay-bg.opening .overlay-bg__block {
    flex: 1
}

.overlay-bg.nearest-branch {
    cursor: pointer;
    background-color: #8cc63f
}

.overlay-bg.nearest-branch .h6 {
    color: #233859
}

.overlay-bg.nearest-branch p {
    color: #fff
}

.overlay-bg.nearest-branch .overlay-bg__icon {
    fill: #d1e8b2
}

.services-nav {
    display: flex;
    flex-wrap: wrap;
    gap: var(--spc-2x)
}

.services-nav .btn {
    background-color: #f3f9eb;
    color: #8cc63f;
    flex: 1 1 auto
}

.services-nav .btn .icon {
    fill: #8cc63f;
    width: var(--spc-4x);
    height: var(--spc-4x);
    margin-left: var(--spc-1x)
}

.services-nav .btn.active,
.services-nav .btn:hover {
    background-color: #8cc63f;
    color: #fff
}

.services-nav .btn.active .icon,
.services-nav .btn:hover .icon {
    fill: #fff
}

.statistics {
    margin: var(--spc-4x) 0
}

.statistics__container {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: var(--spc-3x)
}

.statistics .statistic {
    background-color: #f3f9eb;
    padding: var(--spc-2x) var(--spc-4x);
    border-radius: var(--spc-3x);
    position: relative;
    flex: 1;
    transition: all .5s cubic-bezier(0, 0, .2, 1)
}

.statistics .statistic__icon {
    position: absolute;
    top: var(--spc-2x);
    left: var(--spc-3x);
    bottom: var(--spc-2x);
    right: 65%;
    z-index: -1;
    transition: all .5s cubic-bezier(0, 0, .2, 1)
}

.statistics .statistic__icon .icon {
    height: 100%;
    width: 100%;
    fill: #d1e8b2
}

.statistics .statistic .small {
    color: #897b72
}

.statistics .statistic .h3 {
    color: #8cc63f
}

.statistics .statistic .lead {
    font-size: var(--fnt-size-1x);
    font-weight: 500;
    color: #3b2314
}

.statistics .statistic:hover {
    background-color: #8cc63f
}

.statistics .statistic .h3,
.statistics .statistic .lead,
.statistics .statistic .small {
    transition: all .5s cubic-bezier(0, 0, .2, 1)
}

.statistics .statistic:hover .lead,
.statistics .statistic:hover .small {
    color: #e8f4d8
}

.statistics .statistic:hover .statistic__icon {
    right: 75%
}

.statistics .statistic:hover .h3 {
    color: #fff
}

.book-now {
    background-color: #8cc63f;
    background: transparent linear-gradient(265deg, #a3d165 0, #8cc63f 100%);
    padding: var(--spc-8x) 0
}

.book-now h2 {
    color: #fff
}

.services__container {
    display: flex;
    align-items: center;
    gap: var(--spc-3x)
}

.services .service {
    position: relative;
    flex: 1;
    border-radius: var(--spc-3x);
    transform: translateZ(0);
    overflow: hidden
}

.services .service:hover .service__image::before {
    top: -10%
}

.services .service:hover .service__image img {
    transform: scale(1.2)
}

.services .service__image {
    height: 33rem;
    width: 100%;
    position: relative
}

.services .service__image::before {
    content: "";
    background: transparent linear-gradient(0deg, #f3f9eb 0, rgba(255, 255, 255, .84) 37%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    bottom: 0;
    transition: all .5s cubic-bezier(0, 0, .2, 1);
    z-index: 1
}

.services .service__image img {
    transition: all .5s cubic-bezier(0, 0, .2, 1);
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.services .service__title {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: var(--spc-3x) var(--spc-4x)
}

.installments {
    background-color: #f3f9eb;
    position: relative;
    margin-top: var(--spc-4x);
    margin-bottom: var(--spc-4x)
}

.installments::after,
.installments::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    background-repeat: repeat-x;
    background-size: 7rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='130.344' height='75' viewBox='0 0 130.344 75'%3E%3Cpath id='Union_4' data-name='Union 4' d='M-10466.411-8676.009a29.872,29.872,0,0,1-7.719,1.008,29.812,29.812,0,0,1-9.566-1.564,29.91,29.91,0,0,1-26.762,16.564,29.954,29.954,0,0,1-29.914-30,29.955,29.955,0,0,1,29.914-30,29.829,29.829,0,0,1,9.57,1.568A29.907,29.907,0,0,1-10474.13-8735a29.9,29.9,0,0,1,26.469,16.014,29.84,29.84,0,0,1,7.719-1.01,29.955,29.955,0,0,1,29.914,30,29.954,29.954,0,0,1-29.914,30A29.9,29.9,0,0,1-10466.411-8676.009Z' transform='translate(10540.372 8735.001)' fill='%23f3f9eb'/%3E%3C/svg%3E%0A");
    z-index: -1
}

.installments::before {
    top: -2rem;
    height: 2rem
}

.installments::after {
    bottom: -2rem;
    height: 2rem;
    transform: scaleY(-1)
}

.installments__container {
    display: flex;
    align-items: center
}

.installments__text {
    padding-top: var(--spc-10x);
    padding-bottom: var(--spc-10x);
    order: 2;
    flex: 1
}

.installments__image {
    flex: 1.1
}

.installments__image img {
    width: 706px;
    height: 382px
}

.installments__partners {
    display: flex;
    gap: var(--spc-1x);
    margin: var(--spc-2x) 0 var(--spc-3x);
    flex-wrap: wrap;
}

.installments__partner {
    height: 64px;
    background: #fff;
    padding: var(--spc-1x) var(--spc-3x);
    border-radius: var(--spc-3x)
}

.installments__partner img {
    height: 100%
}

.doctor {
    background-color: #f3f9eb;
    border-radius: var(--spc-3x);
    padding: var(--spc-1x) var(--spc-1x) var(--spc-2x);
    text-align: center;
    overflow: hidden;
    transform: translateZ(0)
}

.doctor__image {
    height: 20rem;
    border-radius: var(--spc-2x);
    transform: translateZ(0);
    overflow: hidden
}

.doctor__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.doctor__info .h5 {
    font-size: var(--fnt-size-1x);
    margin: var(--spc-2x) 0 var(--spc-1x)
}

.doctor__branch,
.doctor__department {
    font-size: 1.3rem;
    font-weight: 500
}

.doctor__department {
    margin-bottom: var(--spc-1x)
}

.doctor__branch {
    margin-bottom: var(--spc-2x)
}

.doctor .btn {
    padding: var(--spc-1x) var(--spc-3x);
    min-height: var(--spc-6x)
}

.doctor__actions {
    gap: var(--spc-x)
}

.reviews {
    padding-top: 30px;
    padding-bottom: 30px
}

.reviews .testimonial,
.reviews .video__thumb {
    min-height: 40rem
}

.reviews .testimonial {
    background-color: #f3f9eb;
    padding: var(--spc-4x) var(--spc-9x);
    border-radius: var(--spc-3x)
}

.reviews .testimonial .icon {
    fill: #8cc63f;
    margin-bottom: var(--spc-2x);
    width: var(--spc-3x);
    height: var(--spc-3x)
}

.reviews .testimonial p {
    font-size: calc(var(--fnt-size-1x) + .2rem)
}

.reviews .testimonial .rate .icon {
    height: 16px;
    width: 16px;
    fill: #ffc107;
    margin: var(--spc-1x) -2px -2px 0
}

.reviews .video {
    width: 100%;
    cursor: pointer;
    position: relative
}

.reviews .video__thumb {
    height: 40rem;
    border-radius: var(--spc-3x);
    overflow: hidden
}

.reviews .video__thumb img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.reviews .video__btn-container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center
}

.reviews .video__btn-container .btn-icon {
    fill: #8cc63f
}

.reviews .video__btn {
    width: var(--spc-8x);
    height: var(--spc-8x);
    background-color: #fff;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative
}

.reviews .video__btn::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background-color: #fff;
    border-radius: 100%;
    opacity: .5;
    -webkit-animation: scale 1.4s ease-in-out infinite;
    animation: scale 1.4s ease-in-out infinite
}

.blog__article {
    display: flex;
    margin-bottom: var(--spc-3x)
}

.blog__article-photo {
    flex: 1.5;
    height: 20rem;
    border-radius: var(--spc-3x);
    overflow: hidden;
    transform: translateZ(0);
    width: 100%;
    margin-left: var(--spc-3x)
}

.blog__article-photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    transition: all .5s cubic-bezier(0, 0, .2, 1)
}

.blog__article:hover img {
    transform: scale(1.2)
}

.blog__article:hover .h5 {
    color: #8cc63f
}

.blog__article-info {
    flex: 2;
    width: 100%
}

.blog__article-info .h5 {
    font-size: var(--fnt-size-1x);
    margin-bottom: var(--spc-1x);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    transition: all .5s cubic-bezier(0, 0, .2, 1)
}

.blog__article-info p {
    margin-bottom: var(--spc-x);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3
}

.blog__article-info .date {
    color: #897b72
}

.slider {
    position: relative
}


.slider__slide {
    position: relative
}

.slider__slide::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: transparent linear-gradient(to bottom left, rgba(255, 255, 255, .7) 0, rgba(255, 255, 255, .8) 30%, rgba(255, 255, 255, 0) 80%) 50% 0 no-repeat;
    z-index: 3
}

.slider__image {
    height: 95rem
}

.slider__image img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    pointer-events: none;
    opacity: 1
}

.slider__text {
    position: absolute;
    z-index: 99;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start
}

.slider__text h1,
.slider__text p {
    margin-bottom: var(--spc-2x);
    max-width: 60%
}

.about__image {
    gap: var(--spc-2x)
}

.about__image-container {
    flex: 1;
    height: 40rem
}

.about__image-container img {
    width: 100%;
    height: 100%;
    flex: 1;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    border-radius: var(--spc-3x)
}

.ram-cards {
    padding-bottom: var(--spc-10x)
}

.ram-cards .ram__card {
    position: relative;
    border-radius: var(--spc-3x);
    overflow: hidden;
    transform: translateZ(0)
}

.ram-cards .ram__card-image {
    height: 21rem;
    width: 100%;
    margin-right: 25%;
    background-color: #f3f9eb
}

.ram-cards .ram__card-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    transition: all .5s cubic-bezier(0, 0, .2, 1)
}

.ram-cards .ram__card:hover img {
    transform: scale(1.4)
}

.ram-cards .ram__card-text {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: var(--spc-2x) var(--spc-4x);
    padding-left: 20%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    background: #fff;
    background: linear-gradient(calc(-251deg * -1), #f3f9eb 0, #f3f9eb 50%, rgba(255, 255, 255, 0) 100%) padding-box
}

.ram-cards .ram__card-text p {
    margin-top: var(--spc-1x);
    margin-bottom: 0
}

.article__content code,
.article__content h1,
.article__content h2,
.article__content h3,
.article__content h4,
.article__content h5,
.article__content h6,
.article__content p,
.article__content pre {
    font-family: ram-ar !important
}

.installments__text {
    order: 1
}

.installments__image {
    order: 2
}

.overline {
    letter-spacing: 0
}

.btn-brand-link .btn-icon,
.footer::before,
.page-header::after,
.slider::after {
    transform: scaleX(-1)
}

.ram-cards .ram__card-text {
    padding-left: 30%
}

.offers-overlay-slider .offers-overlay__image {
    order: 1
}

.offers-overlay-slider .offers-overlay__image .offer-overlay__price span:nth-child(1) {
    font-size: var(--fnt-size-2x)
}

.custom-file-label::after {
    content: "إختر الملف"
}

.custom-control-label::after {
    right: -27px
}

@media (min-width:992px) {
    .overlay-bg {
        flex: 1
    }

    .blog__article-info {
        padding-left: var(--spc-3x)
    }

    .justify-content-lg-end {
        justify-content: flex-end
    }
}

@media (min-width:1200px) {
    .about__text {
        padding-left: var(--spc-8x)
    }
}

@media (max-width:1199.98px) {
    .slider-overlay {
        margin-top: 4rem
    }

    .slider-overlay__container {
        margin: auto;
        width: 100%
    }

    .services .service__image {
        height: 25rem
    }

    .installments__image img {
        max-width: 100%;
        height: 100%
    }

    .doctor .btn {
        padding: var(--spc-2x) var(--spc-2x);
        min-height: var(--spc-5x)
    }

    .doctor__actions {
        gap: var(--spc-1x);
        flex-direction: column;
        margin: 0 var(--spc-2x)
    }

    .slider__text h1,
    .slider__text p {
        max-width: 60%
    }
}

@media (max-width:991.98px) {
    .statistics .statistic {
        flex: 2 0 48%
    }

    .book-now .col-lg-6 {
        justify-content: center !important;
        text-align: center
    }

    .book-now h2 {
        margin-bottom: var(--spc-3x)
    }

    .services__container {
        flex-wrap: wrap
    }

    .services .service {
        flex: auto
    }

    .installments__container {
        flex-direction: column;
        align-items: stretch;
        text-align: center
    }

    .installments__text {
        order: 1
    }

    .installments__image {
        order: 2;
        margin-bottom: var(--spc-5x)
    }

    .installments__partners {
        justify-content: center;
        flex-wrap: wrap
    }

    .reviews .video {
        margin-top: var(--spc-2x)
    }

    .slider__image {
        height: 70rem
    }

    .slider__text h1,
    .slider__text p {
        max-width: 80%
    }

    .about__text {
        margin-bottom: var(--spc-2x)
    }

    .ram-cards .ram__card {
        margin-bottom: var(--spc-2x)
    }
}

@media (max-width:767.98px) {

    .slider__text h1,
    .slider__text p {
        max-width: 100%
    }
}

@media (max-width:575.98px) {
    .overlay-bg {
        flex-direction: column;
        border-radius: var(--spc-4x);
        text-align: center
    }

    .doctor__image {
        height: 25rem
    }

    .blog__article {
        flex-direction: column;
        margin-bottom: var(--spc-5x)
    }

    .blog__article-photo {
        margin-bottom: var(--spc-2x)
    }

    .about__image-container {
        height: 25rem
    }
}

@media (min-width:992px) and (max-width:1199.98px) {
    .slider-overlay__container {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: stretch;
        gap: var(--spc-1x)
    }
}

@supports (-webkit-appearance:none) {

    .installments::after,
    .installments::before {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='130.344' height='75' viewBox='0 0 130.344 75'%3E%3Cpath id='Union_4' data-name='Union 4' d='M-10466.411-8676.009a29.872,29.872,0,0,1-7.719,1.008,29.812,29.812,0,0,1-9.566-1.564,29.91,29.91,0,0,1-26.762,16.564,29.954,29.954,0,0,1-29.914-30,29.955,29.955,0,0,1,29.914-30,29.829,29.829,0,0,1,9.57,1.568A29.907,29.907,0,0,1-10474.13-8735a29.9,29.9,0,0,1,26.469,16.014,29.84,29.84,0,0,1,7.719-1.01,29.955,29.955,0,0,1,29.914,30,29.954,29.954,0,0,1-29.914,30A29.9,29.9,0,0,1-10466.411-8676.009Z' transform='translate(10540.372 8735.001)' fill='%23f3f9eb'/%3E%3C/svg%3E%0A")
    }

    .slider::after {
        background-image: url("data:image/svg+xml,%3Csvg id='Group_1264' data-name='Group 1264' xmlns='http://www.w3.org/2000/svg' width='1920' height='214' viewBox='0 0 1920 214'%3E%3Cpath id='Path_1784' data-name='Path 1784' d='M1920,11.456c-224.6,84.1-409.8,87.38-536,91.559C1039.5,114.361,875.3,7.177,494,2.5,282.5-.088,110,50.17,0,75.15V126.4H1920Z' transform='translate(0 -2.403)' fill='%23fff' opacity='0.16'/%3E%3Cpath id='Path_1785' data-name='Path 1785' d='M1920,9.5c-224.6,84.071-409.8,105.263-536,109.441C1039.5,130.284,875.3,23.13,494,18.454A2115.318,2115.318,0,0,0,0,71.185V216.4H1920Z' transform='translate(0 -2.403)' fill='%23fff'/%3E%3C/svg%3E%0A")
    }
}


.choose-col {
  position: relative;
  overflow: hidden;
  animation: xray 2s ease-in-out;
  animation-fill-mode: forwards;
}

.choose-col::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.5));
  animation: xray-element 3s ease-in-out;
  animation-delay: calc(var(--i) * 0.3s);
  animation-fill-mode: forwards;
}

@keyframes xray {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}

@keyframes xray-element {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}



@keyframes pulsate {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

.pulsate {
  animation: pulsate 2s ease-in-out infinite;
}







/***    12. Latest Posts css      ***/
/************************************/

.latest-posts{
	padding: 50px 0 70px;
}

.post-item{
	height: calc(100% - 30px);
	margin-bottom: 30px;
}

.post-featured-image{
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	margin-bottom: 20px;
}

.post-featured-image img{
	aspect-ratio: 1 / 0.70;
    object-fit: cover;
    transition: all 0.5s ease-in-out;
}

.post-item:hover .post-featured-image img{
    transform: scale(1.1);
}

.post-body h3{
	font-size: 20px;
	font-weight: 700;
	color: var(--primary-color);
	margin-bottom: 10px;
}

.post-meta{
	margin-bottom: 20px;
}

.post-meta ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

.post-meta ul li{
	position: relative;
	display: inline-block;
}

.post-meta ul li a{
	font-size: 16px;
	font-weight: 700;
	color: var(--primary-color);
	text-transform: capitalize;
}

.post-readmore a{
	font-size: 16px;
	font-weight: 700;
	color: var(--accent-color);
	transition: all 0.3s ease-in-out;
	padding-right: 20px;
	position: relative;
	display: inline-flex;
    align-items: center;
    justify-content: center;
}

.post-readmore a::before{
    content: '\f061';
    position: absolute;
    top: 50%;
    right: 0;
    bottom: 0;
    font-family: 'FontAwesome';
    font-size: 16px;
    font-weight: 900;
    transition: 0.3s ease-in-out;
    background: transparent;
    color: var(--accent-color);
    transform: translateY(-50%);
	display: flex;
    align-items: center;
    justify-content: center;
}

.post-readmore:hover a{
	color: var(--primary-color);
}

.post-readmore:hover a::before{
	color: var(--primary-color);
}

/************************************/

.image-anime{
	position: relative;
	overflow: hidden;
}

.image-anime:after{
	content: "";
	position: absolute;
	width: 200%;
	height: 0%;
	left: 50%;
	top: 50%;
	background-color: rgba(255,255,255,.3);
	transform: translate(-50%,-50%) rotate(-45deg);
	z-index: 1;
}

.image-anime:hover:after{
	height: 250%;
	transition: all 600ms linear;
	background-color: transparent;
}

.phone-input-container {
  display: flex;
  align-items: center;
}

.country-code {
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  padding:10px;
  border-right: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

#phone {
  flex-grow: 1;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}



/*** 	09. Recent Project css    ***/
/************************************/

.recent-project{
	padding: 100px 0 70px;
}

.project-slider{
	position: relative;
	width: 1180px;
	margin: 0 auto;
}

.project-item{
	position: relative;
    overflow: hidden;
	text-align: center;
	border-radius: 10px;
	margin-bottom: 30px;
}

.project-image img{
	position: relative;
	width: 100%;
	aspect-ratio: 1 / 1.2;
	object-fit: cover;
	text-align: center;
	transition: all 0.5s ease-out;
}

.project-item:hover .project-image figure img{
    transform: scale(1.1);
}

.project-content{
	content: "";
	position: absolute;
	transition: .5s;
	bottom: 30px;
	left: 30px;
	right: 30px;
	transform: translateY(100%);
	opacity: 0;
	display: flex;
	z-index: 1;
	align-items: flex-end;
	justify-content: flex-end;
    background-color: #fff;
}

.project-item:hover .project-content{
	transform: translateY(0);
	opacity: 1;
	transition: all 0.3s ease-in-out;
}

.project-content-title{
	background-color: var(--white-color);
	box-shadow: 0px 10px 50px 0px rgba(3, 75, 91, 0.10);
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 15px;
}

.project-content-title h3{
	font-size: 18px;
	font-weight: 600;
	color: var(--primary-color);
	text-transform: capitalize;
}

.project-content-title h3 a{
	color: inherit;
}

.project-content-title i{
	font-size: 20px;
	color: #6da32b !important;
}





.offer-content-title{
	background-color: #f1634c;
	box-shadow: 0px 10px 50px 0px rgba(3, 75, 91, 0.10);
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 15px;
}

.offer-content-title h5{
	color: #fff;
}




.client-button-prev{
	left: -4%;
}

.client-button-next{
	right: -4%;
}



.client-button-next:hover,
.client-button-prev:hover{
	color: var(--primary-color);
	opacity: 1;
}

.offer-title{
    color: #6da32b !important;
}

.offer-title-span{
    color: #000 !important;
}

/************************************/

.offer-body{
    padding:0;
}

.offer-image {
    width: 100%; /* Responsive width */
    height: auto; /* Maintain aspect ratio */
    object-fit: cover; /* Cover the modal area */
    border-radius:0px;
}



.project-slider {
    position: relative;
    width: 100%; /* Change to 100% for responsiveness */
    max-width: 1180px; /* Limit the maximum width */
    margin: 0 auto;
}

.client-button-prev,
.client-button-next {
    color: #6da32b !important;
    font-size: 40px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10; /* Ensure they are above other elements */
    cursor: pointer;
}






.recent-project .row {
    margin-bottom: 30px;
}

.recent-project .nav-tabs {
    border-bottom: none;
    justify-content: center;
}

.recent-project .nav-item {
    margin-right: 15px;
}

.recent-project .nav-item:last-child {
    margin-right: 0;
}

.recent-project .nav-link {
    font-weight: 600;
    font-size: 18px;
    color: #666666;
    padding: 10px 20px;
    border: none;
    border-radius: 0;
    transition: all 0.3s ease-in-out;
}

.recent-project .nav-link.active {
    color: #333333;
    border-bottom: 3px solid #6da32b;
    ;
}

.recent-project .nav-link:hover {
    color: #00528a;
}

@media (max-width: 767px) {
    .recent-project .nav-link {
        font-size: 16px;
        padding: 8px 15px;
    }
}


@media  (max-width: 767px) {
    .language-switcher {
        margin: 18px 0px;
        
    }
}











/* Modal Background */
.modal {
    display: none; /* Hidden by default */
    position: fixed;
    z-index: 1050; /* Above other elements */
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto; /* Enable scroll if needed */
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
}

/* Modal Content */
.modal-content {
    background-color: #f9f9f9;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 90%; /* Responsive width */
    max-width: 500px; /* Maximum width */
    border-radius: 5px; /* Rounded corners */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

/* Modal Header */
.modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Modal Title */
.modal-title {
    font-size: 1.5rem;
    color: #333;
}

/* Close Button */
.close {
    font-size: 1.5rem;
    color: #aaa;
    cursor: pointer;
}

/* Modal Body */
.modal-body {
    padding: 15px 0;
}

/* Form Controls */
.form-group {
    margin-bottom: 15px;
}

/* Form Labels */
label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

/* Select and Input Styles */
.select2-container {
    width: 100% !important; /* Ensure select boxes are full width */
}

input[type="text"],
select {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

/* Button Styles */
.btn {
    padding: 10px 15px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.btn-danger {
    background-color: #dc3545;
    color: white;
}

.btn-primary {
    background-color: #007bff;
    color: white;
}

/* Responsive Design */
@media (max-width: 768px) {
    .modal-content {
        margin: 10% auto; /* Adjust top margin for smaller screens */
    }

    .modal-title {
        font-size: 1.25rem; /* Smaller title on mobile */
    }
}



/* General Input Styles */
input[type="text"],
select {
    width: 100%;
    padding: 12px; /* Increased padding for better touch targets */
    border: 1px solid #ced4da; /* Light gray border */
    border-radius: 4px; /* Rounded corners */
    font-size: 1rem; /* Base font size */
    transition: border-color 0.3s ease, box-shadow 0.3s ease; /* Smooth transition */
}

/* Input Focus State */
input[type="text"]:focus,
select:focus {
    outline: none; /* Remove default outline */
    border-color: #007bff; /* Change border color on focus */
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.5); /* Soft blue shadow */
}

/* Placeholder Styles */
input::placeholder {
    color: #999; /* Lighter color for placeholder text */
    opacity: 1; /* Ensure full opacity */
}

/* Disabled Input Styles */
input[disabled],
select[disabled] {
    background-color: #e9ecef; /* Light gray background */
    border-color: #ced4da; /* Same light gray border */
    cursor: not-allowed; /* Change cursor to indicate disabled state */
}

/* Error State Styles */
.input-error {
    border-color: #dc3545; /* Red border for errors */
    background-color: #f8d7da; /* Light red background */
}

/* Error Message Styles */
.error-message {
    color: #dc3545; /* Red text for error messages */
    font-size: 0.875rem; /* Smaller font size */
    margin-top: 5px; /* Space above error message */
}

/* Responsive Styles for Inputs */
@media (max-width: 768px) {
    input[type="text"],
    select {
        font-size: 0.9rem; /* Slightly smaller font on mobile */
        padding: 10px; /* Adjust padding for smaller screens */
    }
}


@media (max-width: 768px) {
        .heading {
            display: none;
        }
    }
    
    
    /* General Styles for the search section */
.doc-search-section {
    padding: 20px; /* Add padding for better spacing */
}

/* Responsive Styles */
@media (max-width: 768px) {
    .doc-search-section {
        display: flex;
        flex-direction: column; /* Stack elements vertically */
        align-items: stretch; /* Make form elements full-width */
        padding: 10px; /* Adjust padding for mobile */
    }

    .doc-search-section .box {
        margin-bottom: 10px; /* Add space between form fields */
    }

    .doc-search-button {
        width: 100%; /* Make the button full-width */
    }

    .doc-search-button button {
        width: 100%; /* Ensure the button takes full width */
        padding: 10px; /* Increase padding for better touch target */
    }

    /* Optional: Adjust Select2 dropdowns for mobile */
    .select2-container {
        width: 100% !important; /* Force full width on select elements */
    }
}




@media (max-width: 768px) {
        .box {
            opacity: .8;
        }
        .why-us-area
        {
            padding-top:0px !important;
        }
        .slider-item
        {
            height:300px;
        }
        .slider-image
        {
            height:100%;
        }
    }
    
    
    
    
    
    
    /* General form styling */
.detail-dashboard {
    background-color: #f9f9f9; /* Light background for contrast */
    border-radius: 8px; /* Rounded corners */
    padding: 20px; /* Spacing around the content */
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); /* Subtle shadow for depth */
}

/* Headline styling */
.d-headline {
    font-size: 24px; /* Larger font size */
    margin-bottom: 20px; /* Space below the headline */
    color: #333; /* Darker text color */
}

/* Form row styling */
.form-row {
    margin-bottom: 15px; /* Space between form rows */
}

/* Label styling */
.form-group label {
    font-weight: bold; /* Bold labels */
    color: #555; /* Darker label color */
}

/* Input and select styling */
.form-control,
.form-control-file {
    border: 1px solid #ccc; /* Light border */
    border-radius: 4px; /* Rounded edges */
    padding: 10px; /* Padding inside fields */
    width: 100%; /* Full width */
    transition: border-color 0.3s; /* Smooth transition for focus */
}

.form-control:focus,
.form-control-file:focus {
    border-color: #007bff; /* Highlight border on focus */
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.5); /* Subtle shadow on focus */
}

/* Button styling */
.btn {
    background-color: #007bff; /* Primary color */
    color: #fff; /* White text */
    padding: 10px 20px; /* Padding for the button */
    border: none; /* No border */
    border-radius: 4px; /* Rounded corners */
    cursor: pointer; /* Pointer cursor */
    transition: background-color 0.3s; /* Smooth transition */
}

.btn:hover {
    background-color: #0056b3; /* Darker shade on hover */
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .form-row {
        flex-direction: column; /* Stack columns on smaller screens */
    }
    
    .form-group {
        width: 100%; /* Full width for smaller devices */
    }
}


/* Input and select styling */
.form-control,
.form-control-file,
select.form-control {
    background-color: #fff; /* White background for inputs */
    border: 1px solid #ccc; /* Light border */
    border-radius: 5px; /* Slightly rounded corners */
    padding: 6px 15px; /* Padding inside fields */
    font-size: 16px; /* Larger font size for better readability */
    transition: border-color 0.3s, box-shadow 0.3s; /* Smooth transitions */
}

/* Focus styles for inputs */
.form-control:focus,
.form-control-file:focus,
select.form-control:focus {
    border-color: #007bff; /* Highlight border on focus */
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.5); /* Subtle shadow on focus */
    outline: none; /* Remove default outline */
}

/* Styling for placeholders */
.form-control::placeholder {
    color: #aaa; /* Placeholder text color */
    opacity: 1; /* Ensure opacity is 1 for better visibility */
}

/* Disabled input styling */
.form-control:disabled,
.form-control-file:disabled {
    background-color: #f5f5f5; /* Light gray background for disabled inputs */
    border-color: #ddd; /* Light border */
}

/* Error input styling */
.input-error {
    border-color: #dc3545; /* Red border for error */
    background-color: #ffe6e6; /* Light red background for error */
}

/* Styling for file input */
.form-control-file {
    padding: 10px; /* Padding for file input */
    border: 1px solid #ccc; /* Light border */
    border-radius: 5px; /* Rounded corners */
    background-color: #fff; /* White background */
}

/* Custom file input label (if needed) */
.custom-file-label {
    position: relative;
    padding: 10px; /* Padding for label */
    border: 1px solid #ccc; /* Light border */
    border-radius: 5px; /* Rounded corners */
    background-color: #f9f9f9; /* Light background */
    display: inline-block; /* Inline-block for layout */
    cursor: pointer; /* Pointer cursor */
}

/* Hover effect for inputs */
.form-control:hover,
.form-control-file:hover,
select.form-control:hover {
    border-color: #80bdff; /* Highlight border on hover */
}

/* Responsive adjustments for inputs */
@media (max-width: 768px) {
    .form-control,
    .form-control-file,
    select.form-control {
        font-size: 14px; /* Smaller font size on smaller screens */
        padding: 10px; /* Adjust padding for smaller screens */
    }
}



/* Change font size for text inputs */
.form-control,
.form-control-file,
select.form-control {
    font-size: 16px; /* Desired font size for input text */
}

/* For specific types of inputs, if needed */
input[type="text"],
input[type="number"],
input[type="email"],
input[type="tel"],
input[type="file"],
select {
    font-size: 16px; /* Set a consistent font size */
}

/* Adjust font size for placeholders */
.form-control::placeholder {
    font-size: 16px; /* Same size as input text for uniformity */
}




.sk_branding a {
    display:none !important;
}

        .sk-ww-google-reviews {
            border: 1px solid #ccc; /* Border around the widget */
            border-radius: 8px; /* Rounded corners */
            background-color: #fff; /* White background for the widget */
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); /* Subtle shadow for depth */
            overflow: hidden; /* Ensures the rounded corners work */
        }

        .sk_reviews_grid-item {
            padding: 15px; /* Padding around each review item */
            position: relative; /* For absolute positioning of child elements */
            cursor: pointer; /* Pointer cursor on hover */
            transition: transform 0.2s; /* Smooth scaling effect */
            margin-bottom: 15px; /* Space between review items */
            border: 1px solid #e0e0e0; /* Light border around each review */
            border-radius: 5px; /* Rounded corners for review items */
            background-color: #f9f9f9; /* Light background for reviews */
            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); /* Slight shadow for depth */
        }

        .sk_reviews_grid-item:hover {
            transform: scale(1.02); /* Scale up slightly on hover */
        }

        .sk_reviews_grid-content {
            color: #555; /* Darker text color */
            text-align: right; /* Align text to the right */
        }

        .sk-reviewer-pic img {
            border-radius: 50%; /* Circular profile picture */
            border: 2px solid #e0e0e0; /* Light border around the image */
        }

        .sk-reviewer-name-action {
            margin-top: 10px; /* Space between the image and reviewer name */
        }

        .sk-reviewer-name-action a {
            color: #3480dc; /* Link color */
            text-decoration: none; /* Remove underline from links */
            font-weight: bold; /* Bold font for names */
        }

        .sk-reviewer-name-action a:hover {
            text-decoration: underline; /* Underline on hover */
        }

        .sk_fb_stars {
            margin: 5px 0; /* Space above and below stars */
        }

        .sk-google-reviews-text-content {
            font-size: 16px; /* Font size for review text */
            color: #555; /* Dark text color */
            margin-top: 10px; /* Space above review text */
            line-height: 1.5; /* Line height for readability */
        }

        /* Responsive adjustments */
        @media (max-width: 768px) {
            .sk_reviews_grid-item {
                width: 100%; /* Full width on smaller screens */
            }
        }
        
        .sk-google-review-button-more
        {
            display:none;
        }















        /* General Styles */
.payment-select {
    background-color: #ffffff; /* White background */
    border-radius: 12px; /* Rounded corners */
    padding: 30px; /* Ample padding */
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); /* Soft shadow */
    margin-bottom: 40px; /* Space below the section */
}

.payment-select h4 {
    font-size: 30px; /* Larger title font */
    color: #333; /* Dark gray text */
    margin-bottom: 25px; /* Space below the title */
    text-align: center; /* Centered title */
}

/* Navigation Tabs */
.nav-tabs {
    justify-content: center; /* Center tabs */
    margin-bottom: 25px; /* Space below tabs */
}

.nav-tabs .nav-item {
    margin: 0 5px; /* Space between tabs */
}



.nav-tabs .nav-item .nav-link.active {
    color: #000; /* White text for active tab */
    border-bottom: 3px solid #6da32b;
}




/* Payment Buttons */
.payment-order-button {
    text-align: center; /* Centered buttons */
    margin-top: 20px; /* Space above buttons */
}

.payment-order-button button,
.payment-order-button a {
    background-color: #28a745; /* Green button */
    color: #ffffff; /* White text */
    padding: 15px 30px; /* Larger button size */
    border: none; /* No border */
    border-radius: 5px; /* Rounded edges */
    font-size: 18px; /* Larger font size */
    text-decoration: none; /* Remove underline for links */
    transition: background-color 0.3s, transform 0.2s; /* Smooth transition */
}

.payment-order-button button:hover,
.payment-order-button a:hover {
    background-color: #218838; /* Darker green on hover */
    transform: translateY(-3px); /* Lift effect on hover */
}

/* Bank Information */
.bank.contact-info-item {
    background-color: #f9f9f9; /* Light background */
    border: 1px solid #e0e0e0; /* Light gray border */
    border-radius: 8px; /* Rounded corners */
    padding: 20px; /* Padding around content */
}

.contact-info {
    margin-bottom: 15px; /* Space below contact info */
}

.contact-info span {
    font-weight: bold; /* Bold for labels */
    color: #333; /* Dark gray for labels */
    display: block; /* Block display for labels */
}

.contact-text p {
    margin: 0; /* Remove margin */
    color: #fff; /* Medium gray text */
}

.nav-tabs
{
    border-bottom: 0px !important;
}

/* Responsive Styles */
@media (max-width: 768px) {
    .payment-select {
        padding: 20px; /* Reduce padding on smaller screens */
    }

    .nav-tabs .nav-item .nav-link {
        font-size: 16px; /* Smaller font size on mobile */
    }

    .payment-order-button button,
    .payment-order-button a {
        padding: 12px 20px; /* Adjust button size on mobile */
    }
}



.offers-table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
}
.offers-table th, .offers-table td {
    border: 1px solid #ddd;
    padding: 15px;
    text-align: center;
}
.offers-table th {
    background-color: #f2f2f2;
    font-weight: bold;
}
.project-image img {
    max-width: 100px; /* Set a fixed width for images */
    height: auto;
    object-fit: cover;
}
.offer-price {
    color: #f1634c; /* Price color */
    font-weight: bold;
}

/* Custom style for checkbox */
.custom-checkbox {
    width: 25px; /* Width of the checkbox */
    height: 25px; /* Height of the checkbox */
    cursor: pointer; /* Change cursor on hover */
}

.offer-department {
    color: #004778; 
    font-weight: bold;
}

.bookOffersButton
{
    background-color:#6da32b;width:50%;padding:15px;
}


.bookOffersButton:hover 
{
    background-color: #004778;
    color:#fff;
}



.price-table {
    width: 100%; /* Full width */
    border-collapse: collapse; /* Merge borders */
    margin-top: 20px; /* Space above table */
}

.price-table td {
    padding: 10px; /* Space inside table cells */
    text-align: start; /* Align text to the left */
}

.price-table tr:nth-child(even) {
    background-color: #f9f9f9; /* Light gray background for even rows */
}

.price-table tr:nth-child(odd) {
    background-color: #ffffff; /* White background for odd rows */
}

.price-table td:first-child {
    font-weight: bold; /* Bold text for labels */
    color: #002945; /* Dark color for labels */
}


























