@font-face {
    font-family: 'Montserrat';
    src: url('../font/Montserrat/Montserrat-Black.ttf');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../font/Montserrat/Montserrat-BlackItalic.ttf');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../font/Montserrat/Montserrat-ExtraBold.ttf');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../font/Montserrat/Montserrat-ExtraBoldItalic.ttf');
    font-weight: 800;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../font/Montserrat/Montserrat-Bold.ttf');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../font/Montserrat/Montserrat-BoldItalic.ttf');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../font/Montserrat/Montserrat-SemiBold.ttf');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../font/Montserrat/Montserrat-SemiBoldItalic.ttf');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../font/Montserrat/Montserrat-Medium.ttf');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../font/Montserrat/Montserrat-MediumItalic.ttf');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../font/Montserrat/Montserrat-Regular.ttf');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../font/Montserrat/Montserrat-Italic.ttf');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../font/Montserrat/Montserrat-Light.ttf');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../font/Montserrat/Montserrat-LightItalic.ttf');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../font/Montserrat/Montserrat-ExtraLight.ttf');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../font/Montserrat/Montserrat-ExtraLightItalic.ttf');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../font/Montserrat/Montserrat-Thin.ttf');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../font/Montserrat/Montserrat-ThinItalic.ttf');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

* {
    font-family: 'Montserrat', sans-serif;
}
body {
    overflow-x: hidden;
    overflow-y: auto;
}
a {
    color: #3B566E;
}
a:hover {
    color: #86909C;
}
.txt-white {
    color: #fff !important;
}
.txt-drk-blue {
    color: #1C355E !important;
}
.bg-drk-blue {
    background-color: #1C355E !important;
}
.txt-mid-blue {
    color: #445675 !important;
}
.bg-white {
    background-color: #fff !important;
}
.bg-mid-blue {
    background-color: #445675 !important;
}
.txt-light-blue {
    color: #788998 !important;
}
.bg-light-blue {
    background-color: #F7FAFD !important;
}
.txt-light-orange {
    color: #FA7C56 !important;
}
.orange-btn {
    color: #fff !important;
    background: linear-gradient(130.19deg, #EF6956 7.11%, #FA8F59 100%);
    border-radius: 5px;
    padding: 10px;
    font-weight: 600;
    font-size: calc(12px + (16 - 12) * ((100vw - 300px) / (1440 - 300)));
    text-decoration: none;
    position: relative;
    z-index: 2;
    border: none;
}
.border-btn {
    border: 0.5px solid rgba(45, 61, 87, 0.31);
    border-radius: 5px;
    padding: 7px;
}
.py-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}
.py-75 {
    padding-top: 75px;
    padding-bottom: 75px;
}
.form {
    display: flex;
    flex-direction: column;
}
label {
    color: #586375;
    font-size: 12px;
    font-weight: 800;
    margin-bottom: 15px;
    letter-spacing: 1.2px;
}
input, input.form-control {
    background: #FFFFFF;
    border: 1px solid #CDCDCD;
    border-radius: 3px;
    font-size: 14px;
    box-shadow: none;
    width: 100%;
    height: 50px;
    margin-bottom: 25px;
}
input::placeholder, input.form-control::placeholder {
    color: #B7C2CF;
}
.form-control:focus {
    box-shadow: none;
    border-color: #48C578;
}
.form-check {
    min-height: 0;
    margin-bottom: 0;
    line-height: 170%;
    display: flex;
}
.form-check-input {
    min-width: 22px;
    width: 22px;
    min-height: 22px;
    height: 22px;
    margin-right: 15px;
}
.form-check-input[type=checkbox] {
    margin-bottom: 0;
}
.form-check-input:checked {
    background-color: #48C578;
    border-color: #48C578;
}
label.form-check-label {
    font-weight: 400;
    font-size: calc(10px + (14 - 10) * ((100vw - 300px) / (1440 - 300)));
    margin-bottom: 0;
}
.custom-scrollbar::-webkit-scrollbar {
    width: 8px;
}
.custom-scrollbar::-webkit-scrollbar-track {
    background: #fff;
}
.custom-scrollbar::-webkit-scrollbar-thumb {
    background: #aaa;
    border-radius: 20px;
}
.custom-scrollbar::-webkit-scrollbar-thumb:hover {
    background: #a0a0a0;
}


.swiper-pagination-bullet {
    background: #FFB098;
    opacity: 1;
    width: 9px;
    height: 9px;
    border-radius: 10px;
    transition: 0.3s;
}
.swiper-pagination-bullet-active {
    background: linear-gradient(140deg, #EF6956 10%, #FA8F59 100%);
    opacity: 1;
    width: 27px;
}
header nav.navbar {
    padding: 0;
}
header .navbar .navbar-nav {
    margin: 24px 0;
}
header .navbar > .container-xl {
    align-items: flex-start;
}
header .navbar-brand {
    margin-right: 36px;
    padding: 22px 0;
}
header .navbar .collapse.navbar-collapse {
    flex-wrap: wrap;
}
header .navbar-expand-lg .navbar-nav .nav-link {
    color: #3B566E;
    font-weight: 600;
    font-size: 12px;
    padding: 7px 9px;
    box-shadow: none;
}
header .nav-link.new-not {
    position: relative;
}
header .nav-link.new-not::before {
    content: "";
    width: 9px;
    height: 9px;
    background-color: #ED1C24;
    position: absolute;
    z-index: 2;
    border-radius: 10px;
    top: 10px;
    right: 7px;
    border: 1px solid #fff;
}
header .nav-link.orange-btn, header .nav-link.border-btn {
    margin: 0 9px;
}
header .dropdown-menu.show {
    left: 50%;
    transform: translateX(-50%);
    width: 255px;
    height: 356px;
    border-radius: 6px;
    border: none;
    box-shadow: 0 0 12px rgb(0 0 0 / 8%);
    margin-top: 15px;
    overflow: hidden;
    overflow-y: auto;
    padding: 0 25px;
}
header .nav-item.dropdown .nav-link.show::after {
    content: "";
    border-style: solid;
    border-width: 0px 10px 13px 10px;
    border-color: #fff0 #fff0 #ffffff #fff0;
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1001;
}
header .dropdown-menu.show li {
    border-bottom: 1px solid #EEEEEE;
}
header .dropdown-menu.show .dropdown-item {
    white-space: break-spaces;
    font-size: 14px;
    font-weight: 500;
    padding: 16px 0;
}
header .dropdown-menu::-webkit-scrollbar {
    width: 8px;
  }
  header .dropdown-menu::-webkit-scrollbar-track {
    background: #fff0; 
  }
  header .dropdown-menu::-webkit-scrollbar-thumb {
    background: #c9c9c9; 
    border-radius: 8px;
  }
  header .dropdown-menu::-webkit-scrollbar-thumb:hover {
    background: #adadad; 
  }
  header .navbar-collapse .navbar-nav.active {
    display: flex;
}
header .navbar-collapse .navbar-nav.hide {
    display: none;
}
.order-con {
    display: flex;
    flex-wrap: wrap;
    flex-grow: 1;
    align-items: center;
    flex-basis: auto;
}
footer {
    background-color: #F7FAFD;
    border-top: 1px solid #EEEEEE;
    padding-top: 30px;
}
footer * {
    font-size: 14px;
    line-height: 200%;
    color: #586375;
}
footer .foot-title {
    font-size: 16px;
    margin-bottom: 25px;
    display: block;
}
footer a {
    text-decoration: none;
    color: #586375;
}
footer p {
    margin-bottom: 10px;
}
footer img {
    margin-right: 10px;
}
footer ul {
    padding-left: 5px;
    margin: 0;
}
footer ul li::marker {
    content: "\f105";
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
}
footer ul li a {
    margin-left: 15px;
}
footer .copyright {
    border-top: 1px solid #D8E5E8;
    padding: 20px 0;
    margin-top: 20px;
}
footer .copyright p {
    color: #8E95A2;
    margin: 0;
    text-align: center;
}
main {
    min-height: calc(100vh - 488px);
}
.breadcrumb {
    background-color: #FAFBFB;
    padding: 32px 0;
    margin-bottom: 0;
    line-height: 100%;
}
.breadcrumb .page-title {
    font-size: 30px;
    font-weight: 500;
    color: #2F3C52;
    width: auto;
    display: inline-block;
    margin-bottom: 0;
    position: relative;
}
.breadcrumb .page-title::after {
    content: "";
    width: 100%;
    height: 5px;
    background: linear-gradient(130deg, #EF6956 8%, #FA8F59 100%);
    position: absolute;
    bottom: -32px;
    left: 0;
}
.bubi-slider .carousel-inner {
    width: 100%;
    height: calc(100vw * (760 / 1920));
}
.bubi-slider .carousel-item {
    width: 100%;
    height: calc(100vw * (760 / 1920));
    position: relative;
}
.bubi-slider .carousel-item::before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(28 53 94 / 60%);
}
.bubi-slider .carousel-item img {
    width: 100%;
    height: auto;
}
.bubi-slider .carousel-form {
    position: absolute;
    bottom: 20%;
    left: 50%;
    transform: translateX(-50%);
    max-width: 620px;
    text-align: center;
}
.bubi-slider .carousel-form .slide-title {
    color: #fff;
    font-size: calc(25px + (45 - 25) * ((100vw - 300px) / (1440 - 300)));
    font-weight: 800;
}
.bubi-slider .carousel-form p {
    color: #fff;
    font-size: calc(12px + (14 - 12) * ((100vw - 300px) / (1440 - 300)));
    font-weight: 600;
    max-width: 420px;
    margin: 15px auto;
    display: inline-block;
}
.bubi-slider .carousel-form .slide-search {
    display: flex;
    justify-content: center;
    margin-top: 15px;
}
.bubi-slider .carousel-form .slide-search select {
    max-width: 387px;
    height: 47px;
    font-size: 12px;
    font-weight: 500;
    color: #1C355E;
    border-radius: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    margin-right: 5px;
    box-shadow: none;
    border: none;
}
.bubi-slider .carousel-form .slide-search .button {
    width: 92px;
    height: 47px;
    background-color: #F57D58;
    color: #fff;
    font-size: calc(10px + (12 - 10) * ((100vw - 300px) / (1440 - 300)));
    font-weight: 700;
    border: none;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.bubi-slider .carousel-indicators {
    margin-left: auto;
    margin-right: 0;
    flex-direction: column;
    width: 50px;
    height: 100%;
    bottom: -50%;
    transform: translateY(-50%);
    right: 5%;
}
.bubi-slider .carousel-indicators [data-bs-target] {
    width: 9px;
    height: 9px;
    border-radius: 9px;
    border: 0;
    margin: 5px 0;
    background: rgb(250 124 86 / 73%);
    opacity: 1;
}
.bubi-slider .carousel-indicators .active {
    height: 27px;
    background: linear-gradient(#EF6956 0%, #FA8F59 100%);
}
.h2-title {
    color: #445675;
    font-size: calc(25px + (35 - 25) * ((100vw - 300px) / (1440 - 300)));
    font-weight: 600;
    margin-bottom: 60px;
    text-align: center;
}
.pro-video h1 {
    font-size: calc(24px + (45 - 24) * ((100vw - 300px) / (1440 - 300)));
    font-weight: 700;
    color: #1C355E;
    text-align: right;
}
.pro-video p {
    font-size: calc(12px + (18 - 12) * ((100vw - 300px) / (1440 - 300)));
    font-weight: 500;
    color: #1C355E;
    text-align: right;
}
.pro-video {
    position: relative;
    padding: 160px 0 70px 0;
}
.pro-video::before {
    content: url("../img/wave-line.svg");
    position: absolute;
    top: 0;
    left: 0;
}
.middle-bar {
    background: linear-gradient(180deg, #EF6956 0%, #F88959 70%, #FA8F59 100%);
    padding: 52px 20px;
}
.middle-bar .md-bar-link {
    padding: 0 80px;
    border-right: 1px solid #F7FAFD;
}
.middle-bar .md-bar-link:last-child {
    border-right: none;
}
.middle-bar .md-bar-link a {
    font-size: calc(12px + (24 - 12) * ((100vw - 300px) / (1440 - 300)));
    font-weight: 600;
    color: #F7FAFD;
    text-decoration: none;
}
.middle-bar .md-bar-link i.fa-arrow-right {
    font-size: calc(10px + (20 - 10) * ((100vw - 300px) / (1440 - 300)));
    margin-left: 5px;
}
.working-stages {
    padding-top: 100px;
    padding-bottom: 100px;
}
.working-stages .blue-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #F7FAFD;
    border: 1px solid rgba(28, 53, 94, 0.12);
    padding: 40px 25px 25px 25px;
    height: 100%;
    border-radius: 8px;
}
.working-stages .blue-box .number {
    width: 83px;
    height: 83px;
    font-size: 35px;
    font-weight: 600;
    color: #fff;
    background: #1C355E;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.working-stages .blue-box .title {
    color: #1C355E;
    font-size: calc(16px + (20 - 16) * ((100vw - 300px) / (1440 - 300)));
    font-weight: 600;
    text-align: center;
    margin-top: 32px;
    margin-bottom: 16px;
}
.working-stages .blue-box p {
    color: #1C355E;
    font-size: calc(12px + (14 - 12) * ((100vw - 300px) / (1440 - 300)));
    text-align: center;
    margin-bottom: 0;
}
.our-services {
    background-color: #F7FAFD;
    padding: 100px 0;
}
#ourservicesTab {
    border-bottom: none;
    justify-content: center;
}
#ourservicesTab .nav-item .nav-link {
    font-size: calc(12px + (16 - 12) * ((100vw - 300px) / (1440 - 300)));
    font-weight: 600;
    color: #788998;
    padding: 15px;
}
#ourservicesTab .nav-item .nav-link:hover {
    border: none;
}
#ourservicesTab .nav-item .nav-link.active {
    border: none;
    color: #FA7C56;
    font-weight: 700;
    background-color: #fff0;
}
#ourservicesTab .nav-item .nav-link.active::after {
    content: "";
    border-bottom: 4px solid #FA7C56;
    position: relative;
    display: block;
    width: 50px;
    margin: auto;
    bottom: -15px;
}
.our-services-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0px 2px 15px -6px rgb(0 0 0 / 8%);
    padding-bottom: 24px;
}
.our-services-box img {
    width: 100%;
    height: auto;
}
.our-services-box .title {
    color: #2F3C52;
    font-size: 14px;
    font-weight: 600;
    margin: 20px;
    margin-bottom: 10px;
    text-align: center;
}
.our-services-box .info {
    color: #86909C;
    font-size: calc(12px + (13 - 12) * ((100vw - 300px) / (1440 - 300)));
    margin-bottom: 24px;
    margin-top: auto;
}
.our-services-box .bid-button {
    min-width: 154px;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    padding: 10px;
    background: linear-gradient(130deg, #EF6956 7.11%, #FA8F59 100%);
    border-radius: 5px;
    text-decoration: none;
    text-align: center;
    margin-top: auto;
}
.our-services-container {
    height: 800px;
}
.our-services .swiper {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 30px 0;
    padding-bottom: 40px;
}
.our-services .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    height: calc((100% - 30px) / 2) !important;
    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;
  }
.our-services-container .swiper-pagination {
    bottom: 5px;
    width: calc(100% - 180px);
}
.our-services-container .swiper-pagination-bullet {
    float: left;
}
.our-services-container .pagination-all {
    font-size: 14px;
    font-weight: 700;
    color: #EF6956;
    text-decoration: none;
    float: right;
    margin-top: 20px;
}
.statistic-bar {
    padding: 70px 0;
    background: url('../img/bg.jpg');
    background-size: cover;
    background-position: center -150px;
    background-repeat: no-repeat;
    position: relative;
}
.statistic-bar::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgb(250 124 86 / 70%);
}
.statistic-bar h2 {
    font-size: calc(25px + (30 - 25) * ((100vw - 300px) / (1440 - 300)));
    font-weight: 700;
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 2;
    margin-bottom: 60px;
}
.statistic-bar .statistic {
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 2;
}
.statistic-bar .number {
    font-size: calc(30px + (40 - 30) * ((100vw - 300px) / (1440 - 300)));
    font-weight: 600;
    color: #fff;
    line-height: 100%;
    padding-bottom: 15px;
    position: relative;
}
.statistic-bar .number::after {
    content: "";
    border-bottom: 1px dashed #fff;
    width: 116px;
    height: 0;
    margin: auto;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.statistic-bar .mid-title {
    font-size: calc(12px + (20 - 12) * ((100vw - 300px) / (1440 - 300)));
    font-weight: 400;
    color: #fff;
    margin-top: 15px;
}
.valuation-bar {
    background-color: #F7FAFD;
    padding: 100px 0;
}
.valuation-bar .h2-title {
    margin-bottom: 35px;
}
.valuation-bar .mid-title {
    color: #6F8BA4;
    font-size: calc(13px + (16 - 13) * ((100vw - 300px) / (1440 - 300)));
    text-align: center;
    margin-bottom: 50px;
}
.swiper.valuationSwiper {
    width: 100%;
    padding-bottom: 74px;
}
.swiper.valuationSwiper .swiper-slide {
    width: 700px;
}
.valuation-box {
    background-color: #fff;
    border: 1px solid rgba(88, 99, 117, 0.1);
    border-radius: 8px;
    padding: 40px 70px;
    width: 700px;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #2D3D57;
}
.valuation-box p {
    font-size: calc(12px + (14 - 12) * ((100vw - 300px) / (1440 - 300)));
    font-weight: 500;
    text-align: center;
    line-height: 200%;
    margin-bottom: 22px;
    position: relative;
    text-indent: 15px;
}
.valuation-box p::after {
    content: "";
    width: 62px;
    height: 4px;
    background: linear-gradient(180deg, #FA7C56 0%, #EF6956 100%);
    display: block;
    margin: 0 auto;
    margin-top: 22px;
    border-radius: 10px;
}
.valuation-box p span {
    font-size: 60px;
    position: absolute;
    line-height: 75%;
    text-indent: 0;
    left: 0;
}
.valuation-box .name {
    font-size: calc(15px + (18 - 15) * ((100vw - 300px) / (1440 - 300)));
    font-weight: 600;
}
.valuation-box .job {
    font-size: calc(12px + (14 - 12) * ((100vw - 300px) / (1440 - 300)));
    margin-top: 10px;
    color: #3B566E;
}
.video-bar {
    padding: 125px 0;
    background-color: #1C355E;
    color: #fff;
    position: relative;
}
.video-bar h2 {
    font-weight: 600;
    font-size: 26px;
    margin-bottom: 16px;
    position: relative;
    z-index: 2;
}
.video-bar p {
    font-weight: 500;
    font-size: calc(12px + (16 - 12) * ((100vw - 300px) / (1440 - 300)));
    position: relative;
    z-index: 2;
}
.video-bar iframe {
    position: relative;
    z-index: 2;
}
.video-bar::before {
    content: url(../img/white-arrow.svg);
    position: absolute;
    top: 0;
    left: 0;
}
.video-bar::after {
    content: url(../img/orange-arrow.svg);
    position: absolute;
    top: 0;
    left: 300px;
}
.regions-bar {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 100px;
    padding-bottom: 100px;
}
.regions-bar .h2-title {
    margin-bottom: 35px;
}
.regions-bar .mid-title {
    font-size: calc(13px + (16 - 13) * ((100vw - 300px) / (1440 - 300)));
    color: #6F8BA4;
    text-align: center;
    display: block;
    width: 100%;
}
.regions-bar .regions {
    display: flex;
    flex-wrap: wrap;
    margin-top: 65px;
}
.regions-bar .regions .region {
    width: 20%;
    text-decoration: none;
    margin: 23px 0;
}
.regions-bar .region .province {
    color: #FA7C56;
    font-weight: 600;
    font-size: calc(14px + (20 - 14) * ((100vw - 300px) / (1440 - 300)));
    display: block;
    margin-bottom: 10px;
    line-height: 100%;
}
.regions-bar .region .info {
    color: #86909C;
    font-weight: 600;
    font-size: calc(10px + (14 - 10) * ((100vw - 300px) / (1440 - 300)));
    display: block;
}
.app-bar {
    background-color: #1a3552;
    background-image: url("../img/app-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center -100px;
    color: #fff;
    padding: 130px 0;
}
.app-bar h2 {
    font-size: calc(24px + (35 - 24) * ((100vw - 300px) / (1440 - 300)));
    font-weight: 700;
    margin-bottom: 32px;
}
.app-bar h2::after {
    content: "";
    width: 92px;
    height: 9px;
    background: linear-gradient(180deg, #FA7C56 0%, #EF6956 100%);
    display: block;
    margin-top: 32px;
    border-radius: 10px;
}
.app-bar p {
    font-size: calc(12px + (16 - 12) * ((100vw - 300px) / (1440 - 300)));
    font-weight: 500;
    line-height: 162%;
    margin-bottom: 32px;
}
.app-bar a {
    margin-right: 20px;
}
.our-services.all-our-services {
    background-color: #fff0;
    padding: 0;
}
.all-our-services .our-services-container {
    height: auto;
}
.all-our-services .swiper-slide {
    min-height: 320px;
}
.all-our-services .our-services-container .swiper-pagination {
    bottom: 46px;
}
.all-our-services-swiper .swiper-title {
    color: #445675;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 32px;
    display: block;
}
.all-our-services .swiper-button-next:after, .all-our-services .swiper-rtl .swiper-button-prev:after {
    content: url("../img/arrow.svg");
    line-height: 0;
}
.all-our-services .swiper-button-prev:after, .all-our-services .swiper-rtl .swiper-button-next:after {
    content: url("../img/arrow.svg");
    line-height: 0;
    transform: rotate(180deg);
}
.all-our-services .swiper-button-next, .all-our-services .swiper-rtl .swiper-button-prev {
    width: 48px;
    height: 48px;
    border-radius: 50px;
    background-color: #F7FAFD;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.09);
    right: 0;
}
.all-our-services .swiper-button-prev, .all-our-services .swiper-rtl .swiper-button-next {
    width: 48px;
    height: 48px;
    border-radius: 50px;
    background-color: #F7FAFD;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.09);
    left: 0;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: 0;
}
.swiper-button-next, .swiper-button-prev {
    top: 48%;
}
.our-services-detail {
    margin-top: 85px;
    margin-bottom: 10px;
}
.our-services-detail .our-services-container {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 30px);
    margin-left: -15px;
}
.our-services-detail .service-title {
    width: 100%;
    font-size: 30px;
    font-weight: 500;
    color: #445675;
    text-align: center;
    margin-bottom: 40px;
}
.our-services-detail .our-services-box {
    width: calc(25% - 30px);
    margin: 0 15px;
    margin-bottom: 30px;
}
.our-services-detail ~ .regions-bar {
    border-top: 1px solid #eee;
}
.left-col {
    width: 366px;
    margin-right: 20px;
}
.right-col {
    width: calc(100% - 386px);
}
.left-col .filter {
    width: 100%;
    background-color: #F7FAFD;
    border: 1px solid #C6C6C6;
    border-radius: 10px;
    padding: 20px;
}
.left-col .filter .dropdown .dropdown-btn {
    width: 100%;
    font-size: 12px;
    font-weight: 500;
    text-align: start;
    padding: 16px;
    line-height: 100%;
    color: #1C355E;
    box-shadow: none;
}
.left-col .filter .dropdown .dropdown-btn::after {
    content: "\f107";
    font-family: 'Font Awesome 5 Free';
    color: #1C355E;
    font-weight: 900;
    float: right;
}
.left-col .filter .dropdown .dropdown-menu {
    width: 100%;
    border-radius: 0;
    padding: 16px 32px;
    min-height: 200px;
    height: 50vh;
    overflow: auto;
}
.left-col .filter .dropdown .dropdown-menu .dropdown-item {
    padding: 16px 0;
    border-bottom: 1px solid #EEEEEE;
    font-size: 14px;
    font-weight: 500;
}
.left-col .filter .dropdown .dropdown-menu .dropdown-item:hover {
    background-color: #fff;
    color: #EF6956;
}
.left-col .filter .dropdown .dropdown-menu li:last-child .dropdown-item {
    border-bottom: none;
}
.left-col .filter .dropdown {
    background-color: #fff;
    border: 1px solid #C6C6C6;
    border-radius: 10px;
    margin-bottom: 20px;
}
.left-col .filter .orange-btn {
    width: 100%;
    display: block;
    text-align: center;
}
.left-col .filter .dropdown .dropdown-btn i {
    margin-right: 10px;
}
.left-col .contact-box, .blog-right .contact-box {
    background: url(../img/contact-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    margin-top: 20px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 27px;
    overflow: hidden;
}
.left-col .contact-box::before, .blog-right .contact-box::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(130deg, #EF6956 7.11%, #FA8F59 100%);
    opacity: .85;
}
.left-col .contact-box p, .blog-right .contact-box p {
    z-index: 1;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
}
.left-col .contact-box .white-btn, .blog-right .contact-box .white-btn {
    z-index: 1;
    background: #FFFFFF;
    border-radius: 5px;
    padding: 12px;
    font-weight: 700;
    font-size: 12px;
    color: #F57D58;
    min-width: 175px;
    text-align: center;
    text-decoration: none;
}
.info-green {
    background: #D4EDDA;
    border: 1px solid #C3E6CB;
    border-radius: 5px;
    padding: 18px;
    text-decoration: underline;
    text-align: center;
    color: #155724;
    font-size: 16px;
    margin-bottom: 30px;
}
.profile-preview {
    box-shadow: 0px 0px 2px rgb(0 0 0 / 50%);
    border-radius: 5px;
    display: flex;
    padding: 18px 20px;
    margin-bottom: 20px;
}
.profile-preview .profile-img {
    min-width: 160px;
    background-color: #F5F5F5;
    display: flex;
    align-items: center;
    justify-content: center;
}
.profile-preview .profile-info {
    display: flex;
    flex-direction: column;
    padding: 0 25px;
}
.profile-preview .profile-info .name {
    text-decoration: none;
    color: #2F3C52;
    font-weight: 500;
}
.profile-preview .profile-info p {
    color: #586375;
    font-size: 13px;
    line-height: 170%;
    margin-bottom: 0;
}
.profile-preview .sector {
    border-left: 1px solid #D8D8D8;
    padding-left: 37px;
    min-width: 160px;
}
.profile-preview .sector ul {
    padding-left: 0;
    margin-bottom: 5px;
}
.profile-preview .sector ul li {
    padding-left: 10px;
    font-size: 13px;
    color: #586375;
}
.profile-preview .sector li::marker {
    content: "\f105";
    font-family: 'Font Awesome 5 Free';
    color: #F57D58;
    font-weight: 700;
}
.profile-preview .sector > a {
    color: #197AE0;
    font-size: 11px;
    padding-left: 10px;
}
/**/
fieldset, fieldset label { margin: 0; padding: 0; }
.rating { 
  border: none;
  float: left;
  margin-left: -2px;
}
.rating > input { display: none; } 
.rating > label:before { 
  margin: 0 3px;
  font-size: calc(17px + (20 - 17) * ((100vw - 300px) / (1440 - 300)));
  font-family: 'Font Awesome 5 Free';
  display: inline-block;
  content: "\f005";
  font-weight: 900;
}
.rating > .half:before { 
  font-family: 'Font Awesome 5 Free';
  content: "\f089";
  position: absolute;
  font-weight: 900;
}
.rating > label { 
  color: #D8DEE6; 
 float: right; 
}
.scoring > span {
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
    margin: 7px 0;
    margin-left: 15px;
    color: #586375;
}
.rating > input:checked ~ label,
.rating:not(:checked) > label:hover,
.rating:not(:checked) > label:hover ~ label { color: #F78500;  }
.rating > input:checked + label:hover,
.rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label,
.rating > input:checked ~ label:hover ~ label { color: #FFED85;  } 
/**/
.profile-head {
    background-color: #1C355E;
    padding-top: 45px;
    padding-bottom: 15px;
}
.profile-head .img {
    background-color: #fff;
    border-radius: 5px;
    width: 166px;
    min-width: 166px;
    height: 100%;
    max-height: 180px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 40px;
}
.profile-head h1 {
    color: #fff;
    font-weight: 700;
    font-size: calc(24px + (28 - 24) * ((100vw - 300px) / (1440 - 300)));;
    margin-bottom: 18px;
}
.profile-head .location {
    color: rgb(255 255 255 / 85%);
    font-size: calc(13px + (16 - 13) * ((100vw - 300px) / (1440 - 300)));;
}
.profile-head .location i {
    margin-right: 8px;
}
.profile-head .profile-rating .point {
    color: #fff;
    font-weight: bold;
    font-size: calc(28px + (35 - 28) * ((100vw - 300px) / (1440 - 300)));;
    line-height: 100%;
    margin-bottom: 20px;
}
.profile-head .profile-rating .evaluation {
    color: #fff;
    font-size: 14px;
}
.profile-head .sector {
    margin-top: 35px;
}
.profile-head .sector span {
    color: #fff;
    font-size: 12px;
    margin-right: 10px;
}
.profile-head .sector span::after {
    content: "\f105";
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    color: #F57D58;
    margin-left: 10px;
}
.profile-head .sector span:last-of-type::after {
    display: none;
}
.profile-head .sector .srvc-btn {
    padding: 0;
    color: #fff;
    font-size: 14px;
    text-decoration: underline;
    float: right;
    box-shadow: none;
}
.profile-head .bid {
    padding-left: 50px;
    margin-left: 50px;
    position: relative;
}
.profile-head .bid::before {
    content: "";
    height: 70px;
    border-left: 1px solid #fff;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.profile-head .bid .orange-btn {
    padding: 10px 40px;
    font-size: 12px;
    line-height: 100%;
}
.customer-rating {
    padding-top: 50px;
    padding-bottom: 50px;
}
.customer-rating h2 {
    color: #86909C;
    font-size: calc(22px + (26 - 22) * ((100vw - 300px) / (1440 - 300)));
    margin-bottom: 50px;
}
.rating-group .title {
    color: #2D3D57;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 20px;
    text-align: center;
}
.rating-group .point {
    color: #F57D58;
    font-weight: 700;
    font-size: 34px;
    line-height: 100%;
    margin-bottom: 10px;
}
.rating-group .evaluation {
    color: #86909C;
    font-size: 13px;
    margin-top: 8px;
    text-transform: uppercase;
}
.about {
    background-color: #F7FAFD;
    padding: 60px 0;
}
.about h2 {
    color: #1C355E;
    font-weight: 600;
    font-size: 26px;
    margin-bottom: 60px;
}
.about p {
    color: #1C355E;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 20px;
}
.about img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}
.portfolyo {
    padding-top: 60px;
    padding-bottom: 60px;
}
.portfolyo h3 {
    color: #1C355E;
    font-weight: 700;
    font-size: 26px;
    margin-bottom: 15px;
}
.portfolyo .gallery {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 30px);
    margin: 0 -15px;
}
.portfolyo .gallery a {
    display: inline-block;
    text-decoration: none;
    width: calc(25% - 30px);
    margin: 15px;
    overflow: hidden;
}
.portfolyo .gallery img {
    width: 100%;
    height: auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.comments {
    background-color: #F7FAFD;
    padding-top: 60px;
    padding-bottom: 60px;
    border-top: 1px solid #EEEEEE;
}
.comments h3 {
    color: #3B566E;
    font-size: 26px;
    margin-bottom: 30px;
}
.comment-box {
    background-color: #fff;
    border-radius: 5px;
    margin-bottom: 20px;
}
.comment-box .comment-header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 15px 50px;
    border-bottom: 1px solid #F3F4F4;
}
.comment-box .name {
    color: #2F3C52;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 0;
}
.comment-box .date {
    color: #BDC4CC;
    font-size: 13px;
    margin-left: auto;
    margin-right: 40px;
}
.comment-box .point {
    display: flex;
}
.comment-box .point > span {
    color: #586375;
    font-size: 24px;
    font-weight: 500;
    margin-right: 20px;
}
.comment-box .evaluation {
    color: #86909C;
    font-size: 13px;
    line-height: 100%;
}
.comment-box .comment-content {
    padding: 30px 50px;
    position: relative;
}
.comment-box .comment-content::before {
    content: "";
    width: 64px;
    height: 46px;
    background: url("../img/comment1.svg");
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 20px;
    left: 40px;
}
.comment-box .comment-content::after {
    content: "";
    width: 64px;
    height: 46px;
    background: url("../img/comment2.svg");
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    bottom: 20px;
    right: 40px;
}
.comment-box .comment-content p {
    color: #86909C;
    font-size: 14px;
    font-weight: 500;
    line-height: 200%;
}
.modal-dialog {
    width: 80%;
    max-width: 700px;
    margin: auto;
}
.modal-dialog .modal-content {
    border-radius: 5px;
}
.modal-dialog .modal-content .modal-header {
    background-color: #F5F5F5;
    padding: 13px;
}
.modal-dialog .modal-header .modal-title {
    margin-left: auto;
    color: #2D3D57;
    line-height: 115%;
}
.modal-dialog .modal-header .btn-close {
    width: 13px;
    height: 13px;
    border: 1px solid #86909C;
    font-size: 13px;
    line-height: 100%;
    padding: 4px;
    background: none;
    margin-right: 7px;
    box-shadow: none;
    color: #86909C;
    opacity: 1;
}
.service-modal .modal-content .modal-body {
    padding: 40px;
}
.service-modal .modal-body ul {
    column-count: 3;
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
}
.service-modal .modal-body ul li {
    color: #86909C;
    font-size: 13px;
    margin-bottom: 20px;
}
.service-modal .modal-body ul li::before {
    content: "\f00c";
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    color: #48C578;
    margin-right: 15px;
}
.offer-modal .modal-body {
    padding: 40px;
}
.offer-modal .modal-body p {
    text-align: center;
    margin-bottom: 35px;
    color: #86909C;
    font-size: 16px;
}
.offer-modal .modal-body a {
    padding: 20px;
    width: calc(50% - 15px);
    border-radius: 5px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
}
.offer-modal .modal-body .multiple-offers {
    background: linear-gradient(135deg, #62BE85 0%, #5DE390 100%);
    margin-right: 15px;
}
.offer-modal .modal-body .single-offer {
    background: linear-gradient(135deg, #EF6956 0%, #FA8F59 100%);
    margin-left: 15px;
}
.login-modal .modal-content .modal-header {
    border: none;
    padding: 35px;
    padding-bottom: 0;
    background-color: #fff;
}
.login-modal .modal-content .modal-header img {
    margin-left: auto;
    margin-right: -21px;
}
.login-modal .modal-content .modal-header .btn-close {
    border: none;
    color: #C4C4C4;
    font-size: 20px;
}
.login-modal .modal-content .modal-body {
    padding: 35px;
}
.login-modal .modal-content .modal-body .title {
    font-size: 24px;
    text-align: center;
    color: #2F3C52;
    margin-bottom: 40px;
}
.login-modal .modal-content .modal-body .orange-btn {
    padding: 16px;
    font-size: 12px;
    letter-spacing: 1px;
    margin-top: 35px;
}
#forgotPass {
    color: #C4C4C4;
    font-size: 14px;
}
.login-modal .modal-content .modal-footer {
    padding: 35px;
}
.login-modal .modal-content .modal-footer p {
    font-size: 14px;
    color: #1C355E;
    font-weight: 500;
    text-align: center;
    width: 100%;
    margin: 0;
}
.login-modal .modal-content .modal-footer p a {
    color: #C4C4C4;
}
.login-modal .forgotpass-content .modal-header .title, .login-modal .newpass-content .modal-header .title {
    color: #2F3C52;
    font-size: 24px;
    font-weight: 800;
    margin: 0;
    margin-left: auto;
    margin-right: -21px;
}
.login-modal .forgotpass-content .modal-body .title, .login-modal .newpass-content .modal-body .title {
    font-size: 18px;
    font-weight: 400;
}
.sms {
    margin-bottom: 30px;
    color: #2F3C52;
    font-size: 14px;
}
.sms a {
    color: #C4C4C4;
}
.sms-time {
    margin-bottom: 30px;
    color:#2F3C52;
    font-size: 14px;
    font-weight: 700;
}
.login-modal .success-content .modal-body .title {
    color: #2F3C52;
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 15px;
}
.login-modal .success-content .modal-body p {
    color: #2F3C52;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 50px;
}
.login-modal .success-content .modal-body .loginBtn {
    display: flex;
    justify-content: center;
    background: #F7FAFD;
    border: 1px solid #C6C6C6;
    border-radius: 5px;
    color: #2F3C52;
    font-size: 12px;
    font-weight: 700;
    padding: 15px;
    text-decoration: none;
}
.member-header {
    font-weight: 400;
    font-size: calc(26px + (30 - 26) * ((100vw - 300px) / (1440 - 300)));
    color: #2F3C52;
    margin: 60px 0;
    padding-bottom: 10px;
    position: relative;
    display: inline-block;
}
.member-header span {
    font-weight: 700;
}
.member-header::after {
    content: "";
    width: 100%;
    height: 5px;
    background: linear-gradient(130deg, #EF6956 10%, #FA8F59 100%);
    position: absolute;
    bottom: 0;
    left: 0;
}
.form-bg-white {
    background-color: #fff;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
    border-radius: 5px;
    padding: 25px;
}
.member-container {
    padding-bottom: 80px;
}
.member-tabs {
    border-bottom: none;
}
.member-tabs .nav-item {
    width: 50%;
}
.member-tabs .nav-item .nav-link {
    width: 100%;
    border: none;
    font-size: calc(12px + (16 - 12) * ((100vw - 300px) / (1440 - 300)));
    font-weight: 700;
    color: #C4C4C4;
    border-bottom: 1px solid #EEEEEE;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    padding-top: 0;
    padding-bottom: 25px;
}
.member-tabs .nav-item .nav-link.active {
    color: #1C355E;
    border-bottom: 2px solid #1C355E;
}
.member-tabs .nav-item .nav-link span {
    display: inline-block;
    color: #C4C4C4;
    font-size: 10px;
    font-weight: 500;
    background-color: #F7FAFD;
    width: auto;
    border-radius: 50px;
    padding: 5px 15px;
    margin-bottom: 10px;
}
.member-tabs .nav-item .nav-link.active span {
    color: #1C355E;
}
.give-service {
    width: 100%;
    background-color: #F7FAFD;
    border: 1px solid #C6C6C6;
    border-radius: 5px;
    padding: 15px;
    text-decoration: none;
    color: #2F3C52;
    font-size: 12px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px 0;
}
.give-service span {
    font-weight: 800;
    margin-left: 4px;
    margin-right: 10px;
}
.tel-approval {
    width: 100%;
    background-color: #F7FAFD;
    border: 1px solid #C6C6C6;
    border-radius: 5px;
    padding: 15px;
    text-decoration: none;
    color: #2F3C52;
    font-size: 12px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}
.member-tab-content .form-check .form-check-label {
    letter-spacing: 1px;
    line-height: 160%;
}
.member-tab-content .orange-btn {
    width: 100%;
    font-size: 12px;
    margin-bottom: 25px;
}
.member-tab-content .account {
    width: 100%;
    font-size: calc(12px + (14 - 12) * ((100vw - 300px) / (1440 - 300)));
    color: #2D3D57;
    text-align: center;
}
.member-tab-content .account a {
    color: #C4C4C4;
}
.member-tab-content .form-check {
    margin-bottom: 25px;
}
.member-alt-header {
    font-size: calc(18px + (24 - 18) * ((100vw - 300px) / (1440 - 300)));
    font-weight: 500;
    color: #1C355E;
    margin-bottom: 30px;
    padding-bottom: 30px;
    position: relative;
}
.member-alt-header span {
    font-weight: 800;
}
.member-alt-header::after {
    content: "";
    width: 100px;
    height: 9px;
    background: linear-gradient(130deg, #EF6956 10%, #FA8F59 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 10px;
}
.member-info ul {
    list-style: none;
    padding: 0;
    margin-bottom: 80px;
    color: #1C355E;
}
.member-info ul li {
    display: flex;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 500;
}
.member-info ul li::before {
    content: url("../img/null-icon.png");
    margin-right: 15px;
}
.app-info {
    display: flex;
}
.app-info .apps {
    display: flex;
    flex-direction: column;
}
.app-info img {
    width: 150px;
    height: auto;
}
.app-info a:first-child img {
    margin-bottom: 20px;
}
.app-info .qr-kod {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #2F3C52;
    font-size: 12px;
    margin-left: 15px;
    border: 1px solid #C6C6C6;
    border-radius: 5px;
    padding: 15px;
    width: calc(100% - 165px);
}
.app-info .qr-kod img {
    width: 68px;
    height: 68px;
    margin-left: 15px;
    margin-bottom: 0;
}
.info-message {
    font-size: 14px;
    color: #2F3C52;
}
.blog-right > p {
    color: #2F3C52;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 15px;
}
.search-box {
    margin-bottom: 30px;
}
.search-box input {
    height: 40px;
    border: none;
    background-color: #fafafa;
    border-radius: 5px;
}
.search-box .btn-search {
    width: 40px;
    height: 40px;
    background: linear-gradient(130deg, #EF6956 8%, #FA8F59 100%);
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
}
.blog-left, .blog-right {
    margin: 80px 0;
}
.blog-right .menu {
    padding-left: 0;
    list-style: none;
    margin-bottom: 20px;
}
.blog-right .menu li {
    padding-left: 20px;
    line-height: 100%;
    display: flex;
    align-items: center;
}
.blog-right .menu li::before {
    content: "\f105";
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    color: #6F8BA4;
}
.blog-right .menu li:nth-child(even) {
    background-color: #F9FAFF;
}
.blog-right .menu a {
    width: 100%;
    font-size: 14px;
    text-decoration: none;
    color: #6F8BA4;
    padding: 17px 0;
    margin-left: 15px;
}
.blog-right .menu li:hover {
    padding-left: 17px;
    border-left: 3px solid #F57D58;
}
.blog-right .menu li:hover a {
    color: #F57D58;
}
.blog-right .menu li:hover::before {
    color: #F57D58;
}
.blog-haber {
    margin-bottom: 20px;
}
.blog-haber .blog-img {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    background-color: #c4c4c4;
}
.blog-haber .blog-img img {
    width: 100%;
    height: auto;
}
.blog-haber .blog-img .date {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, #62BE85 0%, #5DE390 100%);
    color: #fff;
    font-size: 14px;
    padding: 8px 13px;
    border-radius: 0px 0px 5px 5px;
}
.blog-haber .blog-content {
    padding: 30px 25px;
}
.blog-haber .blog-content .title {
    font-size: 16px;
    color: #3B566E;
    margin-bottom: 15px;
}
.blog-haber .blog-content p {
    font-size: 14px;
    color: #6F8BA4;
    line-height: 190%;
    margin-bottom: 25px;
}
.blog-haber .blog-content .more {
    width: 150px;
    font-weight: 500;
    font-size: 12px;
    display: block;
    text-align: center;
    padding: 7px;
}
.blog-left .pagination .page-item {
    width: 30px;
    height: 30px;
}
.blog-left .pagination .page-item .page-link {
    color: #F57D58;
    border-color:#F57D58;
    padding: 0;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}
.blog-left .pagination .page-item.active .page-link {
    color: #fff;
    background: linear-gradient(130deg, #EF6956 8%, #FA8F59 100%);
}
.blog-breadcrumb {
    box-shadow: 0px 10px 6px -6px rgb(0 0 0 / 4%);
    padding: 13px 0;
}
.blog-breadcrumb a, .blog-breadcrumb span {
    color: #2F3C52;
    font-size: 11px;
    font-weight: 500;
}
.blog-breadcrumb a {
    text-decoration: none;
    color: #77838F;
}
.blog-breadcrumb a::after {
    content: "/";
    margin-left: 5px;
}
@media only screen and (min-width: 576px) {
    .pro-video::before {
        left: calc(-1 * ((100vw - 540px) / 2));
    }
    .w50 {
        width: calc(50% - 7.5px) !important;
    }
    .w50:nth-child(even) {
        margin-right: 15px !important;
    }
}
@media only screen and (min-width: 768px) {
    .pro-video::before {
        left: calc(-1 * ((100vw - 720px) / 2));
    }
}
@media only screen and (min-width: 992px) {
    .pro-video::before {
        left: calc(-1 * ((100vw - 960px) / 2));
    }
}
@media only screen and (min-width: 1200px) {
    .pro-video::before {
        left: calc(-1 * ((100vw - 1140px) / 2));
    }
    .member-info {
        padding-left: calc(50px + (115 - 50) * ((100vw - 1200px) / (1440 - 1200)));
    }
}
@media only screen and (min-width: 1400px) {
    .pro-video::before {
        left: calc(-1 * ((100vw - 1320px) / 2));
    }
}
@media only screen and (min-width: 991px) {
    header .navbar .collapse.navbar-collapse .alt-menu {
        padding: 20px;
        width: 100%;
        position: relative;
    }
    header .navbar .collapse.navbar-collapse .alt-menu::before {
        content: "";
        background-color: #F7FAFD;
        border-top: 1px solid #C6C6C6;
        width: 100vw;
        height: 100%;
        position: absolute;
        top: 0;
        left: calc(50% + 81.5px);
        transform: translateX(calc(-50% - 163px));
        z-index: -1;
    }
    header .navbar .collapse.navbar-collapse .alt-menu::after {
        content: "";
        border-top: 1px solid #C6C6C6;
        width: 100vw;
        position: absolute;
        bottom: 0;
        left: calc(50% + 81.5px);
        transform: translateX(calc(-50% - 163px));
        z-index: 0;
    }
    header .navbar .alt-menu .navbar-nav {
        margin: 0;
        justify-content: center;
        padding-right: 163px;
    }
    header .navbar .alt-menu .navbar-nav .nav-link {
        font-size: 14px;
        padding: 0 1rem;
    }
}
@media only screen and (max-width: 1200px) and (min-width: 991px) {
    header .navbar .collapse.navbar-collapse .alt-menu {
        left: 50%;
        transform: translateX(calc(-50% - 81.5px));
        padding: 20px 0;
    }
    header .navbar .collapse.navbar-collapse .alt-menu::before {
        left: 50%;
        transform: translateX(-50%);
    }
    header .navbar .collapse.navbar-collapse .alt-menu::after {
        left: 50%;
        transform: translateX(-50%);
    }
    header .navbar .alt-menu .navbar-nav {
        padding-right: 0;
    }
    .scoring > span {
        margin-left: 0;
    }
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
    
}
@media only screen and (max-width: 1200px) {
    .left-col {
        width: 300px;
    }
    .right-col {
        width: calc(100% - 320px);
    }
}
@media only screen and (max-width: 991px) {
    header .navbar-toggler {
        width: 45px;
        height: 40px;
        border: none;
        padding: 10px;
        margin-top: 8px;
    }
    header .navbar-toggler::before {
        content: "";
        width: 20px;
        border-bottom: 2px solid #1C355E;
        display: block;
        position: relative;
        top: calc(50% + 1px);
        margin-left: auto;
        transition: .3s;
    }
    header .navbar-toggler:focus {
        box-shadow: none;
    }
    header .navbar-toggler .toggle-icon {
        width: 25px;
        height: 20px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    header .navbar-toggler .toggle-icon::before {
        content: "";
        width: 25px;
        border-bottom: 2px solid #1C355E;
        transition: .5s;
    }
    header .navbar-toggler .toggle-icon::after {
        content: "";
        width: 25px;
        border-bottom: 2px solid #1C355E;
        transition: .5s;
    }
    header .navbar-toggler[aria-expanded="true"]::before {
        width: 0;
    }
    header .navbar-toggler[aria-expanded="true"] .toggle-icon::before {
        transform: translateY(9px) rotate(45deg);
    }
    header .navbar-toggler[aria-expanded="true"] .toggle-icon::after {
        transform: translateY(-9px) rotate(-45deg);
    }
    header .navbar-brand {
        padding: 15px 0;
    }
    header nav.navbar {
        border-bottom: 1px solid #C6C6C6;
    }
    header .navbar .collapse.navbar-collapse .order-con {
        flex-direction: column;
        align-items: flex-start;
    }
    header .navbar .order-con .navbar-nav {
        order: 1;
        margin: 0 !important;
        width: 100%;
    }
    header .navbar .order-con .alt-menu {
        order: 2;
        margin: 0 !important;
        width: 100%;
    }
    header .navbar-collapse .order-con .navbar-nav.active {
        order: 3;
        width: 100%;
        padding: 20px 0;
    }
    header .navbar .order-con > .navbar-nav:first-child {
        padding-top: 20px;
    }
    header .navbar .navbar-nav .nav-item {
        border-bottom: 1px solid #f2f2f2;
        padding: 5px;
    }
    header .navbar .navbar-nav .nav-item {
        border-bottom: 1px solid #f2f2f2;
        padding: 5px;
    }
    header .navbar .navbar-nav.active .nav-item {
        border-bottom: none;
        padding: 5px;
    }
    footer .foot-title {
        margin-bottom: 15px;
        margin-top: 20px;
    }
    .middle-bar .md-bar-link {
        padding: 0 40px;
    }
    .left-col {
        width: 100%;
        margin-right: 0;
        display: flex;
        flex-direction: column;
    }
    .right-col {
        width: 100%;
        margin-top: 20px;
    }
    .left-col .contact-box {
        order: 1;
        margin-top: 0;
        margin-bottom: 20px;
    }
    .left-col .filter {
        order: 2;
    }
    .left-col .contact-box p {
        max-width: 80%;
    }
    .left-col .contact-box p br {
        display: none;
    }
    .profile-head .bid {
        padding-left: 0;
        margin-left: 0;
        margin-top: 30px;
        width: 100%;
    }
    .profile-head .bid::before {
        display: none;
    }
    .profile-head .bid .orange-btn {
        width: 100%;
    }
    .profile-head .sector {
        margin-top: 30px;
    }
    .profile-head .sector .srvc-btn {
        float: none;
        width: 100%;
    }
    .portfolyo .gallery a {
        width: calc(33.33% - 30px);
    }
    .about h2 {
        margin-bottom: 30px;
    }
    .service-modal {
        width: 90%;
    }
    .member-info {
        margin-top: 50px;
    }
    .member-info ul {
        margin-bottom: 50px;
    }
    .member-info br {
        display: none;
    }
}
@media only screen and (max-width: 767px) {
    .regions-bar .regions .region {
        width: 25%;
    }
    .our-services-detail .our-services-box {
        width: calc(50% - 30px);
    }
    .profile-preview {
        flex-direction: column;
    }
    .profile-preview .profile-info {
        padding: 20px 0;
    }
    .profile-preview .sector {
        border-top: 1px solid #D8D8D8;
        border-left: none;
        padding-left: 5px;
        padding-top: 20px;
    }
    .comment-box .point {
        width: 100%;
        justify-content: flex-end;
        align-items: center;
    }
    .profile-head .profile-rating {
        margin-top: 20px;
    }
    .profile-head .profile-rating .point {
        margin-bottom: 0;
        width: 70px;
    }
    .profile-head .profile-rating .evaluation {
        width: 100%;
        margin-left: 70px;
    }
    .profile-head .sector {
        position: relative;
        width: calc(100% + 206px);
        left: -206px;
    }
    .service-modal .modal-body ul {
        column-count: 2;
    }
    .blog-right .menu a {
        padding: 10px 0;
    }
    .blog-right .contact-box {
        display: none;
    }
    .blog-left {
        order: 2;
        margin-top: 0;
    }
    .blog-right {
        order: 1;
        margin-bottom: 30px;
    }
}
@media only screen and (max-width: 575px) {
    .container {
        padding-left: 20px;
        padding-right: 20px;
    }
    .regions-bar .regions .region {
        width: 33.3%;
    }
    .profile-head {
        padding-bottom: 25px;
    }
    .profile-head .img {
        margin-right: 20px;
        width: 150px;
        min-width: 150px;
    }
    .profile-head .sector {
        width: calc(100% + 170px);
        left: -170px;
    }
    .portfolyo .gallery a {
        width: calc(50% - 15px);
        margin: 7.5px;
    }
    .comment-box .comment-header {
        flex-direction: column;
        align-items: flex-start;
        padding: 15px 30px;
    }
    .comment-box .comment-content {
        padding: 30px;
        position: relative;
    }
    .comment-box .comment-content::before {
        top: 15px;
        left: 15px;
    }
    .comment-box .comment-content::after {
        bottom: 15px;
        right: 15px;
    }
    .comment-box .date {
        margin-left: 0;
        margin-right: 0;
    }
    .comment-box .point {
        justify-content: flex-start;
    }
}
@media only screen and (max-width: 450px) {
    .profile-head .profile-rating {
        flex-direction: column;
        width: 100%;
    }
    .profile-head .profile-rating .point {
        margin-bottom: 0;
        width: auto;
    }
    .profile-head .profile-rating .evaluation {
        width: auto;
        margin-left: 0;
    }
    .regions-bar .regions .region {
        width: 50%;
    }
    .our-services-detail .our-services-box {
        width: calc(100% - 30px);
    }
    .scoring > span {
        margin-left: 0;
    }
    .comment-box .point > span {
        margin-right: 10px;
    }
    .profile-head .bid .orange-btn {
        width: calc(100% + 170px);
        left: -170px;
    }
    .modal-dialog {
        width: 90%;
    }
    .login-modal .modal-content .modal-header {
        padding: 20px;
    }
    .login-modal .modal-content .modal-body {
        padding: 20px;
    }
    .login-modal .forgotpass-content .modal-header .title, .login-modal .newpass-content .modal-header .title {
        margin-right: 0;
    }
    .app-info {
        flex-direction: column;
    }
    .app-info .apps {
        flex-direction: row;
        flex-wrap: wrap;
    }
    .app-info a img {
        margin-bottom: 20px;
    }
    .app-info .qr-kod {
        margin-left: 0;
        width: 100%;
    }
    .form-bg-white {
        padding: 20px;
    }
    .member-tabs .nav-item .nav-link {
        padding-left: 10px;
        padding-right: 10px;
    }
}