/******************************

    00 - Home
    01 - Inner Page
        00 - About Us
		01 - Our History
        02 - Services Details
        03 - Project Single
        04 - Blog Detail
             Blog Classic
             Sidebar Right
             Blog Large
        05 - Team Details
        06 - Contact us
        07 - Comment Form
        08 - Faq

******************************/

/*----------------------------------------*/
/*  00 - Home
/*----------------------------------------*/
.ml-auto, .mx-auto {
    margin-left: auto!important;
}
/** Homepage 01 **/
/** About **/
.counter-section_about-us .pbminfotech-ele-fid-style-7 .pbmit-fid-title,
.counter-section_about-us .pbminfotech-ele-fid-style-7 .pbmit-sbox-icon-wrapper {
    color: var(--pbmit-blackish-color);
}
.about-section_one .about_element .brain-icon-wrapper {
    position: relative;
    z-index: 1;
    text-align: center;
}
.about-section_one .about_element .brain-icon {
    box-shadow: 0 23px 13px 0 rgba(0,0,0,.2);
    z-index: 1;
    position: relative;
    color: var(--pbmit-global-color);
    border-radius: 50%;
    padding: 0.5em;
    fill: var(--pbmit-white-color);
    background-color: var(--pbmit-white-color);
    display: inline-block;
    line-height: 1;
    transition: all .3s;
    font-size: 50px;
    text-align: center;
}
.about-section_one .about_element .brain-widget {
    position: absolute;
    width: auto;
    top: 228px;
    left: 363px;
}
.about-section_one .about_element .brain-widget::before {
    position: absolute!important;
    content: ''!important;
    border-radius: 50%!important;
    left: 50%!important;
    top: 50%!important;
    z-index: -1!important;
    transform: translateX(-50%) translateY(-50%)!important;
    width: 250px!important;
    height: 250px!important;
    background-color: rgba(1, 205, 97, .4)!important;
}
.about-section_one .about_element .brain-widget::after {
    width: 170px!important;
    height: 170px!important;
    background-color: var(--pbmit-global-color)!important;
    position: absolute!important;
    content: ''!important;
    border-radius: 50%!important;
    left: 50%!important;
    top: 50%!important;
    z-index: -1!important;
    transform: translateX(-50%) translateY(-50%)!important;
}
.about-section_one .about_element {
    position: relative;
}
.about-section_one .about_element .brain-icon-wrapper i {
    width: 1em;
    height: 1em;
    position: relative;
    display: block;
}
.about-section_one .about_element .pbmit-widget-image img {
    border: 7px solid var(--pbmit-white-color);
}
.about-section_one {
    background-image: url(../images/homepage-1/bg/row-bg-home-new-1.png);
    background-position: top center;
    background-repeat: no-repeat;
}
.about-section_one .pbmit-divider__text {
    background-color: var(--pbmit-secondary-color);
    height: 38px !important;
    width: 38px !important;
    line-height: 38px!important;
    border-radius: 50%;
    text-align: center;
    color: var(--pbmit-white-color);
    font-weight: 700;
    position: relative;
    font-size: 15px;
    padding: 10px 7px;
}
.about-section_one .pbmit-divider__text::before {
    content: '';
    width: 1px;
    height: 20px;
    background-color: var(--pbmit-secondary-color);
    position: absolute;
    left: 50%;
    top: -20px;
}
.about-section_one .pbmit-divider__text:after {
    content: '';
    width: 1px;
    height: 20px;
    background-color: var(--pbmit-secondary-color);
    position: absolute;
    left: 50%;
    top: 36px !important;
}
.about-section_one .list-group {
    margin-bottom: 55px;
    padding-top: 15px;
}
.about-section_one .pbmit-heading-subheading {
    padding-top: 30px;
}
.about-section_one .pbmit-heading-subheading .pbmit-heading-desc {
    font-size: inherit;
    font-weight: 400;
    margin-top: 20px;
}
.about-section_one .pbmit-heading-subheading {
    margin-bottom: 25px;
}
.about-section_one .pbmit-ihbox-icon-wrapper i::before {
    margin-left: 0;
}
.about-section_one .pbmit-ihbox-icon-wrapper .pbmit-base-icon-mail-alt {
    font-size: 30px !important;
}
/** Service **/
.service-section_one {
    position: relative;
    background-image: url(../images/homepage-1/bg/service-row-bg-1.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    padding: 100px 0;
    background-size: cover;
}
.service-section_one:before {
    background-color: rgba(0, 50, 129, 0.85);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    content: "";
    display: block;
    z-index: 1;
}
.service-section_one .service-one_slider {
    margin: 0 0 -435px 0;
}
/** laboratory-index **/
.laboratory-index_one {
    background-image: url(../images/homepage-1/bg/dot-row-bg-2.png);
    padding-bottom: 80px;
	padding-top: 425px;
}
.laboratory-index_one .pbmit-heading-subheading .pbmit-heading-desc {
    font-size: inherit;
    font-weight: 400;
    margin-top: 20px;
}
.laboratory-index_one .pbmit-heading-subheading {
    margin-bottom: 60px;
}
.laboratory-index_one .single_image-wrapper img {
    position: relative;
    z-index: 1;
}
.laboratory-index_one .single_image-wrapper {
    position: relative;
    text-align: center;
}
.laboratory-index_one .single_image-wrapper::after {
    position: absolute;
    content: '';
    height: 300px;
    width: 300px;
    background: var(--pbmit-secondary-color);
    left: 80px;
    border-radius: 50%;
}
.laboratory-index_one .single_image-wrapper::before {
    position: absolute;
    content: '';
    height: 90px;
    width: 90px;
    background: var(--pbmit-global-color);
    bottom: 221px;
    right: 60px;
    left: auto;
    border-radius: 50%;
}
.laboratory-index_one .pbmit-heading-subheading .pbmit-subtitle {
    letter-spacing: -.5px;
}
/** Counter **/
.counter-section_one {
    background-color: var(--pbmit-secondary-color);
    padding: 60px 0px;
}
/** Portfolio **/
.portfolio-section_one .pbmit-heading-desc {
    color: var(--pbmit-white-color);
}
.portfolio-section_one {
    background-color: var(--pbmit-secondary-color);
    border-top: 1px solid rgb(255, 255, 255, 0.1);
    position: relative;
}
.portfolio-section_one .row {
    padding: 0px 0px 85px 0px;
}
.portfolio-section_innerpage {
    margin-top: -185px;
    overflow: hidden;
}
.lab_testing-section {
    padding-top: 95px;
    position: relative;
    padding-bottom: 90px;
}
.lab_testing-section .leb_testing_report:before {
    content: '';
    position: absolute;
    left: -144px;
    right: -98px;
    height: 100%;
    display: block;
    background: url(../images/homepage-1/bg/step-bg-img.png) center center no-repeat;
    top: 18px;
    overflow: hidden;
}
/** testimonial **/
.testimonial-section_one {
    padding-top: 100px;
}
.testimonial_counter {
    text-align: end;
}
.testimonial-section_one .pbmit-col-stretched-left {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    width: auto;
    right: 0;
    background-color: var(--pbmit-secondary-color);
    z-index: -1;
}
.testimonial-section_one .pbmit-testimonial-style-2 {
    padding-top: 100px;
    margin: 0 80px 0 0px;
}
.testimonial-section_one .pbmit-nav button.pbmit-prev {
    color: var(--pbmit-white-color);
    background-color: var(--pbmit-global-color);
    width: 70px;
    height: 70px;
    line-height: 70px;
    left: 10px;
    transform: rotate(180deg);
    border: none;
}
.testimonial-section_one .pbmit-nav button.pbmit-prev::after {
    font-family: "pbminfotech-base-icons";
    content: '\e81c';
    font-size: 22px;
}
.testimonial-section_one .pbmit-nav button.pbmit-prev span {
    display: none;
}
.testimonial-section_one .pbmit-nav button.pbmit-prev:hover {
    background-color: var(--pbmit-white-color);
    color: var(--pbmit-secondary-color);
    -webkit-transition: all .6s;
}
.testimonial-section_one .pbmit-nav button.pbmit-next {
    color: var(--pbmit-white-color);
    background-color: var(--pbmit-secondary-color);
    width: 70px;
    height: 70px;
    line-height: 70px;
    left: 10px;
    border: none;
}
.testimonial-section_one .pbmit-nav button.pbmit-next::after {
    font-family: "pbminfotech-base-icons";
    content: '\e81c';
    font-size: 22px;
}
.testimonial-section_one .pbmit-nav button.pbmit-next span {
    display: none;
}
.testimonial-section_one .pbmit-nav button.pbmit-next:hover {
    background-color: var(--pbmit-white-color);
    color: var(--pbmit-secondary-color);
    -webkit-transition: all .6s;
}
.testimonial-section_one .testimonial-width {
    position: relative;
}
.testimonial-section_one .testimonial-right-img {
    position: relative;
}
.testimonial-section_one .testimonial-one-arrow {
    position: absolute;
    content: '';
    right: 70px;
    bottom: 100px;
}
.testimonial-section_one .testimonial-right-img .spacer-inner {
    height: 175px;
}
.testimonial-section_one .testimonial-right_bg {
    padding: 185px 0px 185px 0px;
    background-color: var(--pbmit-global-color);
}
.testimonial-section_one .testimonial_img {
    position: absolute;
    left: 4%;
    bottom: 0;
    width: auto;
	animation-name: fadeInUp;
	animation-duration: 2s;
}
@keyframes fadeInUp{
	0% {
		opacity: 0;
		transform: translate3d(0,100%,0);
	}
	100% {
		opacity: 1;
		transform: none;
	}
}
.testimonial-section_one .single_image-wrapper {
    position: relative;
    object-fit: cover;
    bottom: 0;
}
.testimonial-section_one .pbmit-nav {
    position: absolute;
    content: '';
    width: 100%;
    bottom: 45px;
    left: -72px;
}
.testimonial-section_one .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: 1;
}
/** Team **/
.team-section_one {
    padding-top: 100px;
    padding-bottom: 70px;
}
.team-section_one .pbmit-heading-subheading {
    margin-bottom: 35px;
}
.team-section_one .swiper-horizontal>.swiper-pagination-bullets {
    bottom: 25px;
}
/** Progressbar **/
.progressbar-section_one .pbmit-col-stretched-left {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    width: auto;
    right: 0;
	overflow: hidden;
    background-color: var(--pbmit-light-color);
    z-index: -1;
}
.progressbar-section_one {
    padding-bottom: 90px;
}
.progressbar-section_one .position-relative .inner-pages {
    padding: 80px 100px 0px 0px;
}
.progressbar-section_one .single_image-wrapper-1 {
    background-image: url(../images/homepage-1/bg/single07.jpg);
    background-position: center center;
    background-size: cover;
	height: 100%;
}
.progressbar-section_one .single_image-wrapper-2 {
    background-image: url(../images/homepage-1/bg/single08.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	height: 100%;
}
.progressbar-section_one .progressbar_content-1 {
    padding: 70px 80px 70px 80px;
    background-color: var(--pbmit-secondary-color);
    position: relative;
}
.progressbar-section_one .progressbar_content-2 {
    padding: 70px 80px 70px 80px;
    background-color: var(--pbmit-global-color);
    position: relative;
}
.progressbar-section_one .progressbar_content-icon {
    font-size: 140px;
    color: rgba(0, 0, 0, 0.125);
    position: absolute;
    right: 30px;
    bottom: -50px;
    content: '';
}
.progressbar-section_one .progressbar_content-1 h2,
.progressbar-section_one .progressbar_content-2 h2 {
    color: var(--pbmit-white-color);
    font-size: 30px;
    font-weight: 600;
    line-height: 44px;
    text-shadow: 0px 0px 0px rgba(0,0,0,0.3);
}
/** Client **/
.client-section_one .pbmit-hide {
    display: none;
}
.client-section_one .swiper-pagination-bullet {
    display: none;
}

/** Homepage 02 **/
/** Ihbox **/
.ihbox_section-two {
    margin-top: -100px;
    position: relative;
    z-index: 1;
}
.ihbox_section-two .single_image-wrapper {
    background-image: url(../images/homepage-2/bg/single10.jpg);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: cover;
	padding: 90px;
    height: 100%;
	position: relative;
}
.ihbox_section-two .pbmit-col_1,
.ihbox_section-two .pbmit-col_2{
	width: 32%;
}
.ihbox_section-two .pbmit-col_3{
	width: 36%;
}
.ihbox_section-two .pbmit-col_1{
	padding: 65px 0px 55px 40px;
}
.ihbox_section-two .video-one-button-bg {
    position: absolute;
    left: -10%;
    width: auto;
    top: 52px;
    max-width: 100%;
}
.ihbox_section-two .video-one-play-button {
    position: relative;
    background-color: var(--pbmit-global-color);
    color: var(--pbmit-white-color);
    width: 90px;
    height: 90px;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0 5px 57px 0 rgb(0 0 0 / 15%);
    border: 3px solid var(--pbmit-white-color);
}
.ihbox_section-two .video-one-play-button:before {
    animation-delay: .9s;
    content: "";
    position: absolute;
    -webkit-box-shadow: 0 0 0 0 rgba(255,255,255,.08);
    box-shadow: 0 0 0 0 rgba(255,255,255,.08);
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background: rgba(255,255,255,.08);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-animation-delay: .9s;
    z-index: -1;
}
.ihbox_section-two .video-one-play-button::after {
    animation-delay: .9s;
    content: "";
    position: absolute;
    -webkit-box-shadow: 0 0 0 0 rgba(255,255,255,.08);
    box-shadow: 0 0 0 0 rgba(255,255,255,.08);
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background: rgba(255,255,255,.08);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-animation-delay: .9s;
    z-index: -1;
}
.ihbox_section-two .video-one-play-button span {
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.ihbox_section-two .video-one-play-button a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
.ihbox_section-two .video-one-play-button a:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 50%;
    margin-left: -35px;
    width: 70px;
    height: 70px;
    top: 50%;
    margin-top: -35px;
    z-index: -1;
    border-radius: 50%;
    box-shadow: 0 0 0 0 rgb(255 255 255 / 45%);
    animation: rippleOne 3s infinite;
    animation-delay: .6s;
}
.ihbox_section-two .pbmit-col-stretched-left {
    background-color: var(--pbmit-white-color);
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    width: auto;
    right: 0;
    z-index: -1;
    border-bottom: 1px solid rgb(102 102 102 / 11%);
}
/** About **/
.about_section-two {
    position: relative;
    overflow: hidden;
}
.about_section-two .pbminfotech-widget-wrap {
    padding-top: 100px;
	position: relative;
}
.about_section-two .pbmit-col-stretched-left {
    background-image: url(../images/homepage-2/bg/about-bg.png);
    border-radius: 0px;
    background-color: transparent;
    background-position: 0% 0%;
    background-repeat: no-repeat;
    background-size: auto;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
	right: 0;
    width: auto;
    z-index: 1;
    overflow: hidden;
}
.about_section-two .pbmit-heading-subheading {
    margin: 0px -225px 80px 0px;
}
.about_section-two .pbmit-heading-subheading .pbmit-title{
	margin-left: 80px;
}
.about_section-two .pbmit-technical-section-img {
    margin: 0px -95px 0px 0px;
    position: relative;
    z-index: 1;
}
.about_section-two .pbmit-technical-section {
    position: absolute;
    width: auto;
    max-width: 100%;
    text-align: center;
    z-index: 1;
    left: 10%;
    bottom: 0;
}
.about_section-two .pbmit-services-providing {
    margin: -91px 0px 0px 0px;
    --e-column-margin-right: 0px;
    --e-column-margin-left: 0px;
    padding: 410px 0px 115px 184px;
    position: relative;
    z-index: -1;
}
.about_section-two .pbminfotech-technical {
    position: relative;
}
.about_section-two .pbmit-ihbox.pbmit-ihbox-style-10 {
    padding: 40px 0px 28px 0px;
}
.about_section-two .pbmit-col-stretched-right {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    width: auto;
    z-index: -1;
    overflow: hidden;
    right: 0;
    background-color: var(--pbmit-light-color);
    border-radius: 0px;
    background-position: 0% 0%;
    background-repeat: repeat;
    background-size: auto;
    margin-right: -683.5px;
}
.about_section-two .pbminfotech-ele-fid-style-4 {
    margin-bottom: 30px;
}
/** Service **/
.service-section_two:before {
    background-color: rgb(0, 50, 129);
    position: absolute;
    height: 100%;
    width: 76%;
    top: 0;
    left: 12%;
    content: "";
    display: block;
}
.service-section_two .pbmit-service-slider {
    margin: 0 0 -320px 0;
}
section.service-section_two {
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
}
.service-section_two .swiper-pagination-horizontal {
    position: absolute;
    content: '';
    top: 57%;
    right: 25px;
    width: auto;
    transform: translateY(-50%);
}
/** Testimonial **/
.testimonial-section_two .swiper-pagination-bullet {
    margin: 5px 5px !important;
    outline: none;
    opacity: 1;
    padding: 0px;
    background-color: var(--pbmit-white-color);
    text-align: center;
    display: block;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    border: 2px solid rgb(206 204 221);
}
.testimonial-section_two .swiper-pagination-bullet-active {
    border: 2px solid var(--pbmit-global-color);
    height: 15px;
    width: 15px;
    border-radius: 50%;
}
.testimonial-section_two .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    position: absolute;
    content: '';
    right: 0;
    bottom: 50% !important;
    width: auto;
}
.testimonial-section_two {
    padding-top: 100px;
    padding-bottom: 50px;
}
.testimonial-section_two .pbmit-heading-subheading {
    position: absolute;
    transform: rotate(90deg);
    transform-origin: left top 0;
    margin-bottom: 0;
    bottom: 50%;
    left: 30px;
}
.testimonial-section_two .inner-pages {
    position: relative;
}
.testimonial-section_two  .pbmit-heading-subheading .pbmit-element-title {
    font-weight: 600;
    letter-spacing: 3px;
    font-size: 15px!important;
    text-transform: uppercase;
    font-family: var(--pbmit-heading-typography-font-family);
}
/** Tab **/
.tab-section_two {
    padding-top: 320px;
}
.tab-section_two .pbmit-col-stretched-left {
    background-color: var(--pbmit-global-color);
    width: 100%;
    height: 30%;
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
}
.tab-section_two .single_image-wrapper {
    position: relative;
}
.tab-section_two .pbmit-btn:hover:after {
    display: none;
}
.tab-section_two .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: var(--pbmit-white-color);
    background-color: var(--pbmit-global-color);
    border-radius: 0;
}
.tab-section_two .nav-link {
    color: var(--pbmit-blackish-color);
}
.tab-section_two .nav-link:hover {
    color: var(--pbmit-blackish-color);
}
.tab-section_two .nav-justified .nav-item, .nav-justified>.nav-link {
    border: 1px solid var(--pbmit-light-color);
}
.tab-section_two .tab-btn .pbmit-btn {
    background-image: none;
    background-color: var(--pbmit-blackish-color);
    font-family: var(--pbmit-btn-typography-font-family);
    font-weight: 600;
    font-size: 13px;
    line-height: 24px;
    letter-spacing: 1px;
    font-style: normal;
}
.tab-section_two .nav-item i {
    color: rgba(35,35,35,0.7);
    font-weight: 600;
    font-size: 28px;
    line-height: 24px;
    padding-right: 15px;
}
.tab-section_two .tab-innerpage h2 {
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    margin-bottom: 0;
}
.tab-section_two .tab-innerpage .pbmit-title {
    font-size: 24px !important;
    color: var(--pbmit-global-color);
}
.tab-section_two .pbmit-tab-text {
    padding: 30px 0px 10px;
}
.tab-section_two .tab-innerpage {
    padding-left: 40px;
}
.tab-section_two .nav-link.active i {
    color: var(--pbmit-blackish-color);
}
.tab-section_two .pbmit-heading-subheading .pbmit-subtitle {
    margin-bottom: 10px;
}
.tab-section_two .nav-pills .nav-link {
    font-family: var(--pbmit-heading-typography-font-family);
    padding: 20px 15px;
    font-size: 16px;
    font-weight: 700;
}
.tab-section_two .pbmit-divider__text {
    background-color: var(--pbmit-secondary-color);
    height: 38px !important;
    width: 38px !important;
    line-height: 38px!important;
    border-radius: 50%;
    text-align: center;
    color: var(--pbmit-white-color);
    font-weight: 700;
    position: relative;
    font-size: 15px;
    padding: 10px 7px;
}
.tab-section_two .tab-content-text {
    padding-top: 40px;
    border-top: 1px solid var(--pbmit-light-color);
}
.tab-section_two .pbmit-divider__text::before {
    content: '';
    width: 1px;
    height: 20px;
    position: absolute;
    left: 50%;
    top: -20px;
    border: 1px dashed var(--pbmit-secondary-color);
}
.tab-section_two .pbmit-divider__text:after {
    content: '';
    height: 20px;
    position: absolute;
    left: 50%;
    top: 36px !important;
    border: 1px dashed var(--pbmit-secondary-color);
}
.tab-section_two .pbmit-heading-desc {
    font-weight: 600;
}
/** Price **/
.price-section_two {
    background-image: url(../images/homepage-2/bg/single11.jpg);
    background-position: bottom right;
    background-repeat: repeat-x;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 100px;
    margin-bottom: -110px;
}
.price-innerpage-section_two .pbmit-ptable-btn a span {
    padding: 15px 0px;
}
.price-innerpage-section_two .pbmit-ptable-btn a:hover {
    color: var(--pbmit-white-color);
    background-color: var(--pbmit-secondary-color);
}
.price-innerpage-section_two .bg-global .pbmit-ptable-btn a:hover {
    background-color: var(--pbmit-white-color);
    color: var(--pbmit-secondary-color);
}
.price-innerpage-section_two .pbmit-ptable-btn a span {
    padding: 20px 30px;
    font-family: var(--pbmit-heading-typography-font-family);
    font-weight: 700;
    font-size: 13px;
    line-height: 19px;
    letter-spacing: -.2px;
    text-transform: capitalize;
    font-style: normal;
}
.pbmit-select:after {
    content: "\e806";
    position: absolute;
    font-family: 'pbminfotech-base-icons';
    border: 0;
    font-size: 11px;
    color: var(--pbmit-secondary-color);
    transform: rotate(90deg);
    opacity: 1;
    top: 22px;
    right: 20px;
}
.pbmit-select {
    position: relative;
}
/** request_call **/
.request_call-section_two {
    position: relative;
    overflow: hidden;
}
.request_call-section_two .request-btn a{
    width: 100%;
}
.request_call-section_two .contact-form_box input::placeholder{
	color: rgba(132, 132, 132, 1);
}
.request_call-section_two .form-control {
    height: 50px;
    display: block;
    width: 100%;
    font-size: 13px;
    line-height: 60px;
    height: 60px;
    padding: 0px 25px;
    border: 0;
    border-radius: 0px;
    margin-bottom: 0px;
    background-color: var(--pbmit-white-color);
    font-weight: 500;
    color: rgb(164, 164, 164) !important;
}
.request_call-section_two .form-control {
    margin-bottom: 30px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.request_call-section_two .form-control {
    margin-bottom: 15px;
}
.request_call-section_two input {
    color: rgb(164, 164, 164) !important;
}
.request_call-section_two textarea.form-control {
    padding: 12px 15px;
    resize: none;
    height: 150px;
}
.request_call-section_two .request_call-from-bg {
    background-color: var(--pbmit-global-color);
    padding: 75px 60px 0 60px;
    position: relative;
}
.request_call-section_two .single_image-wrapper {
    position: absolute;
    content: '';
    top: 100px;
    right: -221px;
    overflow: hidden;
}
.request_call-section_two .iframe-section iframe {
    height: 660px;
    max-width: 100%;
    width: 100%;
    margin: 0;
    line-height: 1;
    border: none;
}
.request_call-section_two button:hover {
    background-color: var(--pbmit-white-color);
    color: var(--pbmit-secondary-color);
}
.request_call-section_two button {
    background-color: var(--pbmit-secondary-color);
    position: relative;
}
.request_call-section_two button span:after {
    position: absolute;
    right: 20px;
    content: '\e814';
    font-family: "pbminfotech-base-icons";
}
.request_call-section_two .col-md-7 {
    position: relative;
}
.request_call-section_two .pbmit-heading-title {
    color: var(--pbmit-secondary-color);
    font-size: 20px;
    font-weight: 600;
}
.request_call-section_two .pbmit-icon-list-item .pbmit-icon-list-text {
    color: var(--pbmit-blackish-color)!important;
    align-self: center;
    padding-left: 5px;
}
.request_call-section_two .pbmit-widget .pbmit-icon-list-icon i {
    width: 1.25em;
    font-size: 15px;
    color: var(--pbmit-global-color)!important;
}
.request_call-section_two .pbmit-timelist-list.pbmit-openinghour li .pbmit-timelist-li-title {
    color: rgb(153, 153, 153);
    font-weight: 500;
}
.request_call-section_two  ul.pbmit-timelist-list .pbmit-timelist-li-value {
    float: right;
}
.request_call-section_two  .pbmit-element-populated {
    width: 22%;
    padding: 45px 40px;
    background-color: var(--pbmit-white-color);
    position: absolute;
    content: '';
    top: 150px;
    left: 120px;
}
.request_call-section_two .pbmit-icon-list-items li {
    margin-bottom: 10px;
}
.request_call-section_two .pbmit-openinghour li {
    margin-bottom: 10px;
}
.request_call-section_two .pbmit-icon-list-icon i {
    color: var(--pbmit-global-color);
}
.request_call-section_two .pbmit-icon-list-icon i.fa.fa-map-marker {
    margin: 0 0.4em;
}
/** blog **/
.blog-section_two .pbmit-heading-desc {
    font-weight: 600;
}

/** Homepage 03 **/
/** ihbox **/
.pbmit-mihbox-hover-active .pbmit-ihbox-style-7 .pbmit-ihbox-box:before,
.pbmit-ihbox-style-7:hover .pbmit-ihbox-box:before{
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
}
.pbmit-mihbox-hover-active .pbmit-ihbox-style-7 .pbmit-ihbox-box,
.pbmit-ihbox-style-7:hover .pbmit-ihbox-box{
    border-color: var(--pbmit-global-color);
}
.pbmit-mihbox-hover-active .pbmit-ihbox-style-7 .pbmit-ihbox-icon-wrapper,
.pbmit-mihbox-hover-active .pbmit-ihbox-style-7 .pbmit-element-title,
.pbmit-mihbox-hover-active .pbmit-ihbox-style-7 .pbmit-heading-desc,
.pbmit-mihbox-hover-active .pbmit-ihbox-style-7 .pbmit-element-title,

.pbmit-ihbox-style-7:hover .pbmit-ihbox-icon-wrapper,
.pbmit-ihbox-style-7:hover .pbmit-element-title,
.pbmit-ihbox-style-7:hover .pbmit-heading-desc,
.pbmit-ihbox-style-7:hover .pbmit-element-title{
    color: var(--pbmit-white-color);
}
.pbmit-mihbox-hover-active .pbmit-ihbox-style-7 .pbmit-ihbox-icon-wrapper,
.pbmit-ihbox-style-7:hover .pbmit-ihbox-icon-wrapper{
    transform: scale(1.2);
}
/** Solutions **/
.solutions-section_three .pbmit-element-heading {
    color: var(--pbmit-secondary-color);
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: -0.5px;
}
.solutions-section_three .pbmit-ihbox-icon-wrapper i {
    font-size: 64px;
    color: var(--pbmit-global-color);
    margin-right: 20px;
}
.solutions-section_three .pbmit-ihbox-box {
    padding-bottom: 15px;
    margin-bottom: 45px;
    border-bottom: 1px solid rgba(33, 35, 75, 0.063);
}
.solutions-section_three .single_image-wrapper-1 img,
.solutions-section_three .single_image-wrapper-2 img {
    clip-path: polygon(25% 0%,75% 0%,100% 50%,75% 100%,25% 100%,0% 50%);
}
.solutions-section_three .solution-img {
    position: relative;
}
.solutions-section_three .single_image-wrapper-2 {
    text-align: right;
    width: auto;
    bottom: 10px;
    position: absolute;
    left: 4%;
}
.solutions-section_three .pbminfotech-ele-fid-style-3  {
    position: absolute;
    z-index: 1;
    width: auto;
    top: 7px;
    left: 21%;
}
.solutions-section_three .single_image-wrapper-1 {
    text-align: right;
    margin-bottom: 20px;
}
.solutions-section_three .pbmit-heading-subheading .pbmit-heading-desc {
    font-size: 15px;
}
.solutions-section_three .solution-img-content {
    padding: 0px 0px 0px 150px;
}
.solutions-section_three .single_image-wrapper-1 img,
.solutions-section_three .single_image-wrapper-2 img {
    margin-top: -20px;
}
/** Service **/
.service-section_three {
    padding-top: 100px;
    padding-bottom: 90px;
    background-color: var(--pbmit-light-color);
}
.service-section_three .swiper-pagination-bullet {
    height: 12px;
    width: 12px;
    border: 0;
    background-color: var(--pbmit-blackish-color);
    border-radius: 50%;
    margin-top: 40px;
}
.service-section_three .swiper-pagination-bullet-active {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: var(--pbmit-global-color);
}
/** Counter **/
.counter-section_three .col-md-3:not(:last-child) .pbminfotech-ele-fid-style-5 {
	border-right: 2px dashed rgb(222, 222, 222)
}
.counter-section_three .col-md-3:first-child .pbminfotech-ele-fid-style-5{
	margin-right: 20px;
}
.counter-section_three .col-md-3:not(:first-child) .pbminfotech-ele-fid-style-5{
	padding-left: 57px;
}
.counter-section_three .col-md-3{
	padding: 0;
}
/** Product **/
.product-section_three .pbmit-heading-subheading{
	padding-right: 85px;
}
.product-section_three .pbmit-heading-subheading .pbmit-heading_desc{
	margin-top: 20px;
}
.product-section_three .list-group-item i {
    color: var(--pbmit-global-color);
    margin-right: 16px;
    font-size: 14px;
    font-weight: 400;
}
.product-section_three .list-group_box{
	border-bottom: 1px solid rgb(237, 237, 237);
	margin-top: -10px;
	padding-bottom: 20px;
	margin-bottom: 40px;
}
.product-section_three .list-group-item {
    font-size: 16px !important;
    font-weight: 700;
    line-height: 22px;
}
.product-section_three .product-right-img {
	padding-left: 100px;
    position: relative;
}
.product-section_three .single_image-wrapper-1 {
    position: relative;
    text-align: center;
    margin-bottom: 20px;
}
.product-section_three .single_image-wrapper-2 {
    position: absolute;
    content: '';
    left: 5px;
    z-index: 1;
    bottom: -70px;
    width: 100%;
    max-width: 100%;
}
.product-section_three .pbmit-circle canvas {
    width: 130px !important;
    height: 130px !important;
}
/** Portfolio **/
.portfolio-section_three {
    position: relative;
    padding-top: 100px;
    padding-bottom: 135px;
    overflow: hidden;
}
.portfolio-section_three::after {
    background-image: url(../images/homepage-3/bg/dot-pattern-bg.png);
    content: '';
    position: absolute;
    background-repeat: no-repeat;
    top: 0;
    left: 13%;
    z-index: 0;
    height: 100%;
    width: 75%;
}
.portfolio-section_three::before {
    position: absolute;
    content: '';
    width: 75%;
    height: 100%;
    background-color: var(--pbmit-secondary-color);
    top: 0;
    left: 13%;
    z-index: -1;
}
.portfolio-three-arrow .swiper-button-prev,
.portfolio-three-arrow .swiper-button-next{
	width: 80px;
    height: 80px;
	bottom: 0;
	color: var(--pbmit-blackish-color) !important;
	background-color: var(--pbmit-white-color);
}
.portfolio-three-arrow .swiper-button-prev{
	right: 82px;
    margin: 0 auto;
}
.portfolio-three-arrow .swiper-button-next{
	left: 80px;
    margin: 0 auto;
	opacity: 1;
}
.portfolio-three-arrow .swiper-button-prev:before,
.portfolio-three-arrow .swiper-button-next:before{
	content: '\e806';
	font-size: 22px;
}
/** pricing-tab **/
.pricing-section_three .pbmit-pricing-table-box .pbminfotech-ptable-frequency {
    font-family: var(--pbmit-heading-typography-font-family);
}
/** request_call **/
.request_call-section_three {
    background-color: var(--pbmit-secondary-color);
    background-image: url(../images/homepage-3/bg/from-bg.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
}
.request_call-section_three .request-btn a{
    width: 100%;
}
.request_call-section_three .pbmit-btn-global:hover {
    background-color: var(--pbmit-white-color) !important;
    color: var(--pbmit-secondary-color);
}
.request_call-section_three .pbmit-btn {
    text-transform: capitalize;
}
.request_call-section_three .pbmit-heading-subheading .pbmit-subtitle {
    color: var(--pbmit-white-color);
}
.request_call-section_three .contact-form_box input::placeholder{
	color: rgba(132, 132, 132, 1);
}
.request_call-section_three .form-control {
    color: rgba(132, 132, 132, 1) !important;
}
.request_call-section_three .form-control {
    height: 50px;
    display: block;
    width: 100%;
    font-size: 13px;
    line-height: 50px;
    height: 50px;
    padding: 0px 25px;
    border: 0;
    border-radius: 0px;
    margin-bottom: 0px;
    background-color: var(--pbmit-white-color);
    font-weight: 500;
}
.request_call-section_three .request_call-from-bg {
    padding-top: 20px;
}
.request_call-section_three .request-btn {
    margin-top: 10px;
}
.request_call-section_three .pbmit-heading-subheading {
    margin-bottom: 25px;
}
.request_call-section_three .form-control {
    margin-bottom: 30px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    color: rgb(33, 37, 41);
}
.request_call-section_three .form-control {
    margin-bottom: 20px;
}
.request_call-section_three .pbmit-heading-subheading .pbmit-heading-desc {
    font-size: inherit;
    margin-bottom: 25px;
}
.request_call-section_three textarea.form-control {
    padding: 5px 25px;
    resize: none;
    height: 120px;
}
.request_call-section_three .iframe-section iframe {
    height: 660px;
    max-width: 100%;
    width: 100%;
    margin: 0;
    line-height: 1;
    border: none;
}
.request_call-section_three button:hover {
    background-color: var(--pbmit-white-color);
    color: var(--pbmit-secondary-color);
}
.request_call-section_three button {
    background-color: var(--pbmit-global-color);
    position: relative;
}
.request_call-section_three button span:after {
    position: absolute;
    right: 20px;
    content: '\e814';
    font-family: "pbminfotech-base-icons";
}
.request_call-section_three .single_image-wrapper {
    margin-left: -165px;
    text-align: center;
}

/*----------------------------------------*/
/*01 - Inner Page
/*----------------------------------------*/
/** 00 - About Us **/
.pbmit-widget-content {
    color: rgb(15, 15, 15);
    font-size: 16px;
    font-weight: 600;
}
.about_section-about-us .pbmit-ihbox-style-8 .pbmit-element-title {
    font-size: 19px;
    line-height: 24px;
    margin-bottom: 10px;
}
.laboratory-section_about-us {
    position: relative;
}
.laboratory-section_about-us:before {
    background-color: rgb(0, 50, 129);
    position: absolute;
    height: 100%;
    width: 76%;
    top: 0;
    left: 12%;
    content: "";
    display: block;
}
.laboratory-section_about-us .pbmit-ihbox-style-12 {
    padding: 40px 30px;
    margin: 0 10px;
    z-index: 1;
}
.laboratory-section_about-us .pbmit-ihbox-style-12 .pbmit-element-title {
    color: var(--pbmit-white-color);
}
.about_section-about-us::after {
    background-color: transparent;
}
.counter-section_about-us {
    padding-top: 30px;
}
.about_section-about-us .ihbox-inner-border {
    border-bottom: 1px solid rgb(238, 238, 238);
    border-top: 1px solid rgb(238, 238, 238);
    padding-top: 30px;
    margin-bottom: 30px;
}
.about_section-about-us .pbmit-ihbox-style-8 {
    padding-bottom: 30px;
    margin-left: 48px;
}
.about_section-about-us .video-one-button-bg {
    position: absolute;
    bottom: 8%;
    width: auto;
    height: auto;
    left: -2%;
}
.about_section-about-us .video-one-play-button {
    position: relative;
    background-color: var(--pbmit-global-color);
    color: var(--pbmit-white-color);
    padding: 42px 48px;
    font-size: 20px;
    text-align: center;
    box-shadow: 0 5px 57px 0 rgb(0 0 0 / 15%);
}
.about_section-about-us .video-one-play-button a:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 50%;
    margin-left: -35px;
    width: 70px;
    height: 70px;
    top: 50%;
    margin-top: -35px;
    z-index: -1;
    border-radius: 50%;
    box-shadow: 0 0 0 0 rgb(255 255 255 / 45%);
    animation: rippleOne 3s infinite;
    animation-delay: .6s;
}
.about_section-about-us .video-one-play-button a {
    color: var(--pbmit-white-color);
}
.about_section-about-us .single_image-wrapper {
    position: relative;
    text-align: center;
}
.about_section-about-us {
    background-image: url(../images/bg/about-bg-02.png);
    border-radius: 0px;
    background-position: top right;
    background-repeat: no-repeat;
    background-size: auto;
    position: relative;
    padding-top: 100px !important;
    padding-bottom: 90px;
}
.about_section-about-us .container {
    padding-left: 0px !important;
}
.about_section-about-us .single_image-wrapper:before {
    position: absolute;
    background-repeat: repeat-x!important;
    content: "";
    right: -10px;
    background-image: url(../images/bg/download.png);
    height: 165px;
    width: 165px;
    top: -40px;
    z-index: -1;
}
.lab_testing-section_about-us {
    background-color: var(--pbmit-light-color);
    margin-top: -110px;
    margin-bottom: 0px;
    padding: 110px 0px 30px 0px;
    background-image: url(../images/bg/about-bg.png);
    overflow: hidden;
}

/** 01 - Our History **/
.ihbox-section_our-history .pbmit-ihbox-style-7  {
    margin: 0 10px;
}
.ihbox-section_our-history .pbmit-ihbox-style-7 .pbmit-ihbox-box {
    padding: 40px 40px 0px 40px;
}
.our-history_section .pbmit-company-hostory .simple-text p{
	text-align:left;
}
.our-history_section .pbmit-company-hostory .year{
	padding: 6px 20px;
	display: inline-block;
	color: var(--pbmit-white-color);
	font-size: 18px;
	position: absolute;
	top: -17px;
	z-index: 9;
	left: 0;
	margin: 0 auto;
	right: 0;
	width: 100px;
	text-align: center;
	background:rgb(242, 194, 26);
}
.our-history_section .pbmit-company-hostory .company_detail .content{
	font-size: 16px;
	line-height: 30px;
	font-weight: 500;
}
.our-history_section .pbmit-company-hostory .pbmit-ourhistory-row {
	display: -webkit-box;
	display: flex;
	box-sizing: border-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex: 0 1 auto;
	-webkit-box-flex: 0;
	flex: 0 1 auto;
	-ms-flex-direction: row;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -1.5rem;
	margin-right: -1.5rem;
}
.our-history_section .pbmit-timeline .pbmit-timeline-post-items{
	padding-top: 80px;
	padding-bottom: 80px;
}
.our-history_section .pbmit-timeline .pbmit-timeline-post-items .pbmit-timeline-inner{
	padding-bottom: 60px;
}
.our-history_section .pbmit-timeline .pbmit-timeline-post-items .pbmit-timeline-inner:last-child{
	padding-bottom: 0px;
}
.our-history_section .pbmit-ourhistory-type2 .label {
	display: block;
	font-size: 25px;
	font-weight: 700;
	line-height: 35px;
	color: var(--pbmit-global-color);
}
.our-history_section .pbmit-ourhistory-type2 h4 {
	font-size: 24px;
	line-height: 24px;
	font-weight: 700;
	margin-bottom: 15px;
}
.our-history_section .pbmit-ourhistory-type2 .pbmit-ourhistory-row .pbmit-ourhistory-left .pbmit-timeline-image img{
	width: 100%;
}
.our-history_section .pbmit-ourhistory-type2 .pbmit-ourhistory-row{
	align-items: center;
}
.pbmit-ourhistory-type2.pbmit-ourhistory-right.last{
	padding-bottom:0;
}
.our-history_section .pbmit-ourhistory-type2 .pbmit-ourhistory-right .pbmit-timeline-image,
.our-history_section .pbmit-ourhistory-type2 .pbmit-ourhistory-right .label{
	margin-bottom: 30px;
	display: none;
}
.our-history_section .pbmit-ourhistory-type2 .pbmit-ourhistory-right .content{
	padding: 30px;
	background: var(--pbmit-white-color);
	box-shadow: 0px 2px 126px 0px rgb(0 0 0 / 8%);
	position: relative;
}
.our-history_section .pbmit-ourhistory-type2 .pbmit-ourhistory-right .content .simple-text p{
	margin-bottom: 0;
}
.our-history_section .pbmit-ourhistory-type2 .pbmit-ourhistory-right .content:before {
	position: absolute;
	content: '';
	box-shadow: 0px 8px 18px 0px rgb(0 0 0 / 3%);
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-left: 20px solid var(--pbmit-white-color);
	right: -20px;
	top: 50%;
	-khtml-transform: translateX(0%) translateY(-50%);
	-moz-transform: translateX(0%) translateY(-50%);
	-ms-transform: translateX(0%) translateY(-50%);
	-o-transform: translateX(0%) translateY(-50%);
	transform: translateX(0%) translateY(-50%);
}
.our-history_section .pbmit-ourhistory-type2 .pbmit-ourhistory-center span{
	position: absolute;
	left: 50%;
	z-index: 1;
	background: var(--pbmit-global-color);
	padding: 5px 15px;
	color: var(--pbmit-white-color);
	transform: translate(-50px, -20px);
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}
.our-history_section .pbmit-ourhistory-type2:hover .pbmit-ourhistory-center span{
	background-color: var(--pbmit-secondary-color);
}
.our-history_section .pbmit-timeline .pbmit-timeline-inner:nth-child(even) .row.pbmit-ourhistory-row{
	flex-direction: row-reverse;
	align-items: center;
}
.our-history_section .pbmit-timeline .pbmit-timeline-inner:nth-child(even) .row.pbmit-ourhistory-row .pbmit-ourhistory-right .content:before{
	position: absolute;
	content: '';
	box-shadow: 0px 8px 18px 0px rgb(0 0 0 / 3%);
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-left: 0px solid transparent;
	border-right: 20px solid var(--pbmit-white-color);
	left: -20px;
	right: auto;
	top: 50%;
	-khtml-transform: translateX(0%) translateY(-50%);
	-moz-transform: translateX(0%) translateY(-50%);
	-ms-transform: translateX(0%) translateY(-50%);
	-o-transform: translateX(0%) translateY(-50%);
	transform: translateX(0%) translateY(-50%);
}
.our-history_section .pbmit-timeline .pbmit-timeline-inner:nth-child(odd) .pbmit-ourhistory-type2 .pbmit-ourhistory-right{
	padding-right: 70px;
	padding-left: 15px
}
.our-history_section .pbmit-timeline .pbmit-timeline-post-items{
	position: relative;
}
.our-history_section .pbmit-timeline .pbmit-timeline-post-items:before{
	content: '';
	position: absolute;
	z-index: -1;
	top: 0;
	left: calc(50% - 5px);
	width: 2px;
	height: 100%;
	background: var(--pbmit-global-color)
}
.our-history_section .pbmit-timeline .pbmit-first-timeline{
	position: relative;
	z-index: 1;
	left: calc(50% - 13px);
	width: 18px;
	height: 18px;
	background: transparent;
	transform: rotate(45deg);
	border: 3px solid var(--pbmit-global-color);
}
.our-history_section .pbmit-timeline .pbmit-last-timeline{
	position: relative;
	z-index: 1;
	left: calc(50% - 13px);
	width: 18px;
	height: 18px;
	background: transparent;
	transform: rotate(45deg);
	border: 3px solid var(--pbmit-global-color);
}
.our-history_section {
    background-color: var(--pbmit-light-color);
}
.our-history_section .pbmit-timeline {
    position: relative;
    z-index: 1;
}

/** 02 - Services Details **/
.service_details > .container > .row {
    flex-direction: row-reverse!important;
}
.pbmit-service-style-1 {
    margin-bottom: 30px;
}
.service_details .service-sidebar .widget-1 ul > li:hover a:after {
    color: var(--pbmit-white-color) !important;
}
.service_details .input-group {
    margin-bottom: 25px;
}
.service_details .service-widget-image {
    padding: 20px 0;
}
.service_details {
    padding-top: 80px;
    padding-bottom: 80px;
}
.service_details .service-left-col .widget-1 {
    padding: 30px;
    padding-top: 28px;
    margin-bottom: 30px;
    box-shadow: 0 0 21px 0 rgba(0,0,0,.09);
}
.service_details .service-sidebar .widget-1 ul > li a {
    padding: 19px 25px;
    display: block;
    position: relative;
    font-size: 15px;
    font-weight: 600;
    background-color: var(--pbmit-white-color);
    -webkit-transition: all 0.1s ease-out 0s;
    line-height: 20px;
}
.service_details .widget .download .item-download a:hover {
    color: var(--pbmit-global-color);
}
.service_details .service-sidebar .widget-1 ul > li.pbmit-post-active a {
    color: var(--pbmit-white-color);
    z-index: 1;
}
.service_details .service-sidebar .widget-1 ul > li.pbmit-post-active a:after {
    color: var(--pbmit-white-color);
}
.service_details .service-sidebar .widget-1 ul > li:hover a:after {
    color: var(--pbmit-blackish-color);
}
.service_details .service-sidebar .widget-1 ul > li.pbmit-post-active a:before {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: var(--pbmit-global-color);
}
.service_details .service-sidebar .widget-1 ul > li:hover a {
    background-color: var(--pbmit-global-color);
    color: var(--pbmit-white-color);
}
.service_details .service-sidebar .widget-1 ul > li a:after {
    content: '\e814';
    font-family: "pbminfotech-base-icons";
    font-style: normal;
    font-weight: 600;
    position: absolute;
    top: 15px;
    right: 20px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    color: var(--pbmit-secondary-color);
    font-size: 16px;
}
.service_details .service-sidebar .widget-1 ul > li {
    border: none;
    padding: 0 !important;
    position: relative;
}
.service_details .download .item-download i {
    font-size: 45px;
    padding-right: 12px;
    float: left;
    line-height: 47px;
    font-weight: normal;
}
.service_details .download .item-download a span {
    color: rgb(204 204 204);
    font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: block;
    font-weight: 600;
}
.service_details .download .item-download a {
    display: block;
    padding: 0px 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 25px;
    color: var(--pbmit-white-color);
}
.service_details .download .item-download i:before {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(to right,var(--pbmit-secondary-color),var(--pbmit-global-color));

}
.service_details .download .item-download.pdf {
    margin-bottom: 20px;
    border-bottom: 1px solid rgb(255, 255, 255, 0.2);
    padding-bottom: 15px;
    position: relative;
}
.service_details .pbmit-team-style-2 .pbminfotech-box-social-links ul {
    padding: 5px 8px;
}
.service_details .pbmit-service_teambox h2 {
    padding-bottom: 10px;
    font-size: 26px;
}
.service_details #pbmit-book-app {
    color: var(--pbmit-blackish-color);
    border-bottom: 1px solid rgba(0,0,0,.09);
}
.service_details .pbmit-service-entry-content  {
    padding-top: 30px;
}
.service_details .pbmit-service-entry-content h2,
.service_details .pbmit-service-entry-content-1 h2 {
    padding-bottom: 15px;
    padding-top: 15px;
}
.service_details .accordion-style-1 .accordion-item {
    margin-bottom: 20px;
}
.service_details .accordion-style-1 {
    margin-bottom: 65px;
}
.service_details .download .item-download a:hover {
    color: var(--pbmit-global-color);
}
.service_details .accordion-item .pbmit-accordion-title {
    font-weight: 700;
    text-transform: capitalize;
}
.service_details .pbmit-service-style-1  {
    margin-bottom: 30px;
    position: relative;
}
.service_details .pbmit-ads h5,
.service_details .pbmit-ads{
	color: var(--pbmit-white-color)!important;
	text-align: center;
}
.service_details .pbmit-ads h5{
	font-weight: 600;
}
.service_details .pbmit-ads .pbmit-inner{
	padding: 27px 30px 32px;
	position: relative;
}
.service_details .pbmit-ads .pbmit-inner p{
	font-size: 14px;
}
.service_details .pbmit-ads .pbmit-inner .pbmit-top-icon{
	position: absolute;
	top: -85px;
	color: var(--pbmit-global-color);
	font-size: 40px;
	background: var(--pbmit-white-color);
	border-radius: 50%;
	height: 93px;
	width: 93px;
	left: 0;
	margin: 0 auto;
	left: 0;
	line-height: 95px;
	right: 0;
}
.service_details .pbmit-ads{
	padding-top: 0;
	margin-top: 60px;
	background-color: var(--pbmit-global-color);
}
.service_details .pbmit-service-btn {
	display: block;
	border: 1px solid var(--pbmit-white-color);
	color: var(--pbmit-white-color);
	padding: 15px 5px;
	margin: 30px 60px;
	font-weight: 700;
	letter-spacing: -0.5px;
	font-size: 14px;
    font-family: var(--pbmit-heading-typography-font-family);
}
.service_details .pbmit-service-btn:hover{
	border-color: transparent;
	color: var(--pbmit-link-white-hover);
	background-color: var(--pbmit-secondary-color);
}
.service_details .pbmit-ads img{
	margin-top: 0px;
	clip-path: polygon(0 0, 100% 0, 102% 87%, 0% 100%);
}
.service_details .pbmit-ads {
	padding: 0px;
}
.service_details .pbmit-ads2 h3,
.service_details .pbmit-ads2{
	color: var(--pbmit-white-color);
	text-align: center;
}
.service_details .pbmit-ads2{
	background-color: var(--pbmit-global-color);
	padding: 0;
	padding-bottom: 30px;
}
.service_details .pbmit-ads2 img{
	margin: 0;
	margin-bottom: 20px;
}
.service_details .pbmit-ads2 h3{
	font-size: 30px;
}
.service_details .pbmit-ads2 p{
	margin-bottom: 5px;
	font-size: 18px;
	list-style: 22px;
}
.service_details .pbmit-ads2 .pbmit-icon{
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background: white;
	display: inline-block;
	margin: -150px auto 0;
	position: relative;
	top: -30px;
	font-size: 40px;
	line-height: 100px;
}
.service_details .pbmit-ads2 .pbmit-icon i{
	color: var(--pbmit-global-color);
}
.service_details .widget .download-list li i{
	margin-right: 10px;
	color:var(--pbmit-global-color);
}
.service_details .widget .download-list li{
	font-weight: 600;
	padding-bottom: 10px;
	font-size: 14px;
	color: var(--pbmit-blackish-color);
}
.service_details .widget .download .item-download a {
	display: block;
	text-align: center;
	font-weight: 600;
	font-size: 12px;
	-webkit-transition: 0.2s ease-out 0s;
	-o-transition: 0.2s ease-out 0s;
	transition: 0.2s ease-out 0s;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
	padding: 25px 30px;
    color: var(--pbmit-blackish-color);
}
.service_details .widget .download .item-download img{
	width: 50%;
	display: block;
	margin: 0 auto 10px;
}
.service_details .widget .download{
	display: flex;
	justify-content: center;
}
.service_details .widget .download .item-download{
	margin-top: 20px;
	margin-left: 20px;
}
.service_details .widget .download .item-download:first-child {
	margin-bottom: 10px;
	margin-left: 0px;
}
.service_details .widget .download .item-download a i{
	margin-right: 10px;
	font-size: 22px;
	vertical-align: middle;
}
.service_details .widget .widget-title:hover {
    color: var(--pbmit-global-color);
}
.service_details .pbmit-ihbox-style-8 .pbmit-element-title {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 10px;
}
.service_details .pbmit-ihbox-style-8 .pbmit-ihbox-icon-wrapper {
    font-size: 63px;
    line-height: 80px;
}
.service_details blockquote {
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    font-style: italic;
    padding: 70px 55px 55px;
    position: relative;
    border: none;
    background: var(--pbmit-secondary-color)!important;
    color: rgb(5, 0, 109);
    margin: 25px 2px 60px;
    background: var(--pbmit-white-color);
}
.service_details blockquote cite:before {
    position: absolute;
    font-size: 33px;
    font-weight: 400;
    top: 35px;
    font-family: "pbminfotech-base-icons";
    content: '\e857';
    line-height: 50px;
    text-align: center;
    color: var(--pbmit-global-color);
    font-style: normal;
}
.service_details blockquote span {
    font-size: 14px;
    color: var(--pbmit-global-color);
    font-weight: 600;
    font-style: normal;
}
.service_details blockquote:before,
.service_details blockquote:after {
    content: "";
    display: table;
}
.service_details blockquote cite em {
    font-size: 12px;
    margin-left: 2px;
    color: var(--pbmit-white-color);
}
.service_details blockquote cite {
    display: block;
    font-size: 19px;
    line-height: 29px;
    font-style: italic;
    margin-top: 15px;
    opacity: 1;
    font-weight: 400;
    color: var(--pbmit-white-color);
}
.service_details .pbminfotech-widget-container {
    margin-bottom: 30px;
}
.service_details .pbminfotech-icon-list-item span i {
    position: relative;
    top: 2px;
    font-weight: 400;
    width: 1.25em;
    font-size: 12px;
    color: var(--pbmit-global-color);
    margin-right: 5px;
}
.service_details .pbminfotech-icon-list-item > a {
    font-family: var(--pbmit-body-typography-font-family);
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
}
.service_details .pbminfotech-icon-list-item > a:hover {
    color: var(--pbmit-blackish-color);
}
.service_details .pbminfotech-icon-list-item {
    margin-bottom: 18px;
}
.service_details .pbmit-service-img-content {
    padding-bottom: 20px;
    border-bottom: 1px solid rgb(225, 225, 225);
}
.service_details .pbmit-service-entry-content-text {
    font-family: var(--pbmit-body-typography-font-family);
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
}
.service_details .accordion-button {
    letter-spacing: -0.5px;
}
.service_details .pbminfotech-icon-list-items {
    padding: 25px 0;
}

/** 03 - Project Single **/
.portfolio-style-1 .pbmit-portfolio-style-1 {
    margin-bottom: 30px;
}
.portfolio-style-2 .pbmit-portfolio-style-3 {
    margin-bottom: 30px;
}
.portfolio-single .pbminfotech-heading-title.pbminfotech-size-default {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    color: var(--pbmit-global-color);
    padding-bottom: 20px;
}
.portfolio-single .pbmit-sep-heading{
	position: relative;
	padding-bottom: 20px;
	margin-bottom:  35px;
}
.portfolio-single .pbmit-sep-heading:after{
	position: absolute;
	content: "";
	width: 72px;
	height: 2px;
	bottom: 0;
	left: 0;
}
.portfolio-single .single-pbmit-portfolio .post-navigation .nav-links{
	padding-bottom: 0;
	padding-top: 0;
	border-top: 1px solid rgb(238, 238, 238);
	border-bottom: 1px solid rgb(238, 238, 238);
}
.portfolio-single .pbmit-portfolio-single-style-1 .pbmit-short-description{
	margin-bottom: 60px;
}
.portfolio-single .pbmit-portfolio-single-style-1 .pbmit-featured-wrapper{
	margin-bottom: 50px;
}
.portfolio-single .pbmit-portfolio-single-style-1  .pbmit-portfolio-nav-thumbnail img{
	height: 65px;
	width: 65px;
}
.portfolio-single .pbmit-portfolio-single-style-1 .nav-links .nav-title,
.portfolio-single .pbmit-portfolio-single-style-1 .nav-links .nav-title{
	color:var(--pbmit-secondary-color);
    display: block;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
}
.portfolio-single .pbmit-portfolio-single-style-1 .nav-links .nav-title:hover,
.portfolio-single .pbmit-portfolio-single-style-1 .nav-links .nav-title:hover{
	color:var(--pbmit-global-color);
}
.portfolio-single .pbmit-portfolio-single-style-1 .pbmit-portfolio-nav-head {
	color: rgb(153, 153, 153);
}
.portfolio-single .pbmit-portfolio-single-style-2 .pbmit-entry-content{
	margin-top: -100px;
}
.portfolio-single .pbmit-single-project-content-wrapper{
	position: relative;
}
.portfolio-single .pbmit-single-project-details-list{
	position: absolute;
	right: 65px;
	bottom: -65px;
	padding: 50px 60px;
	background: var(--pbmit-secondary-color);
}
.portfolio-single .pbmit-portfolio-summary{
	margin-bottom: 50px;
}
.portfolio-single .pbmit-single-project-details-list h3{
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 30px;
	color: var(--pbmit-white-color);
	font-weight: 500;
}
.portfolio-single .pbmit-portfolio-lines-wrapper ul{
	list-style: none;
	margin: 0;
	padding: 0;
	display: -ms-grid;
	display: grid;
	grid-template-columns: repeat(2,1fr);
	grid-gap: 15px 30px;
}
.portfolio-single .pbmit-portfolio-lines-wrapper .pbmit-portfolio-line-title{
	font-weight: 500;
	font-size: 14px;
	color: var(--pbmit-global-color);
}
.portfolio-single .pbmit-portfolio-lines-wrapper .pbmit-portfolio-line-li span {
	width: 100%;
	display: block;
}
.portfolio-single .pbmit-portfolio-lines-wrapper .pbmit-portfolio-line-li{
	margin: 0;
	padding: 0 38px 0 0;
	font-size: 14px;
	line-height: 20px;
	position: relative;
	border-bottom: 1px solid rgba(255, 255, 255, 0.20);
	color:var(--pbmit-white-color);
	padding-bottom: 10px;
}
.portfolio-single .pbmit-portfolio-lines-wrapper .pbmit-portfolio-line-li:nth-last-child(1),
.portfolio-single .pbmit-portfolio-lines-wrapper .pbmit-portfolio-line-li:nth-last-child(2){
	border-bottom: none;
}
.pbmit-portfolio-lines-wrapper .pbmit-portfolio-line-li a:hover,
.pbmit-portfolio-lines-wrapper .pbmit-portfolio-line-li a{
	color:var(--pbmit-white-color);
}
.portfolio-single .pbminfotech-widget-1 {
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: rgb(246, 247, 251);
    padding: 100px 0px 25px 0px;
}
.portfolio-single .pbminfotech-widget-2 {
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: rgb(246, 247, 251);
    padding: 60px 0px 60px 0px;
}
.portfolio-single .pbminfotech-widget-3 {
    padding: 65px 0px 10px 0px;
}
.pbmit-portfolio-single .pbmit-portfolio-nav-head {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 600;
    font-family: var(--pbmit-heading-typography-font-family);
}
.pbmit-portfolio-single .pbmit-portfolio-nav-wrapper {
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 240px;
}
.pbmit-portfolio-single .nav-links .pbmit-portfolio-nav-icon {
	width: 45px;
	text-align: left;
	display: inline-block;
	position: relative;
	font-size: 24px;
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	display: none;
}
.pbmit-portfolio-single .nav-links .nav-next .pbmit-portfolio-nav-icon{
    text-align: right;
}
.pbmit-portfolio-single .nav-links .pbmit-portfolio-nav-icon i {
	position: absolute;
	top: 50%;
	-khtml-transform: translateX(0%) translateY(-50%);
	-moz-transform: translateX(0%) translateY(-50%);
	-ms-transform: translateX(0%) translateY(-50%);
	-o-transform: translateX(0%) translateY(-50%);
	transform: translateX(0%) translateY(-50%);
}
.pbmit-portfolio-single .nav-links .nav-previous .pbmit-portfolio-nav-icon i{
	left: 0;
}
.pbmit-portfolio-single .nav-links .nav-next .pbmit-portfolio-nav-icon i{
	right: 0;
}
.pbmit-portfolio-single .navigation {
	margin-top: 40px;
}
.pbmit-portfolio-single .pbmit-portfolio-nav-wrapper {
	display: inline-block;
	vertical-align: middle;
}
.pbmit-portfolio-single .post-navigation .nav-links {
	justify-content: space-between;
}
.pbmit-portfolio-single .post-navigation .nav-links .nav-previous,
.pbmit-portfolio-single .post-navigation .nav-links .nav-next {
	width: unset;
}
.pbmit-portfolio-single .nav-links a .pbmit-portfolio-nav-wrapper{
	-webkit-transition: 0.4s ease-out 0s;
	-o-transition: 0.4s ease-out 0s;
	transition: 0.4s ease-out 0s;
}
.portfolio-single .nav-next .pbmit-portfolio-nav-wrapper {
    margin-left: auto;
    margin-right: 15px;
    text-align: right;
}
.portfolio-single .nav-previous .pbmit-portfolio-nav-wrapper {
    margin-left: 15px;
}
.portfolio-single .pbminfotech-widget-3 .pbminfotech-heading-title {
    font-size: 31px;
    font-weight: 500;
    line-height: 24px;
    color: var(--pbmit-global-color);
    padding-bottom: 15px;
    padding-top: 10px;
}
.portfolio-single .portfolio-single-content {
    padding-bottom: 20px;
    padding-top: 35px;
}
.portfolio-single .widget .pbminfotech-icon-list-item  {
    font-weight: 600;
    padding-bottom: 15px;
    font-size: 14px;
    color: var(--pbmit-blackish-color);
}
.portfolio-single .widget .pbminfotech-icon-list-item i {
    margin-right: 10px;
    color: var(--pbmit-global-color);
}
.portfolio-single .pbmit-col-test .pbminfotech-icon-list-items {
    padding-bottom: 10px;
}
.portfolio-single .pbminfotech-widget-container-text {
    color: var(--pbmit-blackish-color);
    font-family: var(--pbmit-heading-typography-font-family);
    font-size: 16px;
    font-weight: 600;
}
.portfolio-single .pbmit-portfolio-single .navigation {
    margin-top: 40px;
    padding: 25px 0px;
    border-bottom: 1px solid rgb(238, 238, 238);
    border-top: 1px solid rgb(238, 238, 238);
}
.portfolio-single {
    padding-bottom: 120px;
}

/** 04 - Blog Classic**/
.pbmit-blog-classic {
	position: relative;
	background: var(--pbmit-white-color);
}
.pbmit-social-share .pbmit-social-li-linkedin a {
    background-color: rgb(0, 122, 179);
}
.pbmit-social-share .pbmit-social-li-pinterest a {
    background-color: rgb(203, 32, 37);
}
.pbmit-social-share .pbmit-social-li-twitter a {
    background-color: rgb(83, 171, 238);
}
.pbmit-social-share .pbmit-social-li-facebook a {
    background-color: rgb(59, 88, 150);
}
article:not(.pbmit-no-img) .pbmit-blog-classic {
	padding: 0px;
}
.pbmit-blog-meta.pbmit-blog-meta-top{
	padding-bottom: 0;
	margin-bottom: 0;
}
article.pbmit-no-img .pbmit-blog-classic-inner{
	padding-top: 0;
	padding-right: 0;
	margin-right: 0;
}
.pbmit-entry-content .wp-caption:last-child,
.pbmit-blog-classic .pbmit-blog-classic-inner .wp-audio-shortcode:last-child,
.pbmit-blog-classic .pbmit-blog-classic-inner .pbmit-read-more-link:last-child,
.pbmit-blog-classic .pbmit-blog-classic-inner .wp-block-pullquote:last-child,
.pbmit-blog-classic .pbmit-blog-classic-inner .wp-block-media-text:last-child,
.pbmit-blog-classic .pbmit-blog-classic-inner .wp-block-cover.has-background-dim{
	margin-bottom: 25px;
}
.pbmit-no-img.post.sticky{
	padding: 40px 40px 10px 40px;
}
.format-status.pbmit-no-img .pbmit-blog-classic .pbmit-blog-classic-inner{
	padding-top: 5px;
}
.pbmit-entry-content .gallery{
	margin-bottom: 30px;
}
.site-main article:last-of-type .pbmit-blog-classic {
	margin-bottom: 0px;
}
.pbmit-blog-classic .pbmit-post-thumbnail{
	margin-bottom: 60px;
}
.pbmit-blog-classic .pbmit-post-title{
	font-size: 30px;
	line-height: 40px;
	margin-bottom: 15px;
	margin-top: 0;
	font-weight: 600;
	letter-spacing: -1.5px;
	padding-right: 100px;
}
.pbmit-blog-classic .pbmit-post-title a{
	color: var(--pbmit-blackish-color);
}
.pbmit-blog-classic .pbmit-post-title a:hover{
	color: var(--pbmit-global-color);
}
.pbmit-blog-classic .pbmit-entry-content{
	margin-top: 15px;
	position: relative;
}
.single .pbmit-blog-classic .pbmit-blog-classic-inner .pbmit-entry-content{
	margin-top: 20px;
}
article.post{
	margin-top: 30px;
}
article.post.pbmit-no-img{
	margin-top: 0px;
}
.pbmit-blog-classic .pbmit-featured-img-wrapper{
	position: relative;
	top: 0px;
}
.pbmit-blog-classic .pbmit-meta-date-wrapper {
	background-color: var(--pbmit-white-color);
	padding: 14px 20px;
	display: inline-block;
	font-weight: 600;
	margin-bottom: 0;
	text-transform: uppercase;
	letter-spacing: 2px;
	position: absolute;
	right: 15px;
	bottom: -50px;
	z-index: 9;
	background:var(--pbmit-global-color);
	text-align: center;
	border-radius: 0px;
}
.pbmit-blog-classic .pbmit-meta-date-wrapper .pbmit-meta-day {
	display: block;
	font-size: 24px;
	line-height: 26px;
    font-family: var(--pbmit-heading-typography-font-family);
}
.pbmit-blog-classic .pbmit-meta-date-wrapper span {
	display: block;
	color: var(--pbmit-white-color);
	text-transform: uppercase;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 0px;
}
article:not(.pbmit-no-img) .pbmit-blog-meta-top .pbmit-meta-date,
article.format-quote .pbmit-meta-date-wrapper,
.pbmit-no-img .pbmit-blog-classic .pbmit-meta-date-wrapper{
	display: none;
}
article.format-quote .pbmit-blog-classic blockquote{
	margin-bottom: 25px;
}
.pbmit-blog-classic .pbmit-blog-meta.pbmit-blog-meta-top{
	position: relative;
	font-size: 14px;
	margin-top: 10px;
	border-bottom: 1px solid rgb(238, 238, 238);
	margin-bottom: 20px;
    padding-bottom: 5px;
}
.pbmit-blog-classic-inner .pbmit-read-more-link a{
	font-size: 14px;
	text-transform: capitalize;
	cursor: pointer;
	border: 2px solid;
	border-color: var(--pbmit-global-color);
	color:var(--pbmit-global-color);
	padding: 18px 40px;
	display: inline-block;
}
.pbmit-blog-classic-inner .pbmit-read-more-link a span{
	position: relative;
	padding-right: 30px;
}
.pbmit-blog-classic-inner .pbmit-read-more-link a span:after {
	content: "\e854";
	font-family: 'pbminfotech-base-icons';
	font-size: 14px;
	line-height: 24px;
	position: absolute;
	right: 0px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	font-weight: 600;
}
.pbmit-blog-classic-inner .pbmit-read-more-link a:hover{
	background-color: var(--pbmit-global-color);
	color:var(--pbmit-white-color);
}
.pbmit-blog-classic .pbmit-meta-date-top{
	position: absolute;
	top: 20px;
	left: 20px;
	width: 70px;
	height: 70px;
	text-align: center;
	color: var(--pbmit-white-color);
	font-size: 30px;
	line-height: 34px;
	font-weight: bold;
	padding-top: 10px;
	border-radius: 0px;
}
.pbmit-blog-classic .pbmit-read-more-link{
	margin-top: 60px;
}
.pbmit-blog-classic .pbmit-meta-date-top span {
	display: block;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 13px;
}
.pbmit-no-img .pbmit-blog-classic .pbmit-meta-date-top{
	display: none;
}
article.post.format-quote{
	margin-top: 0px;
}
.pbmit-blog-classic blockquote:not(.wp-block-quote):not(.has-text-color) {
	font-size: 19px;
	line-height: 27px;
	font-weight: 400;
	font-style: italic;
	padding: 83px 55px 40px;
	position: relative;
	border: none;
	background: var(--pbmit-secondary-color)!important;
	margin: 40px 0px 37px;
}
.pbmit-blog-classic blockquote:not(.wp-block-quote):not(.has-text-color),
.pbmit-blog-classic blockquote:not(.wp-block-quote):not(.has-text-color)  a{
	color: var(--pbmit-white-color);
}
.pbmit-blog-classic blockquote{
	margin-left: 0;
	border-color: var(--pbmit-global-color);
}
.pbmit-blog-classic blockquote cite{
	font-size: 14px;
	color: var(--pbmit-global-color);
	font-weight: 600;
	font-style: normal;
	display: inline-block;
}
.pbmit-blog-classic blockquote em{
	font-size: 12px;
}
.pbmit-blog-classic blockquote:not(.wp-block-quote):not(.has-text-color):before{
	position: absolute;
	font-size: 33px;
	font-weight: normal;
	top: 35px;
	font-family: 'pbminfotech-base-icons';
	content: '\e857';
	line-height: 50px;
	text-align: center;
	color: var(--pbmit-global-color);
	font-style: normal;
}
.pbmit-blog-classic blockquote .authorOrTitle{
	display: block;
	margin-top: 15px;
	font-size: 14px;
	line-height: 15px;
}
.pbmit-blog-classic .pbmit-blog-meta-social-share .pbmit-social-icon{
	background: var(--pbmit-light-color);
	height: 60px;
	text-align: center;
	width: 60px;
	line-height: 60px;
	color: var(--pbmit-global-color);
}
.pbmit-blog-classic .pbmit-blog-meta-social-share{
	position: absolute;
	right: 0;
	bottom: 2px;
	z-index: 1;
}
.pbmit-blog-classic .pbmit-blog-meta-social-share .pbmit-social-share{
	content: '';
	position: absolute;
	right: 100%;
	top: 0;
	width: max-content;
	height: 100%;
	opacity: 0;
	z-index: -1;
	transition: all 500ms ease;
	margin-right: -53px;
}
.pbmit-blog-classic .pbmit-blog-meta-social-share:hover .pbmit-social-share{
	opacity: 1;
	transform: translateX(-50px) translateZ(0px);
}
.pbmit-blog-classic .pbmit-blog-meta-social-share .pbmit-social-share li a{
	border: 0;
	height: 60px;
	width: 60px;
	line-height: 60px;
	text-align: center;
	display: block;
	color: var(--pbmit-white-color);
}
.pbmit-blog-classic .pbmit-blog-meta-social-share .pbmit-social-share li{
	display: inline-block;
	padding-right: 6px;
}
.pbmit-blog-classic .pbmit-blog-meta-social-share .pbmit-social-share ul{
	display: inline-flex;
	padding-right: 6px;
}
.pbmit-blog-classic .pbmit-blog-meta-social-share .pbmit-social-share li i{
	font-size: 17px;
	padding: 0;
}
.pbmit-blog-meta-top .pbmit-meta i {
    color: var(--pbmit-global-color);
    margin-right: 4px;
}
.pbmit-blog-meta-top .pbmit-meta,
.pbmit-blog-meta-top .pbmit-meta a {
    margin-bottom: 5px;
    display: inline-block;
    margin-right: 10px;
    color: rgb(153, 153, 153) !important;
}
.pbmit-blog-meta-top .pbmit-meta a:hover {
    color: var(--pbmit-blackish-color) !important;
}
.pbmit-blog-classic .pbmit-blog-classic-inner {
    padding-top: 20px;
    padding-bottom: 55px;
}
.blog-details .pbmit-blog-classic-inner {
    padding-top: 15px;
    padding-bottom: 15px;
}
.blog_classic {
    padding-top: 80px;
}
.blog-details {
    padding-top: 80px;
}
.blog_grid .pbmit-blog-style-3 {
    margin-bottom: 30px;
}
.pbmit-blog-classic .widget.widget-search {
    padding: 30px 32px !important;
    margin-bottom: 30px;
}
.pbmit-blog-style-3 .pbminfotech-box-content .pbmit-meta-line span {
    font-size: 12px;
}
.pbmit-blog-style-3 .pbminfotech-box-content .pbmit-meta-line i {
    font-size: 14px;
}
/**--- Sidebar Right ---**/
.sidebar .widget:first-child {
    background-color: var(--pbmit-global-color);
}
.sidebar .widget{
	padding: 35px 30px;
	overflow: hidden;
    box-shadow: 0 0 21px 0 rgba(0,0,0,.09);
    margin-bottom: 40px;
}
.sidebar .widget .search-form{
	position: relative;
}
.sidebar .widget .search-form input{
	height: 60px;
    border-radius: 6px;
}
.sidebar .widget .search-form button{
	position: absolute;
    right: 5px;
    padding: 0;
	border: none;
	top: 5px;
    height: 50px;
	font-weight: normal;
    font-size: 16px;
    z-index: 1;
    width: 50px;
	color: var(--pbmit-global-color);
	background-color: var(--pbmit-white-color);
}
.sidebar .form-control {
    border-radius: 0 !important;
    font-weight: 600;
    font-size: 0.8rem;
    color: rgb(153, 153, 153);
}
.sidebar .widget .search-form button:after{
	position: absolute;
    font-family: 'pbminfotech-base-icons';
    content: '\e800';
    right: 16px;
    top: 17px;
    font-size: 16px;
    line-height: normal;
}
.sidebar .widget-title{
	font-size: 20px;
    line-height: 28px;
    letter-spacing: -.5px;
    text-transform: capitalize;
    font-weight: 700;
	margin-bottom: 30px;
	padding-bottom: 15px;
    position: relative;
}
.sidebar .widget-title:hover {
    color: var(--pbmit-global-color);
    transition: all .25s ease-in-out;
}
.sidebar .widget-title:before,
.sidebar .widget-title:after{
	display: block;
    margin-top: 0;
    margin-bottom: -2px;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
}
.sidebar .widget-title:before{
	height: 1px;
    width: 100%;
    background-color: rgb(230, 230, 230);
}
.sidebar .widget-title:after{
    height: 2px;
    width: 40px;
	background-color: var(--pbmit-global-color);
}
.sidebar .recent-post-list li{
	padding: 0 0 15px 0;
	display: flex!important;
    align-items: normal;
    width: 100%;
	margin-top: 10px;
}
.sidebar .recent-post-list li:last-child{
	padding-bottom: 0;
}
.sidebar .recent-post-list li a{
	text-transform: capitalize;
	display: inline-block;
    font-size: 15px;
    font-weight: 600;
}
.sidebar .recent-post-list .pbmit-rpw-date{
	line-height: 17px;
    display: block;
    color: rgb(180, 180, 180);
    font-size: 14px;
    font-weight: 500;
    margin-top: 5px;
}
.sidebar .recent-post-list>li>a{
	width: 75px;
    flex-shrink: 0;
    margin-right: 15px;
}
.sidebar .recent-post-list .pbmit-rpw-date a{
	font-size: 13px;
	color: var(--pbmit-global-color);
}
.sidebar .widget-categories li:last-child{
	margin-bottom: 0;
}
.sidebar .widget-categories li{
	position: relative;
    margin: 15px 0;
    padding: 0;
}
.sidebar .widget-categories li>a{
	padding-left: 10px;
	text-transform: capitalize;
    font-size: 15px;
	font-weight: 600;
	position: static;
    color: var(--pbmit-blackish-color);
}
.sidebar .widget-categories li>a:hover {
    color: var(--pbmit-global-color);
}
.sidebar .widget-categories li:hover {
    color: var(--pbmit-global-color) !important;
    transition: all 0.3s ease-out 0s !important;
}
.sidebar .widget-categories li span{
	position: absolute;
    right: 15px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    display: block;
    font-size: 13px;
    font-weight: 700;
    border-radius: 50%;
    background-color: var(--pbmit-global-color);
    color: var(--pbmit-white-color);
    top: 2px;
}
.sidebar .single-service-contact{
	position: relative;
	overflow: hidden;
    text-align: center;
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-blackish-color);
}
.sidebar .single-service-contact:before{
	content: '';
    position: absolute;
    width: 210px;
    height: 241px;
    top: 0;
    right: 0;
    background: url(../images/bg/bg-01.html) no-repeat 0 0;
}
.sidebar .single-service-contact:after{
	content: '';
    position: absolute;
    width: 210px;
    height: 241px;
    bottom: 0;
    left: 0;
    background: url(../images/bg/bg-02.html) no-repeat 0 bottom;
}
.sidebar .single-service-contact-inner{
	position: relative;
	z-index: 1;
	padding: 40px 0;
}
.sidebar .single-service-contact img{
	border-radius: 50%;
}
.sidebar .single-service-contact-inner h5{
	text-transform: uppercase;
    font-size: 22px;
    margin-top: 30px;
	margin-bottom: 20px;
	color: var(--pbmit-white-color);
}
.sidebar .pbmit-social-links li{
	display: inline-block;
    margin-right: 5px;
	padding-bottom: 10px;
}
.sidebar .pbmit-social-links li a{
	display: block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 50%;
    text-align: center;
	background-color: var(--pbmit-white-color);
}
.sidebar .wp-tag-cloud li{
    padding-bottom: 10px;
	margin-right: 8px;
    display: inline-block;
}
.sidebar .wp-tag-cloud li a{
	display: inline-block;
	text-transform: capitalize;
    font-size: 1em;
    padding: 10px 25px;
	font-weight: 600;
    -webkit-transition: 0.4s ease-out 0s;
    -o-transition: 0.4s ease-out 0s;
    transition: 0.4s ease-out 0s;
	background-color: rgb(242, 246, 251);
    letter-spacing: -0.2px;
}
.sidebar .wp-tag-cloud li a:hover{
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-global-color);
}
/** --- Blog Details ---**/
.blog-details .pbminfotech-widget-container {
    margin-bottom: 30px;
}
.pbmit-blog-meta-bottom{
	padding-top: 18px;
	display: -ms-flexbox!important;
	display: flex!important;
	border-top: 1px solid rgb(237, 237, 237);
}
.pbmit-blog-meta-bottom .pbmit-meta-tags .pbmit-meta-title{
	color: rgb(66, 77, 108);
	font-size: 16px;
	font-weight: 600;
}
.pbmit-blog-meta-bottom .pbmit-meta-tags{
	display: block;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 40px;
}
.pbmit-blog-meta-bottom .pbmit-meta-tags a{
	margin: 0 5px 5px 0px;
	border: none;
}
.pbmit-blog-meta-bottom .pbmit-meta-tags a:first-child{
	margin-left: 0px;
}
.pbmit-blog-meta-bottom-right{
	width: 50%;
	text-align: right;
}
.pbmit-blog-meta-bottom ul{
	margin: 0;
	padding: 0;
}
.pbmit-blog-meta-bottom ul li{
	margin-right: 12px;
	display: inline-block;
	margin-bottom: 15px;
}
.pbmit-blog-meta-bottom ul li:last-child{
	margin: 0;
}
.pbmit-blog-meta-bottom .pbmit-social-share li a {
	position: relative;
	display: block;
	height: 35px;
	width: 35px;
	text-align: center;
	line-height: 35px;
	color: var(--pbmit-white-color);
	font-size: 14px;
}
.pbmit-blog-meta-bottom .pbmit-tag-icon{
	width: 45px;
	height: 45px;
	border-radius: 50%;
	line-height: 45px;
	font-size: 18px;
	text-align: center;
	background: var(--pbmit-white-color);
	margin: 0 auto;
	display: none;
}
.pbmit-blog-meta-bottom-left{
	position: relative;
	overflow: hidden;
	width: 50%;
}
.pbmit-blog-meta-bottom .pbmit-meta-tags a {
    display: inline-block;
    font-size: 13px;
    padding: 5px 15px;
    font-weight: 400;
    background-color: rgb(242, 246, 250);
    color: var(--pbmit-blackish-color);
}
.pbmit-blog-meta-bottom .pbmit-meta-tags a:hover {
    color: var(--pbmit-white-color);
    background-color: var(--pbmit-global-color);
}
.blog-details .pbminfotech-icon-list-item span i {
    position: relative;
    top: 2px;
    font-weight: 400;
    width: 1.25em;
    font-size: 12px;
    color: var(--pbmit-global-color);
    margin-right: 5px;
}
.blog-details .pbminfotech-icon-list-item > a {
    font-family: var(--pbmit-body-typography-font-family);
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
}
.blog-details .pbminfotech-icon-list-item > a:hover {
    color: var(--pbmit-blackish-color);
}
.blog-details .pbminfotech-icon-list-item {
    margin-bottom: 10px;
}
.blog-details .pbmit-service-img-content {
    padding-bottom: 20px;
    border-bottom: 1px solid rgb(225, 225, 225);
}
.blog-details .pbmit-service-entry-content-text {
    font-family: var(--pbmit-body-typography-font-family);
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
}
.blog-details .pbmit-service-entry-content  {
    padding-top: 20px;
}
.blog-details .pbmit-service-entry-content h2,
.blog-details .pbmit-service-entry-content-1 h2 {
    padding-bottom: 15px;
    padding-top: 15px;
}
.blog-details .accordion-button {
    letter-spacing: -0.5px;
}
.blog-details .pbmit-title-bar-content .pbmit-tbar-title {
    letter-spacing: -2px;
}
.blog-details .pbmit-entry-content p strong{
	color: var(--pbmit-blackish-color);
}
.blog-details .pbmit-entry-content p strong:hover{
	color: var(--pbmit-global-color);
}
.blog-details .pbmit-service-entry-content h4 {
    padding-bottom: 12px;
}
.blog-details blockquote {
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    font-style: italic;
    padding: 70px 55px 40px;
    position: relative;
    border: none;
    background: var(--pbmit-secondary-color)!important;
    color: rgb(5, 0, 109);
    background: var(--pbmit-white-color);
}
.blog-details blockquote .pbmit-service-single-text:before {
    position: absolute;
    font-size: 33px;
    font-weight: 400;
    top: 35px;
    font-family: "pbminfotech-base-icons";
    content: '\e857';
    line-height: 50px;
    text-align: center;
    color: var(--pbmit-global-color);
    font-style: normal;
}
.blog-details blockquote span {
    font-size: 14px;
    color: var(--pbmit-global-color);
    font-weight: 600;
    font-style: normal;
}
.blog-details blockquote:before,
.blog-details blockquote:after {
    content: "";
    display: table;
}
.blog-details blockquote cite em {
    font-size: 12px;
    margin-left: 2px;
    color: var(--pbmit-white-color);
}
.blog-details blockquote cite {
    display: block;
    font-size: 19px;
    line-height: 27px;
    font-style: italic;
    margin-top: 15px;
    opacity: 1;
    font-weight: 400;
    color: var(--pbmit-white-color);
}
.pbmit-novali {
    position: relative;
    padding-left: 20px;
}
.pbmit-novali span::after {
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    height: 1.1px;
    width: 15px;
    background-color: var(--pbmit-global-color);
}
.blog-details blockquote:before{
	content: "";
    display: table;
}
.blog-details .blog-single-img_wrapper{
	margin-bottom: 30px;
}
.blog-details .blog-single-img_wrapper figure{
	display: inline-block;
}
.blog-details .blog-single-img_wrapper figure img{
	border-radius: 6px;
}
.blog-details .list-group_box{
	margin-bottom: 25px;
	padding-left: 40px;
}
.blog-details .list-group_box li{
	list-style: disc;
}
.pbmit-comment-form-input-wrapper{
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap
}
.pbmit-comment-form-input-wrapper .pbmit-comment-form-input{
    -ms-flex:1 1 30%;
    flex:1 1 30%;
    width:33.3333%;
    margin-left:13px;
    margin-bottom:15px;
    font-size:13px;
    color:rgb(192, 192, 192);
    box-sizing:border-box
}
.blog-details .list-group_box{
	margin-bottom: 25px;
	padding-left: 40px;
}
.blog-details .list-group_box li{
	list-style: disc;
}
.blog-details .comments-area .comments-title{
	font-size: 24px;
    line-height: 34px;
	margin-bottom: 30px;
    letter-spacing: -0.5;
    font-weight: 600;
}
.blog-details .comments-area .pbmit-comment{
	margin-bottom: 30px;
}
.pbmit-comment-avatar{
	float: left;
    margin-right: 22px;
}
.pbmit-comment-avatar img{
	border-radius: 50%;
    width: 55px;
    height: 55px;
}
.blog-details .pbmit-comment-content {
    position: relative;
    border: 1px solid rgb(233, 233, 233);
    padding: 25px 30px 0 30px;
    padding-bottom: 0;
    background: var(--pbmit-white-color);
    margin-left: 80px;
}
.blog-details .pbmit-comment-content:before,
.blog-details .pbmit-comment-content:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-width: 10px 12px 10px 0;
    border-style: solid;
}
.blog-details .pbmit-comment-content:before {
    border-color: transparent var(--pbmit-white-color) transparent var(--pbmit-white-color);
    z-index: 1;
    left: -12px;
    top: 30px;
}
.blog-details .pbmit-comment-content:after {
    border-color: transparent rgb(232, 232, 232) transparent rgb(232, 232, 232);
    border-width: 12px 14px 12px 0;
    left: -14px;
    top: 28px;
}
.blog-details .pbmit-blogbox-style-4 .pbmit-meta-container .pbmit-meta-line {
    font-size: 14px;
}
.blog_single .pbmit-entry-content blockquote p {
    font-size: 19px;
    line-height: 30px;
    margin-top: 0;
}
.pbmit-entry-content-text {
    margin-top: 0;
    margin-bottom: 15px;
}
.blog-details .media.even.depth-2 {
    margin-left: 50px;
}
.blog-details .pbmit-comment-author{
	display: block;
    margin-top: 4px;
    margin-bottom: 3px;
    font-size: 16px;
    line-height: 24px;
	color: var(--pbmit-blackish-color);
    font-family: var(--pbmit-heading-typography-font-family);
    font-weight: 600;
    font-style: normal;
}
.blog-details .pbmit-comment-date{
	display: block;
    margin-bottom: 8px;
    color: rgba(180 , 180 , 180 , 1);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .5px;
    text-transform: uppercase;
}
.blog-details .pbmit-comment-date a{
	color: var(--pbmit-global-color);
    font-size: 12px;
    text-transform: none;
    font-family: var(--pbmit-body-typography-font-family);
    font-weight: normal;
}
.blog-details .pbmit-comment-date a:hover{
	color: var(--pbmit-global-color);
}
.blog-details .reply{
	position: absolute;
    top: 15px;
    right: 15px;
    font-weight: 500;
    letter-spacing: .1em;
}
.blog-details .reply a {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 0px 15px;
    color: var(--pbmit-white-color);
    background-color: var(--pbmit-global-color);
    -webkit-transition: 0.4s ease-out 0s;
    -o-transition: 0.4s ease-out 0s;
    transition: 0.4s ease-out 0s;
    border-radius: 2px;
    height: 30px;
    line-height: 30px;
    position: relative;
}
.blog-details .reply a:hover{
	background-color: var(--pbmit-blackish-color);
}
.blog-details .reply a:before {
    font-family: "pbminfotech-base-icons";
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    margin-right: 0.2em;
    text-align: center;
    opacity: 1;
    font-variant: normal;
    text-transform: none;
    line-height: 16px;
    font-size: 10px;
    content: "\f112";
    margin-right: 5px;
}
.pbmit-author-box {
    margin-top: 20px;
    margin-bottom: 65px;
    padding: 34px 30px 19px 30px;
    background-color: var(--pbmit-white-color);
    display: flex;
    justify-content: space-between;
    border-radius: 0;
    box-shadow: 0 5px 24px rgb(3 43 86 / 13%);
}
.pbmit-author-content .pbmit-author-name {
    line-height: 30px;
    font-size: 20px;
    text-transform: capitalize;
    font-family: var(--pbmit-heading-typography-font-family);
    font-weight: 600;
    font-style: normal;
}
.pbmit-author-image {
    margin-right: 35px;
}
.pbmit-text.pbmit-author-bio {
    margin-top: 15px;
}
.comment-reply-title{
	font-size: 24px;
    line-height: 34px;
	margin-bottom: 13px;
    font-weight: 600;
    margin-top: 40px;
}
.contact-form .form-control{
	border: 1px solid rgb(236 , 236 , 236 , .9);
    border-radius: 0;
}
.contact-form input.form-control{
	margin-bottom: 25px;
    border-radius: 0;
}
.contact-form form input::placeholder{
	color: rgb(132 132 132);
}
.contact-form textarea.form-control{
	height: 125px;
    resize: none;
    padding: 25px 25px;
    border-radius: 0;
}
.contact-form input[type="checkbox"]{
	-webkit-appearance: auto;
	margin-right: 0;
}
.contact-form button{
	padding: 20px 30px;
    font-family: var(--pbmit-heading-typography-font-family);
    font-weight: 700;
    font-size: 13px;
    line-height: 19px;
    letter-spacing: -.5px;
    text-transform: capitalize;
    font-style: normal;
}
.contact-form button:hover{
	background-color: var(--pbmit-blackish-color);
}

/** 05 - Team Details **/
.team_member_details .pbmit-btn span:after {
    content: '\e81c';
    font-family: "pbminfotech-base-icons";
}
.team_member_details .pbmit-btn-global {
    font-family: Poppins,sans-serif;
    font-weight: 700;
    line-height: 60px;
    text-transform: capitalize;
    font-style: normal;
    letter-spacing: -.14px;
    font-size: 14px;
    height: 60px;
    padding: 0 65px 0 55px;
}
.team_section .pbmit-team-inner-page {
    margin-bottom: 30px;
}
.team_section .pbmit-team-style-2 .pbmit-team-title {
    letter-spacing: 0;
}
.team_member_details .pbmit-btn:hover:after {
    background-color: var(--pbmit-heading-color);
}
.team_member_details h3 {
    letter-spacing: 0px;
}
.team_member_details .pbmit-team-left-inner {
    margin-right: 20px;
    box-shadow: 0 0 21px 0 rgb(0 0 0 / 9%);
}
.team_member_details .pbmit-team-info-block-1 {
    padding: 30px;
}
.team_member_details .pbmit-team-info-block-2 h3 {
    font-size: 24px;
}
.team_member_details .pbmit-team-info-block-2 {
    background-color: var(--pbmit-white-color);
    margin: 0px 30px;
    padding: 30px 0px;
    border-top: 1px solid rgb(229 232 239);
    border-bottom: 1px solid rgb(229 232 239);
}
.team_member_details .pbmit-team-title {
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 26px;
    letter-spacing: -0.5px;
}
.team_member_details .pbmit-short-description {
    font-size: 14px;
}
.team_member_details .pbmit-team-designation {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 20px;
    font-weight: 600;
    letter-spacing: 0;
    color: var(--pbmit-blackish-color);
}
.team_member_details .pbmit-single-team-info {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}
.team_member_details .pbmit-single-team-info li label {
    display: inline-block;
    font-weight: 600;
    margin-bottom: 0.5rem;
}
.team_member_details .pbmit-single-team-info li:last-child label {
    margin: 0;
}
.team_member_details .pbmit-team-info-block-1 h3 {
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 30px;
}
.team_member_details .pbmit-team-info-block-2 h3 {
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 20px;
}
.team_member_details .pbmit-team-social-links a {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 0;
    font-size: 16px;
    color: var(--pbmit-white-color);
    background-image: linear-gradient(to right,var(--pbmit-secondary-color),var(--pbmit-global-color));
}
.team_member_details .pbmit-team-social-links li {
    display: inline-block;
    margin-right: 20px;
}
.team_member_details .pbmit_wrapper h3 {
    font-weight: 700;
    font-size: 32px;
    line-height: 36px;
    letter-spacing: -.5px;
    color: var(--pbmit-blackish-color);
    text-transform: none;
    font-style: normal;
    margin-bottom: 20px;
}
.team_member_details .pbmit_inner-wrapper {
    margin-bottom: 35px;
}
.team_member_details .pbminfotech-ul-list ul li i {
    margin-right: 10px;
    color: var(--pbmit-global-color);
}
.team_member_details .pbminfotech-ul-list ul li {
    margin-top: 0px;
    margin-bottom: 15px;
    font-family: var(--pbmit-body-typography-font-family);
    font-weight: 600;
    color: var(--pbmit-blackish-color);
}
.team_member_details .pbmit_wrapper-text {
    padding-top: 10px;
}
.team_member_details .input-group input,
.team_member_details .input-group textarea {
    display: block;
    width: 100%;
    height: 50px;
    font-size: 16px;
    color: rgba( 50, 50, 50, 0.4 );
    line-height: 50px;
    padding: 0px 15px;
    font-weight: 600;
    border: 1px solid rgba( 50, 50, 50, 0.1 );
    font-size: 13px;
}
.team_member_details .input-group textarea {
    height: 150px;
    resize: none;
    padding: 12px 15px;
}
.team_member_details .input-group {
    display: inline-block;
    margin-bottom: 30px;
}
.team_member_details .progressbar-style-2 {
    margin-bottom: 0px;
    padding: 10px 0px;
}
.team_member_details .progress {
    background-color: var(--pbmit-light-color);
    margin-top: 0;
}
.team_member_details  .progressbar-style-2 .progress-label {
    color: var(--pbmit-body-typography-color);
}
.team_member_details .pbmit-btn-blackish {
    padding: 18px 28px;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: 500;
    background-color: var(--pbmit-heading-color);
}
.team_member_details .pbmit-btn-blackish:after {
    display: none;
}
.team_member_details .our-team_section .pbmit-team-style-1 {
    margin-bottom: 30px;
}
.team_member_details  .pbmit-team-left-inner h3,
.team_member_details  .pbmit-team-left-inner h2 {
    color: var(--pbmit-global-color);
}
.team_member_details .pbmit_wrapper p {
    color: rgb(153 153 153);
}
.team_member_details .pbmit_wrapper .pbmit_wrapper-text p {
    color: var(--pbmit-body-typography-color);
}
.team_member_details .pbmit-entry-content {
    margin: 15px -10px 0 -10px;
}
.team_member_details .pbmit-team-info-block-1 .pbmit-team-title {
    margin-bottom: 0px;
}

/** 06 - Contact Us**/
label.error {
	background: rgb(255, 0, 0);
	color: var(--pbmit-white-color);
	border-radius: 0px 0 10px 10px;
	margin-bottom: 15px;
	padding: 0 10px;
	font-size: 12px;
	display: block;
	margin-top: -26px;
	margin-right: 20%;
    margin-left: 1px;
}
.message-status{
	margin-top: 30px;
}
.contact-us-map iframe {
    width: 100%;
    height: 630px;
    filter: brightness( 100% ) contrast( 100% ) saturate( 26% ) blur( 0px ) hue-rotate( 9deg );
}
.from-section_contact-us .connect-us-from {
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: rgb(238, 238, 238);
    box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.09);
    margin-bottom: 0px;
    padding: 100px 140px 100px 120px;
	margin-top: -40px;
	position: relative;
	background-color: var(--pbmit-white-color);
}
.from-section_contact-us .pbmit-heading-subheading {
    margin-bottom: 60px;
}
.from-section_contact-us .contact-form input.form-control,
.from-section_contact-us .contact-form textarea.form-control {
    margin-bottom: 25px;
    border-radius: 0;
}
.from-section_contact-us .form-control {
    height: 60px;
    padding: 0px 30px;
}
.from-section_contact-us .contact-form textarea.form-control {
    padding: 40px 35px;
    height: 210px;
}
.pbmit-client-wrapper h4 {
    display: none;
}
.client-section_contect-us {
    padding: 100px 0 80px;
}
.from-section_contact-us .contact-form button:hover {
    background-color: var(--pbmit-secondary-color);
}
.from-section_contact-us .pbmit-btn {
    background-color: var(--pbmit-global-color);
    height: 60px;
    padding: 0 60px 0 40px;
    position: relative;
	text-align: center;
    margin: 0 auto;
    display: block;
}

/**07 - Comment Form **/
.form-control{
	height: 50px;
	display: block;
    width: 100%;
    font-size: 13px;
    line-height: normal;
    padding: 0px 25px;
    font-weight: normal;
    border: 0;
    border-radius: 3px;
    margin-bottom: 0px;
	background-color: var(--pbmit-white-color);
    font-weight: 600;
}
.form-control::placeholder{
    color: rgb(153, 153, 153, 0.8) !important;
}
input:focus, .form-control:focus {
	color: var(--pbmit-body-typography-color);
    outline: none!important;
    box-shadow: none !important;
}
textarea.form-control{
	padding: 12px 15px;
	height: 110px;
	resize: none;
}
.input-button{
	margin-top: 20px;
}

/** 08 - Faq **/
.faq_section-one .pbmit-heading-subheading .pbmit-heading-desc,
.faq_section-two .pbmit-heading-subheading .pbmit-heading-desc {
    font-size: unset;
}
.faq_section-one .pbmit-heading-subheading,
.faq_section-two .pbmit-heading-subheading {
    margin-bottom: 65px;
}
.ctn-preloader,.dropdown dt a span {
    display: -ms-flexbox;
    display: -webkit-box
}

#sample,.dropdown dd,.left--title {
    position: relative
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a:before,.sidebar-wrapper .sidebar-menu .sidebar-dropdown>a:after {
    font-family: "Font Awesome 5 Free";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal
}

.dropdown dd,.dropdown dt,.dropdown ul,.sidebar-wrapper ul {
    margin: 0;
    padding: 0
}

.parallax-container .is-in-view:first-child,section.hero__ .masthead__images .is-in-view:first-child {
    grid-row: span 2
}

a.tf-button,div.tf-container,div.tf-title {
    vertical-align: baseline
}

section#blog.blog__main .blog__main-container .blog__sidebar .blog__sidebar-cat .box-title svg,section#blog.blog__main .blog__main-container .blog__sidebar .blog__sidebar-search .box-title svg,section#blog__content .blog__content-container .blog__sidebar .blog__sidebar-cat .box-title svg {
    margin-right: 7px
}

.back-to-top svg,.blog__sidebar-search .box-title svg path,section#blog.blog__main .blog__main-container .blog__sidebar .blog__sidebar-cat .box-title svg path,section#blog.blog__main .blog__main-container .blog__sidebar .blog__sidebar-search .box-title svg path,section#blog__content .blog__content-container .blog__sidebar .blog__sidebar-cat .box-title svg path,section#customContent .customContent__container .customContent__item .customContent__item-detail:hover svg path {
    fill: var(--text_white)
}

.content__title,section#contact-form {
    margin-bottom: 50px
}

.section--3 .section--wrapper .swiper--area .swpbtn::after,.section--3.blog .section--wrapper .swiper--area .section--item .content a .content::after,section#gallerybox .gallerybox-container .gallerybox__item .card .card-footer .actionbtn .absolute--item::after {
    content: none
}

a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: middle
}

html {
    scroll-behavior: smooth
}

body {
    font-family: Poppins;
    background: var(--site_bg);
    width: 100%;
    outline: 0!important
}

body:before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.5);
    -webkit-transition: .3s;
    transition: .3s;
    opacity: 0;
    visibility: hidden;
    z-index: 1
}

body.offcanvas-menu:before {
    opacity: 1;
    z-index: 1002;
    visibility: visible
}

main {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

ol,ul {
    list-style: none
}

a {
    text-decoration: none!important
}

:focus {
    outline: 0
}

input::-webkit-inner-spin-button,input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.left--title {
    text-align: left;
    padding-left: 30px
}

.left--title .content__title-text {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: var(--main_text)
}

.left--title .content__title-title {
    font-weight: 400;
    font-size: 15px;
    line-height: 30px;
    color: var(--text_1)
}

.left--title::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 10px;
    opacity: .2;
    background: #3ba934;
    border-radius: 13px
}

section#page__text .page__text-container h5 {
    font-weight: 700;
    font-size: 19px;
    line-height: 26px;
    color: var(--main_text);
    border-bottom: 1px solid #f4f8fb;
    margin-bottom: 30px;
    padding-bottom: 30px
}

section#page__text .page__text-container h1 {
    font-weight: 700;
    font-size: 18px;
    color: var(--main_text)
}

.ctn-preloader {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: none;
    display: flex;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 900
}

.ctn-preloader .animation-preloader {
    position: absolute;
    z-index: 100
}

.ctn-preloader .animation-preloader .spinner {
    -webkit-animation: 1s linear infinite spinner;
    animation: 1s linear infinite spinner;
    border-radius: 50%;
    border: 3px solid rgba(0,0,0,.2);
    border-top-color: #000;
    height: 9em;
    margin: 0 auto;
    width: 9em
}

.ctn-preloader .loader-section {
    background-color: #fff;
    height: 100%;
    position: fixed;
    top: 0;
    width: calc(50% + 1px)
}

.ctn-preloader .loader-section.section-left {
    left: 0
}

.ctn-preloader .loader-section.section-right,.site-navbar .toggle-button {
    right: 0
}

.loaded .animation-preloader {
    opacity: 0;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out
}

.loaded .loader-section.section-left {
    -webkit-transform: translateX(-101%);
    transform: translateX(-101%);
    -webkit-transition: .7s cubic-bezier(.1, .1, .1, 1) .3s;
    transition: .7s cubic-bezier(.1, .1, .1, 1) .3s
}

.loaded .loader-section.section-right {
    -webkit-transform: translateX(101%);
    transform: translateX(101%);
    -webkit-transition: .7s cubic-bezier(.1, .1, .1, 1) .3s;
    transition: .7s cubic-bezier(.1, .1, .1, 1) .3s
}

@-webkit-keyframes spinner {
    to {
        -webkit-transform: rotateZ(360deg);
        transform: rotateZ(360deg)
    }
}

@keyframes spinner {
    to {
        -webkit-transform: rotateZ(360deg);
        transform: rotateZ(360deg)
    }
}

@-webkit-keyframes letters-loading {
    0%,100%,75% {
        opacity: 0;
        -webkit-transform: rotateY(-90deg);
        transform: rotateY(-90deg)
    }

    25%,50% {
        opacity: 1;
        -webkit-transform: rotateY(0);
        transform: rotateY(0)
    }
}

@keyframes letters-loading {
    0%,100%,75% {
        opacity: 0;
        -webkit-transform: rotateY(-90deg);
        transform: rotateY(-90deg)
    }

    25%,50% {
        opacity: 1;
        -webkit-transform: rotateY(0);
        transform: rotateY(0)
    }
}

.notice,.pd50,section#blog,section#blog__content,section#gallerybox,section#page__text,section#productBox,section.order-inquiry {
    padding: 50px 0
}

.pd30 {
    padding-top: 0;
    padding-bottom: 30px!important
}

.bgsoft {
    background: var(--section_bg)
}

:root {
    --site_bg: #fafbfd;
    --bg_1: #2e3647;
    --bg_2: #f5476a;
    --bg_3: #fafbfd;
    --site_header: #fff;
    --alpha: 0.8;
    --kutu_1: #F9F2F5;
    --kutu_1_buton: #E34565;
    --kutu_2: #F2F4F7;
    --kutu_2_buton: #5D6C85;
    --main_text: #2e3647;
    --text_1: #677894;
    --text_white: #ffffff;
    --section_bg: #f4f8fb;
    --breadcumb_background: #f4f8fb;
    --size: calc(calc(100vw / var(--Nhexa)) - var(--gap))
}

.content__title {
    text-align: center
}

.site-navbar,.site-navbar .site-navigation .site-menu {
    margin-bottom: 0
}

.content__title .content__title-title {
    font-weight: 600;
    font-size: 21px;
    line-height: 33px;
    color: var(--main_text);
    margin-bottom: 4px
}

.content__title .content__title-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    color: var(--subtext);
    color: var(--text_1)
}

.dropdown dd ul {
    background: #fff;
    display: block!important;
    left: 0;
    list-style: none;
    border-radius: 5px
}

.dropdown dd ul li a {
    padding: 5px;
    font-size: 14px;
    font-weight: 500;
    color: var(--text_1);
    cursor: pointer;
    padding-left: 15px;
    display: block
}

.dropdown dd ul li:not(:last-child) {
    border-bottom: 1px solid var(--section_bg)
}

.dropdown dt a {
    background: #fff;
    padding-left: 15px;
    display: block;
    padding-right: 20px
}

.dropdown dt a span {
    cursor: pointer;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    color: var(--text_1)
}

.dropdown a,.dropdown a:visited {
    color: #816c5b;
    text-decoration: none;
    outline: 0
}

#odeme-bildirimi h3,#odeme-bildirimi i,#odeme-bildirimi label,.site-navbar .site-navigation .site-menu .has-children .dropdown>li>a:hover,p.info {
    color: var(--text_1)
}

.dropdown span.value,.sidebar-wrapper .sidebar-menu .sidebar-submenu,p:first-of-type span {
    display: none
}

.dropdown img.flag {
    border: none;
    vertical-align: middle;
    margin-left: 10px
}

#sample {
    display: block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#sample li {
    margin-right: 0!important
}

.sidebar-wrapper {
    position: absolute;
    top: 30px;
    right: 0;
    z-index: 2;
    border-radius: 8px;
    opacity: 0;
    visibility: hidden
}

.sidebar-wrapper .sidebar-brand {
    padding: 10px 15px 10px 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    min-width: 151px
}

.sidebar-wrapper .sidebar-brand>a {
    -webkit-transition: .3s;
    transition: .3s;
    text-transform: uppercase;
    font-weight: 700;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.sidebar-wrapper .sidebar-brand #close-sidebar {
    cursor: pointer;
    font-size: 20px;
    margin-left: auto
}

.sidebar-wrapper .sidebar-brand #close-sidebar svg,svg {
    vertical-align: middle
}

#close-sidebar,.page-wrapper .page-content,.page-wrapper .sidebar-wrapper,.sidebar-wrapper .sidebar-brand #close-sidebar svg .sidebar-wrapper .sidebar-dropdown>a:after,.sidebar-wrapper ul li a i {
    -webkit-transition: .3s;
    transition: .3s
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li {
    padding-left: 25px;
    font-size: 13px
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a:before {
    -webkit-transition: .3s;
    transition: .3s;
    content: "\f111";
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    margin-right: 10px;
    font-size: 8px
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a .badge,.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a .label {
    float: right;
    margin-top: 0
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu ul {
    padding: 5px 0
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown>a:after {
    font-weight: 900;
    content: "\f105";
    font-variant: normal;
    text-rendering: auto;
    text-align: center;
    background: 0 0;
    position: absolute;
    right: 15px;
    top: 14px
}

.sidebar-wrapper .sidebar-menu ul li a {
    transition: .3s;
    display: inline-block;
    width: 100%;
    text-decoration: none;
    position: relative;
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--main_text)!important;
    font-weight: 500!important
}

.sidebar-wrapper .sidebar-menu ul li a:not(:last-child) {
    margin-bottom: 10px
}

.sidebar-wrapper .sidebar-menu ul li a:hover>i::before {
    display: inline-block;
    -webkit-animation: .5s ease-in-out alternate swing;
    animation: .5s ease-in-out alternate swing
}

.sidebar-wrapper .sidebar-menu ul li a i {
    margin-right: 10px;
    font-size: 12px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 4px
}

.sidebar-wrapper .sidebar-menu ul li a span.badge,.sidebar-wrapper .sidebar-menu ul li a span.label {
    float: right;
    margin-top: 8px;
    margin-left: 5px
}

.sidebar-wrapper .sidebar-menu .header-menu span {
    font-weight: 700;
    font-size: 14px;
    padding: 15px 20px 5px;
    display: inline-block
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown.active>a:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    right: 17px
}

.sidebar-wrapper ul {
    list-style-type: none
}

.sidebar-wrapper a,.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
    text-decoration: none
}

#show-sidebar {
    left: 0;
    padding: 0 0 0 15px;
    margin: 0 0 0 15px;
    border: none;
    color: var(--text_white);
    font-weight: 500;
    font-size: 13px;
    line-height: 18px;
    display: flex;
    align-items: center;
    border-left: 1px solid var(--text_white);
    border-radius: 0;
    position: relative
}

#show-sidebar::after {
    content: "";
    position: absolute;
    left: 0;
    background: var(--text_1);
    opacity: .2;
    width: 1px;
    height: 100%
}

#show-sidebar img {
    margin-right: 10px
}

#show-sidebar i {
    margin-left: 8px;
    font-size: 15px
}

#show-sidebar i.bi-globe {
    margin-left: 0;
    font-size: 20px;
    margin-right: 8px
}

#show-sidebar i.ri-global-line {
    margin-left: 0;
    font-size: 18px;
    margin-right: 8px
}

#show-sidebar svg {
    -webkit-animation: 4s infinite rotate;
    animation: 4s infinite rotate;
    vertical-align: middle
}

#show-sidebar svg path {
    fill: #fff
}

.page-wrapper.toggled .sidebar-wrapper {
    opacity: 1;
    visibility: visible
}

#header__top {
    z-index: 34;
    position: relative;
    background: var(--bg_1)
}

#header__top .header__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 0
}

#header__top .header__container .header__left ul,#header__top .header__container .header__right,#header__top .header__container .header__right ul {
    display: flex;
    align-items: center
}

#header__top .header__container .header__left ul li {
    font-weight: 500;
    font-size: 13px;
    line-height: 17px;
    color: var(--text_white);
    display: flex;
    align-items: center
}

#header__top .header__container .header__left ul li i {
    font-size: 18px;
    line-height: 18px;
    margin-right: 7px;
    vertical-align: middle;
    color: var(--passive)
}

#header__top .header__container .header__left ul li:not(:last-child) {
    margin-right: 15px
}

#header__top .header__container .header__right ul li:not(:last-child) {
    margin-right: 13px
}

#header__top .header__container .header__right ul li a {
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: var(--text_white)
}

#header__top .header__container .header__right ul li a i {
    font-size: 18px;
    line-height: 18px;
    font-weight: 400
}

.site-navbar {
    z-index: 9999;
    position: relative;
    width: 100%;
    background: var(--bg_3)
}

.siparis #selector .dropdown-menu .dropdown-item:active,.siparis #selector .dropdown-menu .dropdown-item:focus,.site-navbar.another--page {
    background: 0 0
}

.site-navbar .toggle-button a {
    color: var(--main__text)
}

.site-navbar .toggle-button a span i {
    color: var(--text_white);
    font-size: 25px
}

.site-navbar .site-navigation.border-bottom {
    border-bottom: 1px solid gray!important
}

.site-navbar .site-navigation .site-menu a {
    text-decoration: none!important;
    display: inline-block
}

.site-navbar .site-navigation .site-menu>li {
    display: inline-block
}

.site-navbar .site-navigation .site-menu>li:not(:last-child) {
    padding-right: 26px
}

.site-navbar .site-navigation .site-menu>li>a {
    font-weight: 500;
    font-size: 15px;
    line-height: 100px;
    mix-blend-mode: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--text_white);
    padding: 0
}

.another--page .site-navigation .site-menu>li>a,.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span i {
    color: var(--text_white)
}

.site-navbar .site-navigation .site-menu>li>a i {
    margin-left: 2px
}

.hero--item,.site-navbar .site-navigation .site-menu .has-children {
    position: relative
}

.site-navbar .site-navigation .site-menu .has-children .dropdown {
    visibility: hidden;
    opacity: 0;
    top: 100%;
    position: absolute;
    text-align: left;
    border-radius: 8px;
    padding: 10px 13px;
    margin-top: 20px;
    margin-left: 0;
    background: #fff;
    transition: .3s ease-in-out;
    overflow: hidden;
    -webkit-box-shadow: 0 2px 11px 1px rgba(0,0,0,.07);
    -moz-box-shadow: 0 2px 11px 1px rgba(0,0,0,.07);
    box-shadow: 0 2px 11px 1px rgba(0,0,0,.07)
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
    position: absolute
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
    display: none;
    bottom: 100%;
    left: 20%;
    border: 10px solid rgba(136,183,213,0);
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #fff;
    margin-left: -10px
}

.site-navbar .site-navigation .site-menu .has-children .dropdown a {
    text-transform: none;
    -webkit-transition: .3s;
    transition: .3s
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li {
    list-style: none;
    padding: 0;
    margin: 0;
    -webkit-transition: .3s;
    transition: .3s;
    min-width: 175px
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li:last-child {
    margin-bottom: 4px
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li>a {
    padding: 9px 10px;
    display: block;
    position: relative;
    z-index: 0;
    transition: .3s ease-in-out;
    color: var(--main_text);
    line-height: 23px
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li>a::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    z-index: -1;
    opacity: 0;
    transition: .3s ease-in-out
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li>a:hover::after {
    background: var(--bg_2);
    opacity: .04
}

.site-navbar .site-navigation .site-menu .has-children:active,.site-navbar .site-navigation .site-menu .has-children:focus,.site-navbar .site-navigation .site-menu .has-children:hover {
    cursor: pointer
}

.site-navbar .site-navigation .site-menu .has-children:active>.dropdown,.site-navbar .site-navigation .site-menu .has-children:focus>.dropdown,.site-navbar .site-navigation .site-menu .has-children:hover>.dropdown {
    margin-top: 0;
    visibility: visible;
    opacity: 1
}

.site-navbar .site__menu-contact {
    margin-left: 32px
}

.site-navbar .site__menu-contact a {
    font-weight: 500;
    font-size: 15px;
    background: var(--bg_2);
    padding: 10px;
    border-radius: 5px;
    line-height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--text_white)
}

.site-navbar .site__menu-contact a i {
    margin-right: 8px;
    font-size: 20px
}

.site-mobile-menu {
    width: 300px;
    position: fixed;
    left: 0;
    z-index: 2000;
    padding-top: 20px;
    background: var(--site_header);
    height: calc(100vh);
    -webkit-transform: translateX(-110%);
    transform: translateX(-110%);
    -webkit-box-shadow: -10px 0 20px -10px rgba(0,0,0,.1);
    box-shadow: -10px 0 20px -10px rgba(0,0,0,.1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.offcanvas-menu .site-mobile-menu {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.site-mobile-menu .site-mobile-menu-header {
    width: 100%;
    float: left;
    padding-right: 20px;
    padding-bottom: 15px
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin-top: 8px
}

.breadcrumb .breadcrumb__container ul li:first-child i,.siparis #selector .dropdown-toggle:after,section#productBox .product__box-container .product__box-sidebar .product__box-sidecontent .product__box-sideslide>.product__box-item:not(:first-child) {
    display: none
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close .mobilelogo img {
    max-width: 170px;
    -o-object-fit: cover;
    object-fit: cover;
    max-height: 45px
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
    font-size: 30px;
    display: inline-block;
    padding-left: 20px;
    padding-right: 0;
    line-height: 1;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
    color: gray
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
    float: left;
    margin-top: 10px;
    margin-left: 0
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
    display: inline-block;
    text-transform: uppercase
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
    max-width: 70px
}

.site-mobile-menu .site-mobile-menu-body {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    position: relative;
    padding: 0 20px 150px;
    height: calc(100vh - 52px)
}

.site-mobile-menu .site-mobile-menu-body::-webkit-scrollbar-track {
    opacity: 0;
    display: none
}

.site-mobile-menu .site-mobile-menu-body::-webkit-scrollbar-thumb {
    opacity: 0;
    display: none
}

.site-mobile-menu .site-mobile-menu-body::-webkit-scrollbar-thumb:hover {
    opacity: 0;
    display: none
}

.site-mobile-menu .site-nav-wrap {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative
}

.site-mobile-menu .site-nav-wrap a {
    padding: 0;
    display: block;
    position: relative;
    color: var(--text_white)
}

.site-mobile-menu .site-nav-wrap li {
    position: relative;
    display: block;
    margin: 20px 0 5px
}

.site-mobile-menu .site-nav-wrap .arrow-collapse {
    position: absolute;
    right: 0;
    top: 10px;
    z-index: 20;
    width: 36px;
    height: 36px;
    text-align: center;
    cursor: pointer;
    border-radius: 50%
}

.site-mobile-menu .site-nav-wrap .arrow-collapse:before {
    font-size: 12px;
    z-index: 20;
    content: "";
    position: absolute;
    background-image: url(/assets/img/arrowdown.svg);
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%) rotate(-180deg);
    transform: translate(-50%,-50%) rotate(-180deg);
    -webkit-transition: .3s;
    transition: .3s
}

.site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.site-mobile-menu .site-nav-wrap>li {
    display: block;
    position: relative;
    float: left;
    width: 100%
}

.parallax-container,section.hero__ .masthead__images {
    display: grid;
    grid-template-columns: auto auto;
    grid-template-rows: 1fr 1fr;
    gap: 30px
}

.site-mobile-menu .site-nav-wrap>li>a {
    font-size: 14px;
    font-weight: 500
}

.site-mobile-menu .site-nav-wrap>li>ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.site-mobile-menu .site-nav-wrap>li>ul>li {
    display: block;
    margin-top: 20px;
    margin-bottom: 0
}

.site-mobile-menu .site-nav-wrap>li>ul>li>a {
    padding-left: 20px;
    font-size: 14px
}

.modal-header .close,.site-mobile-menu .site-nav-wrap>li>ul>li>ul {
    padding: 0;
    margin: 0
}

.site-mobile-menu .site-nav-wrap>li>ul>li>ul>li {
    display: block
}

.site-mobile-menu .site-nav-wrap>li>ul>li>ul>li>a {
    font-size: 15px;
    padding-left: 60px
}

.site-mobile-menu .site-nav-wrap[data-class=social] {
    float: left;
    width: 100%;
    margin-top: 30px;
    padding-bottom: 5em
}

.site-mobile-menu .site-nav-wrap[data-class=social]>li {
    width: auto
}

.site-mobile-menu .site-nav-wrap[data-class=social]>li:first-child a {
    padding-left: 15px!important
}

.sticky-wrapper {
    position: relative;
    z-index: 9;
    width: 100%
}

.sticky-wrapper .site-navbar {
    -webkit-transition: .3s;
    transition: .3s;
    width: 100%!important
}

.sticky-wrapper .site-navbar .site-logo img {
    max-height: 65px;
    max-width: 100%
}

.sticky-wrapper .site-navbar ul li a {
    color: var(--main_text);
    font-size: 15px;
    font-weight: 500;
    border-radius: 8px
}

.sticky-wrapper .site-navbar ul li a.active {
    color: #fff!important
}

.sticky-wrapper.is-sticky .site-navbar {
    -webkit-box-shadow: 4px 0 20px -5px rgba(0,0,0,.2);
    box-shadow: 4px 0 20px -5px rgba(0,0,0,.2);
    background: var(--site_header)
}

.sticky-wrapper.is-sticky .site-navbar ul li a {
    color: var(--text_white);
    line-height: 75px
}

.sticky-wrapper.is-sticky .site-navbar ul li a.active {
    color: #00f!important
}

.sticky-wrapper .shrink {
    padding-top: 0!important;
    padding-bottom: 0!important
}

.page-wrapper {
    z-index: 2;
    position: relative
}

.page-wrapper .theme {
    width: 40px;
    height: 40px;
    display: inline-block;
    border-radius: 4px;
    margin: 2px
}

.page-wrapper .theme.chiller-theme {
    background: #1e2229
}

.hero--content {
    z-index: 0;
    position: relative;
    background: var(--bg_3);
    margin-top: -100px
}

#parallax-container {
    padding-top: 100px;
    padding-bottom: 30px
}

.is-in-view {
    position: relative!important
}

.is-in-view.maxw img {
    max-width: 409px;
    object-fit: cover
}

.owl-carousel .owl-item img {
    width: unset!important;
    border-radius: 8px
}

div#pxl_image-5eab401-7044.pxl-image-single.slide-up-down.style-default,div#pxl_image-95b3efc-4726.pxl-image-single.pxl-image-move2.style-default,div.pxl-item--image,div.pxl-item--inner,img.no-lazyload.attachment-full {
    border-radius: inherit;
    box-sizing: border-box;
    line-height: 28.0001px;
    font-size: 18px
}

.iteck-animated-lines {
    position: absolute;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
    overflow: hidden
}

.iteck-animated-lines span {
    position: absolute;
    height: 100%;
    width: 1px;
    z-index: -1
}

.iteck-animated-lines span::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 1px;
    left: 0;
    opacity: .04;
    background: var(--text_1)
}

.iteck-animated-lines span:first-of-type {
    right: 18%
}

.iteck-animated-lines span:nth-of-type(2) {
    right: 34%
}

.iteck-animated-lines span:nth-of-type(3) {
    right: 50%
}

.iteck-animated-lines span::before {
    position: absolute;
    content: "";
    left: 0;
    top: -20px;
    height: 25px;
    width: 1px;
    background-color: var(--bg_2);
    animation: 5s ease-in-out infinite afterline
}

.iteck-animated-lines span:first-of-type::before {
    animation-delay: -2s
}

.iteck-animated-lines span:nth-of-type(2)::before {
    animation-delay: -1s
}

.iteck-animated-lines span:nth-of-type(3)::before {
    animation-delay: 0
}

@keyframes afterline {
    0% {
        top: -20px
    }

    100% {
        top: 100%
    }
}

section.hero__ {
    position: relative;
    height: 800px;
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 0
}

#pxl_image-5eab401-7044 {
    position: absolute;
    right: 0;
    box-sizing: border-box;
    display: inline-block;
    line-height: 28.0001px;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,transform .4s
}

#pxl_image-95b3efc-4726 {
    position: absolute;
    left: 0;
    bottom: 0
}

div#pxl_image-95b3efc-4726.pxl-image-single.pxl-image-move2.style-default {
    animation: 14s linear infinite alternate animationFramesTwo;
    color: #5d666f
}

@keyframes animationFramesOne {
    0%,100% {
        transform: translate(0,0)
    }

    10% {
        transform: translate(40px,-20px)
    }

    25% {
        transform: translate(30px,30px)
    }

    50% {
        transform: translate(80px,80px)
    }

    70% {
        transform: translate(-60px,50px)
    }

    85% {
        transform: translate(50px,-70px)
    }
}

@keyframes animationFramesThree {
    0%,100% {
        transform: translate(0,0)
    }

    20% {
        transform: translate(40px,-5px)
    }

    40% {
        transform: translate(60px,40px)
    }

    60% {
        transform: translate(40px,60px)
    }

    80% {
        transform: translate(-40px,60px)
    }
}

@keyframes animationFramesFive {
    0%,100% {
        transform: translate(0,0)
    }

    20% {
        transform: translate(-20px,40px)
    }

    40% {
        transform: translate(40px,40px)
    }

    60% {
        transform: translate(60px,-60px)
    }

    80% {
        transform: translate(-40px,40px)
    }
}

@keyframes pxl_top_bottom {
    0% {
        transform: translateX(0)
    }

    25% {
        transform: translateY(-40px)
    }

    100%,50% {
        transform: translateY(0)
    }

    75% {
        transform: translateY(40px)
    }
}

@keyframes animationFramesTwo {
    0%,100% {
        transform: translate(0,0)
    }

    20% {
        transform: translate(-5px,40px)
    }

    40% {
        transform: translate(40px,60px)
    }

    60% {
        transform: translate(60px,40px)
    }

    80% {
        transform: translate(60px,-40px)
    }
}

@keyframes pxl_right_left {
    0%,100%,50% {
        transform: translateX(0)
    }

    25% {
        transform: translateX(40px)
    }

    75% {
        transform: translateX(-40px)
    }
}

div#pxl_image-5eab401-7044.pxl-image-single.slide-up-down.style-default {
    animation: 1.2s infinite alternate pxl_float_two
}

div.group-title,div.tf-container,div.tf-title,div.wd-employer,section.employer-section-two {
    line-height: 25px;
    font-weight: inherit
}

img.no-lazyload.attachment-full {
    box-shadow: none;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    width: auto
}

@keyframes pxl_float_two {
    0% {
        transform: translateY(0)
    }

    100% {
        transform: translateY(-20px)
    }
}

section.hero__ .absolute--item {
    position: absolute;
    z-index: -1
}

section.hero__ .hero__container {
    max-width: 660px;
    z-index: 1
}

section.hero__ .hero__container .hero__top {
    font-weight: 500;
    font-size: 19px;
    line-height: 28px;
    color: var(--text_white);
    margin-bottom: 5px;
    animation-delay: 1s;
    animation-fill-mode: both;
    animation-duration: 1s
}

.is-in-view .anim,section.hero__ .hero__container .hero__title {
    animation-delay: 1.5s;
    animation-duration: 1.5s;
    animation-fill-mode: both
}

.fadeInUp,.owl-item.active .hero__container .hero__text,.owl-item.active .hero__container .hero__title,.owl-item.active .hero__container .hero__top,.owl-item.active .is-in-view:nth-child(3) .anim {
    animation-name: fadeInUp
}

.parallax-container .is-in-view .anim {
    animation-delay: 1s;
    animation-fill-mode: both;
    animation-duration: 1s
}

.parallax-container .is-in-view .anim img {
    max-width: 100%;
    object-fit: cover
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(30px)
    }

    100% {
        opacity: 1;
        transform: none
    }
}

@keyframes fadeDown {
    0% {
        opacity: 0;
        transform: translateY(-30px)
    }

    100% {
        opacity: 1;
        transform: none
    }
}

section.hero__ .hero__container .hero__title {
    font-weight: 600;
    font-size: 55px;
    line-height: 73px;
    color: var(--text_white);
    margin-bottom: 30px
}

.owl-item.active .is-in-view:first-child .anim {
    animation-name: fadeInRight
}

.owl-item.active .is-in-view:nth-child(2) .anim {
    animation-name: fadeDown
}

section.hero__ .hero__container .hero__text {
    font-weight: 400;
    font-size: 17px;
    line-height: 32px;
    color: var(--text_white);
    margin-bottom: 35px;
    animation-delay: 2s;
    animation-fill-mode: both;
    animation-duration: 2s
}

section.hero__ .hero__container .hero__links a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    max-width: 180px;
    font-weight: 500;
    font-size: 15px;
    line-height: 55px;
    color: var(--text_white);
    border-radius: 5px;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    position: relative
}

.owl-item.active .hero__container .hero__links {
    animation-name: fadeInUp;
    animation-delay: 2.5s;
    animation-fill-mode: both;
    animation-duration: 2.5s
}

section.hero__ .hero__container .hero__links a::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border: 1px solid var(--text_1);
    opacity: .04;
    border-radius: 8px
}

section.hero__ .hero__container .hero__links a.hero__about-link {
    display: inline-flex;
    justify-content: center;
    width: 100%;
    max-width: 180px;
    font-weight: 500;
    font-size: 15px;
    color: var(--text_white);
    border-radius: 5px;
    transition: .3s ease-in-out;
    position: relative;
    line-height: 55px
}

section.hero__ .hero__container .hero__links a.hero__about-link::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 8px;
    border: 1px solid var(--section_bg);
    opacity: .04
}

.job-category-box:hover .job-category-box p,.job-category-box:hover h1,.job-category-box:hover p,.job-category-box:hover strong,section.hero__ .hero__container .hero__links a.hero__about-link:hover {
    color: var(--text_white)
}

section.hero__ .hero__container .hero__links a:not(:last-child) {
    margin-right: 30px
}

.job-category-box:hover,section.hero__ .hero__container .hero__links a.hero__contact-link {
    background: var(--bg_2)
}

section.hero__ .hero__container .hero__links a:hover.hero__contact-link {
    color: var(--text_white);
    background: 0 0
}

section.hero__ .hero__container .hero__links a:hover.hero__contact-link::after {
    background: 0 0;
    color: var(--text_white);
    border: 1px solid var(--text_white)
}

section.hero__ .hero__container .hero__links a:hover.hero__about-link::after {
    border-color: var(--bg_2)
}

section.hero__ .hero__container .hero__links a:hover.hero__about-link {
    background: var(--bg_2);
    color: var(--text_white)
}

.section--3 {
    position: relative;
    padding: 60px 0;
    margin: 60px 0 0
}

.section--3.blog {
    margin-top: 0;
    padding-bottom: 0
}

.section--3 .background--color {
    background: var(--breadcumb_background);
    border-radius: 8px;
    padding: 60px 50px
}

.section--3 .section--wrapper {
    border-radius: 8px
}

.section--3 .section--wrapper .swiper--area .section--item .content a {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    /* border-radius: 8px; */
    overflow: hidden
}

.section--3.pag .section--wrapper .swiper--area .section--item,.style-RV1XZ:not(:last-child) {
    margin-bottom: 30px
}

.footer--info--item:first-child,.mb-25,p.footer--info--item:first-of-type {
    margin-bottom: 25px!important
}

.section--3 .section--wrapper .swiper--area .section--item .content .absolute--item {
    position: absolute;
    top: 30px;
    right: 30px;
    border: 2px solid var(--text_white);
    width: 35px;
    height: 35px;
    font-size: 24px;
    color: var(--text_white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: .4s cubic-bezier(.075, .82, .165, 1)
}

.slick-lightbox-slick .slick-arrow,.swiper-button-disabled,p:first-of-type i {
    display: none!important
}

.section--3 .section--wrapper .swiper--area .section--item .content:hover .absolute--item {
    opacity: 1
}

.section--3 .section--wrapper .swiper--area .section--item .content:hover a img {
    transform: scale(1.05);
    transition: .4s cubic-bezier(.075, .82, .165, 1)
}

.section--3 .section--wrapper .swiper--area .section--item .content:hover a .price {
    background: var(--bg_2);
    color: var(--text_white)
}

.section--3.blog .section--wrapper .swiper--area .section--item .content:hover a .price {
    color: var(--main_text);
    background: var(--section_bg)
}

.section--3 .section--wrapper .swiper--area .section--item .content a .price {
    font-size: 12px;
    font-weight: 500;
    color: var(--main_text);
    background: var(--section_bg);
    padding: 4px 13px;
    border-radius: 100px;
    display: inline-block;
    width: fit-content;
    margin-bottom: 10px;
    transition: .4s cubic-bezier(.075, .82, .165, 1)
}

.section--3 .section--wrapper .swiper--area .section--item .content a h3 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    color: var(--text_white);
    margin-bottom: 10px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.section--3.blog .section--wrapper .swiper--area .section--item .content a h3 {
    font-size: 16px
}

.section--3 .section--wrapper .swiper--area .section--item .content a p {
    color: var(--text_white);
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px
}

.section--3 .section--wrapper .swiper--area .section--item .content a .content {
    position: absolute;
    bottom: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    z-index: 0
}

.section--3 .section--wrapper .swiper--area .section--item .content a .content::after {
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background: var(--bg_1);
    opacity: .8;
    z-index: -1
}

.section--3 .section--wrapper .swiper--area .section--item .content a img {
    max-width: 100%;
    object-fit: cover;
    transition: .4s ease-in-out
}

.section--3 .section--wrapper .swiper--area {
    position: relative
}

.section--3 .section--wrapper .swiper--area .swpbtn {
    width: 45px;
    height: 45px;
    background: var(--section_bg);
    color: var(--main_text);
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    z-index: 2
}

.section--3 .section--wrapper .swiper--area .swpbtn.next {
    right: -25px
}

.section--3 .section--wrapper .swiper--area .swpbtn.prev {
    left: -25px
}

.section--3.blog .section--wrapper .swiper--area .section--item .content .block {
    /* border-radius: 5px; */
    padding: 15px;
    position: relative;
    z-index: 0
}

.section--3.blog .section--wrapper .swiper--area .section--item .content .block::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    /* border-radius: 5px; */
    top: 0;
    left: 0;
    background: #21234b;
    opacity: .7;
    z-index: -1
}

.section--4 {
    height: 440px;
    overflow: hidden;
    position: relative;
    padding: 120px 0;
    background: url(../../images/nedenAlmanya.jpg) center right/cover no-repeat
}

.comments,.custom--layout,.job-category-section-two,.ref,.section--5,.siparis,section#bank {
    padding: 60px 0
}

.section--4:before {
    content: "";
    position: absolute;
    inset: 0;
    background: #03507a;
    background: linear-gradient(90deg,rgb(19 53 123 / 91%) 40%,rgba(3,80,122,0) 100%);
    z-index: 0
}

.section--4 .swiper--area .item--content .slick-list {
    height: 790px!important
}

.section--4 .swiper--area .item--content {
    margin-top: -218px
}

.section--4 .swiper--area .item--content .content {
    background: var(--bg_2);
    padding: 40px;
    border-radius: 8px;
    margin-bottom: 30px;
    transition: .3s ease-in-out
}

.section--4 .swiper--area .item--content .content.slick-active {
    background: var(--section_bg)
}

.job-category-box h1 a,.section--4 .swiper--area .item--content .content.slick-active .testiminfo .name,.section--4 .swiper--area .item--content .content.slick-active .testiminfo .small,.section--4 .swiper--area .item--content .content.slick-active .testiminfo .text--info i,.section--4 .swiper--area .item--content .content.slick-active .text--inner {
    color: var(--main_text)
}

.section--4 .swiper--area .item--content .content .testiminfo {
    display: flex;
    align-items: center
}

.section--4 .swiper--area .item--content .content .testiminfo .text--info {
    display: flex;
    justify-content: space-between;
    width: 100%
}

.section--4 .swiper--area .item--content .content .testiminfo .text--info i {
    font-size: 45px;
    color: var(--text_white);
    opacity: .4
}

.section--4 .swiper--area .item--content .content .testiminfo .image {
    min-width: 70px;
    height: 70px;
    max-width: 70px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 20px
}

.section--4 .swiper--area .item--content .content .testiminfo .image img {
    margin-right: 20px
}

.section--4 .swiper--area .item--content .content .testiminfo .name {
    font-size: 22px;
    line-height: 40px;
    font-weight: 600;
    color: var(--text_white)
}

.section--4 .swiper--area .item--content .content .testiminfo .small {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: var(--text_white)
}

.section--4 .swiper--area .item--content .content .text--inner {
    color: var(--text_white);
    font-size: 17px;
    line-height: 26px;
    font-weight: 400;
    position: relative;
    margin-bottom: 25px;
    padding-bottom: 25px
}

.section--4 .swiper--area .item--content .content .text--inner::after {
    width: 100%;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: .05;
    border-bottom: 1px solid var(--text_1)
}

.section--4 .section--wrapper .text--content {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.section--4 .section--wrapper .text--content .counter--area {
    margin-top: 25px
}

.section--4 .section--wrapper .text--content .counter--area .box-detail {
    font-size: 40px;
    font-weight: 700;
    color: var(--text_white)
}

.section--4 .section--wrapper .text--content .counter--area .box-detail .counter-title p {
    font-size: 16px;
    font-weight: 500;
    color: var(--text_white)
}

.section--4 .section--wrapper .text--content h4 {
    font-size: 54px;
    line-height: 64px;
    font-weight: 700;
    color: var(--text_white);
    margin-bottom: 30px
}

.section--4 .section--wrapper .text--content p {
    font-size: 19px;
    line-height: 35px;
    font-weight: 100;
    color: var(--text_white)
}

.section--5 .content__title .content__title-text,.section--5 .content__title-title {
    text-align: left
}

.bg-map,.box-map,.section--5 .section--wrapper .section--item {
    position: relative
}

.section--5 .section--wrapper .section--item .content {
    display: flex;
    align-items: center;
    position: relative
}

.section--5 .section--wrapper .section--item .content.active .hidden--image,.section--5 .section--wrapper .section--item .content:hover .hidden--image {
    opacity: 1;
    visibility: visible
}

.section--5 .section--wrapper .section--item:first-child .text--link {
    border-radius: 8px 8px 0 0
}

.section--5 .section--wrapper .section--item:last-child .text--link {
    border-radius: 0 0 8px 8px
}

.section--5 .section--wrapper .section--item:not(:last-child)::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    border-bottom: 1px solid var(--main_text);
    opacity: .05
}

.section--5 .section--wrapper .section--item .content .text--link {
    padding: 60px;
    background: var(--breadcumb_background);
    width: 100%;
    height: 100%;
    font-size: 22px;
    line-height: 34px;
    color: var(--main_text);
    font-weight: 500
}

.section--5 .section--wrapper .section--item .content .text--link h3 {
    max-width: 550px;
    line-height: 37px
}

.section--5 .section--wrapper .section--item .content .hidden--image {
    opacity: 0;
    visibility: hidden;
    transform: rotate(-10deg);
    border-radius: 8px;
    overflow: hidden;
    position: absolute;
    right: 5%;
    bottom: 0;
    z-index: 1;
    transition: .3s ease-in-out
}

.section--5 .section--wrapper .section--item .content .hidden--image img {
    object-fit: cover;
    max-width: 100%
}

section.employer-section-two {
    padding: 60px 0;
    display: block;
    font-size: 100%;
    font-style: inherit;
    background: var(--section_bg)
}

a.tf-button,div.group-title,div.tf-container,div.tf-title,div.wd-employer,span.icon-arrow-right2 {
    background: 0 0;
    box-sizing: border-box;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit
}

div.tf-container {
    bottom: 0;
    left: 0;
    margin: 0 auto;
    max-width: 100%;
    padding: 0 15px;
    position: relative;
    right: 0;
    top: 0;
    width: 1440px
}

div.group-title,div.wd-employer {
    margin: 0;
    padding: 0;
    vertical-align: baseline
}

div.tf-title {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin: 0 0 40px;
    padding: 0
}

p.info {
    box-sizing: border-box;
    font-family: inherit;
    font-style: inherit;
    font-weight: inherit
}

a.tf-button {
    align-items: center;
    color: var(--main_text);
    cursor: pointer;
    display: inline-flex;
    font-weight: 700;
    line-height: 26px;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-transform: none;
    transition: .3s ease-in-out
}

a.tf-button:focus,a.tf-button:hover {
    color: #14a077;
    outline: 0;
    text-decoration: none;
    transition: .3s ease-in-out
}

span.icon-arrow-right2 {
    color: #14a077;
    cursor: pointer;
    display: block;
    font-weight: inherit;
    line-height: 16px;
    margin: 0 0 0 4px;
    padding: 0;
    vertical-align: baseline
}

div.employer-block,div.row.wow.fadeInUp.animated {
    background: 0 0;
    box-sizing: border-box;
    font-size: 100%;
    font-weight: inherit;
    line-height: 25px;
    vertical-align: baseline;
    font-family: inherit;
    font-style: inherit
}

div.row.wow.fadeInUp.animated {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    animation: 1s both fadeInUp;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12px;
    padding: 0;
    visibility: visible
}

div.employer-block {
    border: 0;
    border-radius: 8px;
    bottom: 0;
    cursor: pointer;
    left: 0;
    margin: 0 0 32px;
    position: relative;
    right: 0;
    top: 0;
    transition: .3s ease-in-out
}

a.action--btn,div.inner-box,img.p--img {
    background: 0 0;
    box-sizing: border-box;
    cursor: pointer;
    margin: 0
}

a.jobtex-link-item,div.employer-block::after {
    bottom: 0;
    position: absolute;
    transition: .3s ease-in-out;
    width: 100%;
    top: 0;
    left: 0;
    right: 0
}

div.employer-block a {
    z-index: 1;
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    padding: 20px
}

div.employer-block::after {
    content: "";
    height: 100%;
    border-radius: 8px;
    border: 1px solid var(--text_1);
    opacity: .03
}

a.action--btn {
    bottom: 0;
    color: var(--main_text);
    font-size: 18px;
    font-weight: 700;
    left: 0;
    line-height: 23px;
    padding: 0;
    right: 0;
    text-decoration: none;
    top: 0;
    transition: .3s ease-in-out;
    vertical-align: baseline
}

div.box-content,div.inner-box,div.logo-company,div.star,img.p--img {
    font-size: 100%;
    line-height: 25px;
    font-weight: inherit
}

a.action--btn:hover {
    color: var(--bg_2);
    outline: 0;
    text-decoration: none;
    transition: .3s ease-in-out
}

.bg-map .container,a.action--btn:not(.jobtex-link-item) {
    position: relative;
    z-index: 2
}

a.action--btn:focus,a.jobtex-link-item:focus {
    color: #14a077;
    outline: 0;
    text-decoration: none;
    transition: .3s ease-in-out
}

div.employer-block:hover::after {
    border-color: var(--bg_2);
    opacity: .5
}

div.inner-box {
    align-items: center;
    display: flex;
    font-family: inherit;
    font-style: inherit;
    vertical-align: baseline
}

div.logo-company {
    background: 0 0;
    box-sizing: border-box;
    cursor: pointer;
    font-family: inherit;
    font-style: inherit;
    height: 60px;
    margin: 0 15px 0 0;
    max-width: 60px;
    min-width: 60px;
    padding: 0;
    vertical-align: baseline
}

img.p--img {
    font-family: inherit;
    font-style: inherit;
    height: 100%;
    max-width: 100%;
    padding: 0;
    vertical-align: middle;
    width: 100%
}

div.box-content,div.star,span.icon-bolt,span.icon-star-full {
    font-style: inherit;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    background: 0 0;
    box-sizing: border-box;
    cursor: pointer;
    font-family: inherit
}

div.box-content strong {
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    color: var(--main_text)
}

span.icon-star-full {
    color: #ffb321;
    font-size: 12.8px;
    font-weight: inherit;
    line-height: 12.8px
}

a.jobtex-link-item {
    box-sizing: border-box;
    color: var(--main_text);
    font-family: inherit;
    font-style: inherit;
    font-weight: 700
}

a.jobtex-link-item:hover {
    color: var(--text_1);
    outline: 0;
    text-decoration: none;
    transition: .3s ease-in-out
}

span.icon-bolt {
    border-radius: 50%;
    color: #fff;
    font-size: 14px;
    font-weight: inherit;
    line-height: 14px
}

p.info {
    background: 0 0;
    box-sizing: border-box;
    color: var(--text_1);
    cursor: pointer;
    display: inline-block;
    font-family: inherit;
    font-size: 15px;
    font-style: inherit;
    font-weight: inherit;
    line-height: 22px;
    margin: 0;
    padding: 0;
    vertical-align: baseline
}

a.jobtex-link-item,span.icon-map-pin {
    box-sizing: border-box;
    font-size: 100%;
    font-weight: inherit;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    font-family: inherit;
    font-style: inherit;
    background: 0 0;
    cursor: pointer
}

span.icon-map-pin {
    color: var(--text_1);
    line-height: 14px
}

a.jobtex-link-item {
    color: var(--main_text);
    display: block;
    height: 100%;
    line-height: 25px;
    text-decoration: none
}

@media only screen and (max-width: 550px) {
    div.tf-title {
        display:block;
        padding: 0
    }

    p.info {
        margin-bottom: 10px
    }
}

.comments .comments--area .swiper--item .swiper--content {
    padding: 50px;
    background: #fff;
    border-radius: 8px
}

.comments .comments--area .swiper--item p {
    font-size: 16px;
    line-height: 26px;
    color: var(--text_1);
    padding-bottom: 30px
}

.comments .comments--area .swiper--item .swiper--content .bottom {
    display: flex;
    align-items: center;
    margin-bottom: 25px
}

.comments .comments--area .swiper--item .swiper--content .bottom .name {
    font-size: 17px;
    font-weight: 600;
    line-height: 27px;
    color: var(--main_text)
}

.comments .comments--area .swiper--item .swiper--content .bottom .image {
    margin-right: 15px;
    border-radius: 8px;
    overflow: hidden
}

.comments .comments--area .swiper--item .swiper--content .bottom--info {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.comments .comments--area .swiper--item .swiper--content .bottom--info .subname {
    font-size: 15px;
    font-weight: 500;
    color: var(--text_1)
}

.comments .comments--area .swiper--item .swiper--content .bottom--info .star {
    font-size: 17px;
    color: var(--bg_2)
}

#style-M2QyF.style-M2QyF {
    transform: translate3d(0,0,0);
    transition-duration: 0s
}

#style-sTVSC.style-sTVSC {
    transform: translate3d(-1500px,0,0);
    transition-duration: .5s
}

.wd-banner-counter {
    padding-top: 20px
}

.tf-container.st3 {
    width: 1201px
}

.group-title-counter {
    padding-bottom: 40px;
    text-align: center
}

.group-counter {
    border-radius: 8px;
    background-color: #fff;
    position: relative;
    padding: 40px 0
}

.group-title-counter h3 {
    line-height: 44px;
    font-size: 36px;
    color: #23262f;
    margin-bottom: 8px
}

.group-title-counter.stc p {
    font-size: 18px;
    line-height: 28px
}

.align-item-center {
    align-items: center
}

.ani4 {
    -webkit-animation: 7s ease-in-out infinite alternate ani4;
    animation: 7s ease-in-out infinite alternate ani4
}

.group-counter .widget-counter {
    display: flex;
    align-items: center;
    justify-content: center
}

.group-counter .widget-counter::after {
    content: "";
    position: absolute;
    right: 0;
    height: 100%;
    width: 1px;
    opacity: .04;
    border-right: 1px solid var(--text_1)
}

.br-none.widget-counter::after {
    border-right: none!important
}

.group-counter .widget-counter .icon {
    margin-right: 25px
}

.group-counter .widget-counter.br-none {
    border-right: hidden
}

.wd-counter p {
    font-size: 16px;
    line-height: 23px;
    color: var(--text_1);
    margin-bottom: 0
}

.wd-counter h2 {
    font-size: 20px;
    color: var(--main_text);
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 0
}

iframe,p.btn-category-p,span {
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    margin: 0;
    padding: 0
}

p.btn-category-p,span {
    font-family: inherit;
    font-weight: inherit;
    font-style: inherit;
    outline: 0;
    background: 0 0
}

@keyframes ani4 {
    0%,100% {
        transition: .3s;
        transform: translateX(0)
    }

    50% {
        -webkit-transition: .3s;
        -moz-transition: .3s;
        -ms-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
        transform: translateX(-20px)
    }
}

.d-block {
    display: block!important
}

.section {
    display: inline-block;
    width: 100%
}

.box-map .img--box article img {
    object-fit: cover
}

:selection {
    background: #069;
    color: #fff
}

iframe {
    width: 100%!important
}

.animate__fadeIn {
    animation-name: fadeIn
}

.map-info {
    position: absolute;
    top: 48px;
    bottom: 75px;
    right: 38px;
    max-width: 340px;
    z-index: 1;
    background-color: #fff;
    padding: 30px 29px;
    margin-left: 38px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center
}

.map-info .bottom {
    margin-top: 29px;
    padding-top: 20px;
    font-weight: 600;
    line-height: 28px;
    font-size: 15px;
    position: relative;
    width: 100%;
    color: var(--text_1)
}

.map-info .bottom::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    opacity: .04;
    border-top: 1px solid var(--text_1)
}

.footer--info--item {
    display: flex;
    align-items: center;
    color: var(--text_1)
}

.footer--info--item strong {
    font-size: 14px;
    font-weight: 500
}

.footer--info--item:not(:last-child) {
    margin-bottom: 10px
}

#odeme-bildirimi h3 i,.footer--info--item strong span {
    margin-right: 5px
}

.footer--info--item i {
    font-size: 16px;
    margin-right: 10px;
    color: var(--bg_2)
}

a.btn-category-job,p {
    font-size: 100%;
    border: 0;
    vertical-align: baseline
}

p {
    margin: 0;
    padding: 0
}

.color-grey-700 {
    color: #5b647c
}

.mb-10 {
    margin-bottom: 10px!important
}

.mb-30 {
    margin-bottom: 30px!important
}

.line-border {
    border-bottom: 1px solid #e8e9ed;
    margin: 20px 0
}

.font-md-bold {
    font-weight: 600;
    font-family: epilogue,sans-serif;
    line-height: 28px;
    font-size: 16px
}

.color-brand-1 {
    color: #fec201!important
}

.icon-16 {
    height: 16px;
    color: #041c2f
}

.mr-10 {
    margin-right: 10px!important
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

#style-219aY.style-219aY {
    border: 0;
    visibility: visible
}

#style-t8VsQ.style-t8VsQ {
    visibility: visible;
    max-height: 40px
}

#style-3gcnR.style-3gcnR,#style-GvyhP.style-GvyhP,#style-RV1XZ.style-RV1XZ,#style-a3BCL.style-a3BCL,#style-j6J9j.style-j6J9j,#style-kEYUv.style-kEYUv,#style-rBTog.style-rBTog {
    visibility: visible
}

.tf-container {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-right: 15px;
    padding-left: 15px;
    width: 1440px;
    max-width: 100%
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.tf-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px
}

.group-category-job {
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px
}

a.btn-category-job {
    color: var(--main_text);
    text-decoration: none;
    font-family: inherit;
    font-weight: inherit;
    font-style: inherit;
    margin: 0;
    padding: 0;
    outline: 0;
    background: 0 0;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.tf-button,.tf-title h1,section#bank .bank-item .bank-container .bank-bottom p b,section#page__text .page__text-container p b {
    font-weight: 700
}

.tf-button {
    padding: 0;
    border: none;
    display: inline-flex;
    align-items: center;
    text-transform: none;
    font-size: 16px;
    line-height: 26px
}

.section--1,.section--2 {
    padding: 60px 0 30px
}

a.btn-category-job:hover {
    color: #14a077;
    text-decoration: none;
    outline: 0;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.job-category-box.active p,.pagination .page-item .page-link:hover,.section--1 .section--wrapper .section--item .content a:hover {
    color: var(--text_white);
    color: var(--text_white)
}

.job-category-box {
    color: #fff;
    transition: .3s ease-in-out
}

.group-category-job .job-category-box {
    margin-bottom: 20px;
    border-radius: 8px;
    padding: 28px;
    background: var(--section_bg);
    border: 1px solid #f4f8fb
}

.job-category-box.active,.job-category-box:hover {
    background: var(--bg_2);
    transition: .3s ease-in-out;
    cursor: pointer
}

@media (min-width: 1200px) {
    h1.btn-category-h1 {
        font-size:2.5rem
    }
}

h1.btn-category-h1 {
    font-family: inherit;
    font-size: 80px;
    font-weight: 700;
    font-style: inherit;
    vertical-align: baseline;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    background: 0 0;
    line-height: 1.1em
}

.tf-title h1 {
    font-size: 36px;
    line-height: 44px;
    color: var(--main_text);
    margin-bottom: 16px
}

.tf-title p {
    color: var(--text_1);
    font-size: 18px;
    font-weight: 400;
    line-height: 28px
}

.job-category-box .btn-category-job,.job-category-box strong {
    text-transform: none;
    border: none;
    font-size: 14px;
    line-height: 22px;
    padding: 0;
    align-items: center;
    display: flex;
    font-weight: 600
}

.tf-button span {
    color: #14a077;
    margin-left: 4px
}

.job-category-box strong,section#blog .blog__container .blog__item .blog__item-detail:hover .blog__item-body .blog__item-btn a,section#blog.blog__main .blog__main-container .blog__sidebar .blog__sidebar-cat .blog__sidebar-features ul li.category-item:hover a i {
    color: var(--bg_2)
}

.icon-arrow-right2:before {
    content: "\ea3c"
}

.job-category-box .job-category-header {
    margin-bottom: 8px
}

.job-category-box strong {
    transition: .3s ease-in-out
}

.job-category-box .btn-category-job {
    color: var(--bg_2)
}

.section--2 .circle-shape-1,.section--2 .circle-shape-2 {
    border-radius: 50%;
    transform: translatey(0);
    background-color: var(--bg_2)
}

.job-category-box.active .btn-category-job,.job-category-box.active a,.job-category-box:hover .btn-category-job,.job-category-box:hover a {
    color: var(--text_white);
    transition: .3s ease-in-out;
    color: var(--text_white)
}

.job-category-box h1 {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: var(--main_text);
    transition: .3s ease-in-out
}

.job-category-box p {
    color: var(--text_1);
    font-size: 15px;
    line-height: 22px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.job-category-box .btn-category-job span {
    margin-left: 4px;
    font-size: 20px
}

.icon-keyboard_arrow_right:before {
    content: "\e9a0"
}

.job-category-box.active p {
    transition: .3s ease-in-out
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(30px)
    }

    100% {
        opacity: 1;
        transform: none
    }
}

.section--1 .section--wrapper .section--item .content {
    margin-bottom: 30px
}

.section--1 .section--wrapper .section--item .content a {
    background: var(--section_bg);
    padding: 40px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    line-height: 28px;
    font-weight: 600;
    color: var(--main_text);
    transition: .3s ease-in-out
}

.pagination .page-item .page-link:hover,.section--1 .section--wrapper .section--item .content a:hover {
    background: var(--bg_2)
}

.section--2 {
    position: relative;
    overflow: hidden;
    background: var(--breadcumb_background)
}

.section--2 .circle-shape-1 {
    width: 160px;
    height: 160px;
    opacity: .6;
    top: 30%;
    left: -80px;
    opacity: .4;
    animation: 6s ease-in-out infinite float1
}

@keyframes float1 {
    0%,100% {
        transform: translatex(0)
    }

    50% {
        transform: translatex(-20px)
    }
}

.section--2 .circle-shape-2 {
    width: 800px;
    height: 800px;
    opacity: .6;
    left: -400px;
    bottom: -523px;
    opacity: .2;
    animation: 6s ease-in-out infinite float
}

@keyframes float {
    0%,100% {
        transform: translatey(0)
    }

    50% {
        transform: translatey(-20px)
    }
}

.section--2 .section--wrapper .sticky--content h3 {
    font-size: 48px;
    line-height: 56px;
    font-weight: 500;
    color: var(--main_text)
}

.section--2 .section--wrapper .sticky--content {
    position: sticky;
    top: 130px;
    display: block
}

.section--2 .section--wrapper .sticky--content p {
    font-size: 16px;
    line-height: 32px;
    font-weight: 400;
    color: var(--text_1)
}

.section--2 .section--wrapper .content {
    display: flex;
    align-items: flex-start;
    padding: 30px;
    background: var(--section_bg);
    border-radius: 8px;
    margin-bottom: 30px
}

.section--2 .section--wrapper .content:not(:last-child),section#blog.blog__main .blog__main-container .blog__sidebar .blog__sidebar-cat,section#blog.blog__main .blog__main-container .blog__sidebar .sidebar__ads,section#blog.blog__main .section--item {
    margin-bottom: 30px
}

.section--2 .section--wrapper .content .icon {
    font-size: 30px;
    min-width: 65px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 30px;
    background: var(--breadcumb_background);
    border-radius: 8px;
    color: var(--main_text);
    position: relative;
    z-index: 0;
    overflow: hidden;
    transition: .4s ease-in-out
}

.section--2 .section--wrapper .content .icon::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 0;
    background-color: var(--bg_2);
    transition: .4s ease-in-out;
    visibility: hidden;
    opacity: 0;
    z-index: -1
}

.section--2 .section--wrapper .content:hover .icon {
    color: var(--text_white)
}

.section--2 .section--wrapper .content:hover .icon::after {
    height: 100%;
    visibility: visible;
    opacity: 1
}

.section--2 .section--wrapper .content .info small {
    font-size: 15px;
    font-weight: 500;
    color: var(--text_1)
}

.section--2 .section--wrapper .content .info h3 {
    font-size: 21px;
    line-height: 34px;
    font-weight: 600;
    color: var(--main_text);
    margin-bottom: 15px;
    margin-top: 1px
}

.section--2 .section--wrapper .content .info p {
    font-size: 15px;
    line-height: 26px;
    font-weight: 400;
    color: var(--text_1)
}

section#portfolio .content__title {
    margin-bottom: 24px
}

section#portfolio .portfolio__container .portfolio__item {
    background: #fff;
    border-radius: 10px;
    padding: 30px;
    border: 15px solid var(--site_bg);
    overflow: hidden;
    border-bottom: 10px
}

section#portfolio .portfolio__container .portfolio__item .portfolio__item-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid var(--section_bg);
    margin-bottom: 30px;
    padding-bottom: 30px
}

section#portfolio .portfolio__container .portfolio__item .portfolio__item-top .portfolio__item-icon {
    overflow: hidden;
    margin-right: 25px;
    width: 60px;
    height: 60px;
    background: var(--bg_3);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    -webkit-transition: .4s;
    transition: .4s;
    position: relative;
    z-index: 0
}

.footer--top__block .block--wrapper .block--content--right a:not(:last-child),section#customContent .customContent__container .customContent__item .customContent__item-detail .customContent__item-icon {
    margin-right: 30px
}

section#contact-boxes .row .box-detail .bn-2:after,section#portfolio .portfolio__container .portfolio__item .portfolio__item-top .portfolio__item-icon:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 0;
    background-color: var(--bg_2);
    -webkit-transition: .4s;
    transition: .4s;
    visibility: hidden;
    opacity: 0;
    z-index: -1
}

section#portfolio .portfolio__container .portfolio__item .portfolio__item-top .portfolio__item-icon i {
    font-size: 23px;
    margin-top: 2px;
    color: var(--main_text);
    -webkit-transition: .7s;
    transition: .7s
}

section#portfolio .portfolio__container .portfolio__item .portfolio__item-info .portfolio__item-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: var(--text_1);
    margin-bottom: 1px
}

section#portfolio .portfolio__container .portfolio__item .portfolio__item-info .portfolio__item-title {
    font-weight: 600;
    font-size: 19px;
    line-height: 28px;
    color: var(--main_text)
}

section#portfolio .portfolio__container .portfolio__item .portfolio__item-detail {
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    color: var(--text_1)
}

section#portfolio .portfolio__container .portfolio__item:hover .portfolio__item-top .portfolio__item-icon:after {
    height: 100%;
    visibility: visible;
    opacity: 1
}

section#portfolio .portfolio__container .portfolio__item:hover .portfolio__item-top .portfolio__item-icon i {
    color: var(--text_white)
}

section#portfolio.aboutusportfolio .portfolio__container .portfolio__item {
    border: 15px solid var(--section_bg)!important
}

section#blog .blog__container .blog__item .blog__item-detail .blog__item-image {
    border-radius: 8px 8px 0 0;
    line-height: 0;
    overflow: hidden
}

section#blog .blog__container .blog__item .blog__item-detail .blog__item-image img {
    width: 100%;
    max-height: 200px;
    object-fit: cover;
    border-radius: 8px 8px 0 0;
    transition: .7s;
    transform: scale(1)
}

section#blog .blog__container .blog__item .blog__item-detail .blog__item-body {
    padding: 30px;
    background: #fff
}

section#blog .blog__container .blog__item .blog__item-detail .blog__item-body .blog__item-cat span a {
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: var(--text_1)
}

section#blog .blog__container .blog__item .blog__item-detail .blog__item-body .blog-text {
    padding: 20px 0 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #f3f5f7
}

section#blog .blog__container .blog__item .blog__item-detail .blog__item-body .blog-text p {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: var(--text_1);
    margin-bottom: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-all
}

section#blog .blog__container .blog__item .blog__item-detail .blog__item-body .blog__item-title {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

section#blog .blog__container .blog__item .blog__item-detail .blog__item-body .blog__item-title a {
    font-weight: 600;
    font-size: 17px;
    line-height: 21px;
    color: var(--main_text);
    background-image: linear-gradient(var(--bg_2),var(--bg_2));
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0 3px;
    transition: background-size .8s;
    display: initial!important;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

section#blog .blog__container .blog__item .blog__item-detail .blog__item-body .blog__item-title a:hover {
    background-size: 100% 3px
}

section#blog .blog__container .blog__item .blog__item-detail .blog__item-body .blog__item-btn a {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: var(--text_1);
    position: relative;
    padding-bottom: 5px;
    -webkit-transition: .7s;
    transition: .7s
}

section#blog .blog__container .blog__item .blog__item-detail .blog__item-body .blog__item-btn a:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 24px;
    height: 2px;
    background: var(--text_1);
    -webkit-transition: .7s;
    transition: .7s;
    opacity: .7
}

section#blog .blog__container .blog__item .blog__item-detail:hover .blog__item-image img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

section#blog .blog__container .blog__item .blog__item-detail:hover .blog__item-body .blog__item-btn a:after {
    width: 100%;
    background: var(--bg_2)
}

section#blog .blog__container .blog__container-pagi {
    margin: 30px 0 0
}

.siparis .section-title,section#blog.blog__main .blog__container .blog__item .blog__item-detail {
    margin-bottom: 40px
}

section#blog.blog__main .blog__main-container .blog__sidebar .sidebar__ads .ad {
    height: 285px
}

section#blog.blog__main .blog__main-container .blog__sidebar .sidebar__ads .ad img {
    max-width: 100%;
    height: auto;
    vertical-align: middle
}

section#blog.blog__main .blog__main-container .blog__sidebar .blog__sidebar-search .box-title {
    padding: 18px 20px;
    color: var(--text_white);
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    background: var(--bg_2);
    border-radius: 8px 8px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

section#blog.blog__main .blog__main-container .blog__sidebar .blog__sidebar-search .search {
    background-color: #fff;
    padding: 20px;
    margin-bottom: 30px;
    border-radius: 0 0 8px 8px
}

section#blog.blog__main .blog__main-container .blog__sidebar .blog__sidebar-search .search .form-container {
    position: relative
}

section#blog.blog__main .blog__main-container .blog__sidebar .blog__sidebar-search .search .form-container input {
    font-weight: 500;
    font-size: 14px;
    color: var(--main_text);
    width: 100%;
    padding-left: 15px;
    line-height: 47px;
    border: 1px solid #f4f8fb;
    border-radius: 8px
}

section#blog.blog__main .blog__main-container .blog__sidebar .blog__sidebar-search .search .form-container input:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0
}

section#blog.blog__main .blog__main-container .blog__sidebar .blog__sidebar-search .search .form-container input::-webkit-input-placeholder {
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: var(--text_1)
}

section#blog.blog__main .blog__main-container .blog__sidebar .blog__sidebar-search .search .form-container input:-ms-input-placeholder {
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: var(--text_1)
}

section#blog.blog__main .blog__main-container .blog__sidebar .blog__sidebar-search .search .form-container input::-ms-input-placeholder {
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: var(--text_1)
}

section#blog.blog__main .blog__main-container .blog__sidebar .blog__sidebar-search .search .form-container input::placeholder {
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: var(--text_1)
}

section#blog.blog__main .blog__main-container .blog__sidebar .blog__sidebar-search .search .form-container button {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    right: 5px;
    border: none;
    background-color: transparent
}

section#blog.blog__main .blog__main-container .blog__sidebar .blog__sidebar-cat .box-title {
    padding: 18px 20px;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    color: var(--text_white);
    background: var(--bg_2);
    border-radius: 8px 8px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

section#blog.blog__main .blog__main-container .blog__sidebar .blog__sidebar-cat .blog__sidebar-features {
    background-color: #fff;
    padding: 25px;
    border-radius: 0 0 8px 8px
}

section#blog.blog__main .blog__main-container .blog__sidebar .blog__sidebar-cat .blog__sidebar-features ul {
    overflow: hidden
}

section#blog.blog__main .blog__main-container .blog__sidebar .blog__sidebar-cat .blog__sidebar-features ul li.category-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: default
}

section#blog.blog__main .blog__main-container .blog__sidebar .blog__sidebar-cat .blog__sidebar-features ul li.category-item:not(:last-child) {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f4f8fb
}

section#blog.blog__main .blog__main-container .blog__sidebar .blog__sidebar-cat .blog__sidebar-features ul li.category-item a {
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    color: var(--text_1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

section#blog.blog__main .blog__main-container .blog__sidebar .blog__sidebar-cat .blog__sidebar-features ul li.category-item a i {
    margin-right: 10px;
    font-size: 17px;
    color: var(--text_1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

section#blog.blog__main .blog__main-container .blog__sidebar .blog__sidebar-cat .blog__sidebar-features ul li.category-item:hover a {
    color: var(--main_text)
}

.pagination {
    text-align: center;
    width: 100%
}

.pagination .page-item {
    width: 100%;
    max-width: 90px
}

.pagination .page-item .page-link {
    font-size: 14px;
    font-weight: 600;
    color: var(--text_1);
    background: var(--section_bg);
    padding: 0;
    line-height: 48px;
    border: none!important;
    outline: 0;
    -webkit-transition: .4s;
    transition: .4s
}

.pagination .page-item .page-link.active {
    background-color: var(--bg_2);
    color: var(--text_white)
}

.pagination .page-item .page-link:focus {
    outline: 0;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

#blog-comments {
    padding-bottom: 50px;
    padding-top: 25px
}

.blog__sidebar-search .box-title {
    padding: 18px 20px;
    color: var(--text_white);
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    background: var(--bg_2);
    border-radius: 8px 8px 0 0
}

.blog__sidebar-search .box-title svg {
    margin-right: 12px
}

.blog__sidebar-search .search {
    background-color: #fff;
    padding: 20px;
    margin-bottom: 30px;
    border-radius: 0 0 8px 8px
}

.blog__sidebar-search .search .form-container {
    position: relative
}

.blog__sidebar-search .search .form-container input {
    font-weight: 500;
    font-size: 14px;
    color: var(--main_text);
    width: 100%;
    padding-left: 15px;
    line-height: 47px;
    border: 1px solid #f4f8fb;
    border-radius: 8px
}

.blog__sidebar-search .search .form-container input:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0
}

.blog__sidebar-search .search .form-container input::-webkit-input-placeholder {
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: var(--text_1)
}

.blog__sidebar-search .search .form-container input:-ms-input-placeholder {
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: var(--text_1)
}

.blog__sidebar-search .search .form-container input::-ms-input-placeholder {
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: var(--text_1)
}

.blog__sidebar-search .search .form-container input::placeholder {
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: var(--text_1)
}

.blog__sidebar-search .search .form-container button {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    right: 5px;
    border: none;
    background-color: transparent
}

.footer--top__block {
    padding-bottom: 60px;
    padding-top: 15px
}

.footer--top__block .block--wrapper {
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: -50px;
    border-radius: 5px;
    position: relative;
    z-index: 0
}

.footer--top__block .block--wrapper::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: .07;
    border-radius: 8px;
    background: var(--bg_2);
    z-index: -1
}

.footer--top__block .block--wrapper .block--content--left,.siparis .form,section#contact-form .form {
    border-radius: 8px
}

.footer--top__block .block--wrapper .block--content--left h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
    color: var(--main_text);
    margin-bottom: 7px
}

.footer--top__block .block--wrapper .block--content--left p {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: var(--main_text);
    margin-bottom: 0
}

.footer--top__block .block--wrapper .block--content--right {
    border-radius: 5px;
    display: flex;
    align-items: center
}

.footer--top__block .block--wrapper .block--content--right a {
    border-radius: 5px;
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    color: var(--text_white);
    min-width: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--kutu_1_buton);
    height: 60px
}

.footer--top__block .block--wrapper .block--content--right a.whatsapp {
    background: var(--kutu_2_buton)
}

.text--area.padding {
    margin: 50px 0
}

.text--area .image--area {
    border-radius: 14px;
    overflow: hidden
}

.text--area .image--area img {
    max-width: 100%;
    height: auto;
    border-radius: 8px
}

.text--area .text--content {
    /* background: var(--section_bg); */
    padding: 30px;
    border-radius: 5px
}

.text--area .text--content .text--title {
    color: var(--main_text);
    position: relative;
    font-weight: 600;
    font-size: 29px;
    line-height: 26px;
    color: var(--main_text);
    margin-bottom: 15px;
    padding-bottom: 15px
}

.text--area .text--content .text--title::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-bottom: 1px solid var(--text_1);
    opacity: .04
}

.text--area .text--content .text {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: var(--text_1)
}

.breadcrumb {
    margin: 0;
    z-index: 0;
    display: flex;
    align-items: center;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover
}

.breadcrumb.blog .breadcrumb__container .breadcrumb__title {
    font-size: 20px;
    line-height: 29px
}

.breadcrumb::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: var(--section_bg)
}

.breadcrumb .breadcrumb__container {
    display: none;
    align-items: center;
    z-index: 1;
    position: relative;
    padding: 10px 0;
}

.breadcrumb .breadcrumb__container .breadcrumb__title {
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    color: var(--text_white)
}

.breadcrumb .breadcrumb__container ul span {
    margin: 2px 5px 0;
    display: flex;
    align-items: center
}

.breadcrumb .breadcrumb__container ul span i {
    line-height: 4px;
    color: var(--main_text)
}

.breadcrumb .breadcrumb__container ul li {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    color: var(--main_text)
}

.breadcrumb .breadcrumb__container ul li i {
    line-height: 21px;
    color: var(--text_1);
    margin-left: .625rem;
    margin-right: .625rem
}

.breadcrumb .breadcrumb__container ul li a {
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    color: var(--text_1)
}

.custom--layout.page--bayi {
    padding: 50px 0 98px;
    margin-bottom: -50px
}

.custom--layout .custom--layout__wrapper .layout--content {
    background: var(--section_bg);
    display: flex;
    align-items: center;
    padding: 25px;
    transition: .3s ease-in;
    border-radius: 8px
}

.custom--layout .custom--layout__wrapper .layout--content:hover .icon::after,section#contact-boxes .row .box-detail:hover .bn-2:after {
    height: 100%;
    visibility: visible;
    opacity: 1
}

.custom--layout .custom--layout__wrapper .layout--content:hover .icon i {
    color: var(--text_white)
}

.custom--layout .custom--layout__wrapper .layout--content .icon {
    min-width: 80px;
    height: 80px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--section_bg);
    margin-right: 25px;
    position: relative;
    transition: .4s;
    z-index: 0;
    overflow: hidden
}

.custom--layout .custom--layout__wrapper .layout--content .icon i {
    font-size: 30px;
    color: var(--text_1);
    transition: .3s ease-in
}

.custom--layout .custom--layout__wrapper .layout--content .icon::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 0;
    background-color: var(--bg_2);
    transition: .4s;
    visibility: hidden;
    opacity: 0;
    z-index: -1
}

.custom--layout .custom--layout__wrapper .layout--content .text {
    display: flex;
    align-items: flex-start;
    flex-direction: column
}

.custom--layout .custom--layout__wrapper .layout--content .text span {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 2px;
    color: var(--text_1);
    transition: .3s ease-in
}

.custom--layout .custom--layout__wrapper .layout--content .text strong {
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    color: var(--main_text);
    transition: .3s ease-in
}

section#contact-bottom,section#customContent {
    padding-bottom: 20px
}

section#bank .bank-item,section#customContent .customContent__container .customContent__item {
    margin-bottom: 30px
}

section#customContent .customContent__container .customContent__item .customContent__item-detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    border-radius: 8px;
    padding: 25px 30px;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

section#customContent .customContent__container .customContent__item .customContent__item-detail .customContent__item-icon i {
    font-size: 40px;
    color: var(--main__text);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

section#customContent .customContent__container .customContent__item .customContent__item-detail .customContent__item-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

section#customContent .customContent__container .customContent__item .customContent__item-detail .customContent__item-text span.smile {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: var(--text_1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

section#customContent .customContent__container .customContent__item .customContent__item-detail .customContent__item-text span {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: var(--main_text);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

section#customContent .customContent__container .customContent__item .customContent__item-detail svg {
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    margin-left: auto
}

section#customContent .customContent__container .customContent__item .customContent__item-detail svg path {
    fill: var(--text_1)
}

#odeme-bildirimi input[type=submit]:hover,.siparis .form #subbmit:hover,section#customContent .customContent__container .customContent__item .customContent__item-detail:hover {
    background: var(--bg_2)
}

section#contact-boxes .row .box-detail:hover .bn-2 i,section#counter .main-counter-list .counter-box:hover .box-detail .counter-title,section#counter .main-counter-list .counter-box:hover .box-detail p,section#counter .main-counter-list .counter-box:hover .box-img i,section#customContent .customContent__container .customContent__item .customContent__item-detail:hover .customContent__item-icon i,section#customContent .customContent__container .customContent__item .customContent__item-detail:hover .customContent__item-text span {
    color: var(--text_white)
}

section#customContent .customContent__container .customContent__item .customContent__item-detail:hover svg {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

section#page__text .page__text-container {
    /* background: var(--section_bg); */
    /* padding: 30px; */
    /* border-radius: 8px; */
}

section#page__text .page__text-container p {
    color: var(--text_1);
    font-size: 15px;
    line-height: 25px;
    font-weight: 400
}

section#bank {
    position: relative;
    z-index: 0
}

section#bank .bank-item .bank-container {
    padding: 40px;
    background-color: var(--section_bg);
    border-radius: 8px
}

section#bank .bank-item .bank-container .bank-top {
    border-bottom: 1px solid #ecf9ff;
    padding-bottom: 23px;
    margin-bottom: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    z-index: 1;
    position: relative
}

section#bank .bank-item .bank-container .bank-top .bank-name {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    margin-top: 15px;
    color: var(--main_text)
}

section#bank .bank-item .bank-container .bank-top svg {
    -webkit-transition: .4s;
    transition: .4s
}

section#bank .bank-item .bank-container .bank-bottom p {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: var(--main_text)
}

section#bank .bank-item .bank-container .bank-bottom p button {
    border: none;
    background-color: var(--theme_color_btn2);
    text-align: center;
    vertical-align: middle;
    padding: 1px 6px;
    color: #fff
}

section#bank .bank-item .bank-container .bank-bottom p button i {
    color: #fff;
    font-size: 14px
}

.modal-header .close span,section#bank .bank-item .bank-container .bank-bottom p button svg {
    vertical-align: inherit
}

section#bank .bank-item .bank-container .bank-bottom p:not(:last-child) {
    margin-bottom: 20px
}

section#bank .bank-item:hover span.arr svg,section#contact-boxes .row .box-detail:hover span.arr svg {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg)
}

section#bank .bank-item:hover span.arr svg path,section#contact-boxes .row .box-detail:hover span.arr svg path {
    fill: var(--bg_2)
}

.form--area,section#counter {
    padding-bottom: 50px
}

section#counter .main-counter-list .counter-box {
    background: #fff;
    border-radius: 8px;
    padding: 15px 30px;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    position: relative;
    z-index: 0
}

section#contact-bottom .bottom-boxes .boxes-item .boxes-detail:after,section#counter .main-counter-list .counter-box:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    content: "";
    background-color: var(--bg_2);
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    border-radius: 8px;
    -webkit-transition: .3s;
    transition: .3s
}

section#counter .main-counter-list .counter-box .box-img {
    margin-right: 20px;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    z-index: 1
}

section#counter .main-counter-list .counter-box .box-img i {
    font-size: 30px;
    color: var(--main_text);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

section#counter .main-counter-list .counter-box .box-detail {
    z-index: 1
}

section#counter .main-counter-list .counter-box .box-detail .counter-title {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: var(--main_text);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

section#counter .main-counter-list .counter-box .box-detail p {
    font-size: 12px;
    line-height: 15px;
    font-weight: 400;
    color: var(--text_1);
    margin-bottom: 2px;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

section#counter .main-counter-list .counter-box:hover:after {
    visibility: visible;
    opacity: 1;
    width: 100%
}

section#blog__content .blog__content-container .blog__content-left .blog__content-image {
    height: 350px;
    overflow: hidden
}

section#blog__content .blog__content-container .blog__content-left .blog__content-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    /* border-radius: 8px 8px 0 0; */
}

section#blog__content .blog__content-container .blog__content-left .blog__content-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 30px;
    background: #c2d0db94;
}

section#blog__content .blog__content-container .blog__content-left .blog__content-info ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

#odeme-bildirimi h3,.order_follow .lightbox-container .sip_item.product_area .product_container .p_wrapper,section#blog__content .blog__content-container .blog__content-left .blog__content-info ul li,section#fixed-whatsapp .item .item-detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

section#blog__content .blog__content-container .blog__content-left .blog__content-info ul li img.admin {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover
}

section#blog__content .blog__content-container .blog__content-left .blog__content-info ul li:not(:last-child) {
    margin-right: 20px
}

section#blog__content .blog__content-container .blog__content-left .blog__content-info ul li i,section#blog__content .blog__content-container .blog__content-left .blog__content-info ul li img {
    font-size: 16px;
    margin-right: 10px;
    color: var(--text_1)
}

section#blog__content .blog__content-container .blog__content-left .blog__content-info ul li span {
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
    color: var(--text_1);
    vertical-align: bottom
}

section#blog__content .blog__content-container .blog__content-left .blog__content-info ul li a {
    font-weight: 500;
    font-size: 13px;
    color: var(--text_1)
}

#top_alert .alertt span strong,section#blog__content .blog__content-container .blog__content-left .blog__content-info .share li:not(:last-child) {
    margin-right: 10px
}

section#blog__content .blog__content-container .blog__content-left .blog__content-info .share li a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 30px;
    height: 30px;
    border-radius: 2px;
    background: #fff
}

section#blog__content .blog__content-container .blog__content-left .blog__content-info .share li a img {
    width: 100%;
    height: auto;
    padding: 8px
}

section#blog__content .blog__content-container .blog__content-left .blog__content-text {
    padding: 30px;
    background: #dae2e97a;
}

section#blog__content .blog__content-container .blog__content-left .blog__content-text h1,section#blog__content .blog__content-container .blog__content-left .blog__content-text h2,section#blog__content .blog__content-container .blog__content-left .blog__content-text h3 {
    font-weight: 700;
    font-size: 19px;
    line-height: 28px;
    color: var(--main_text);
    margin-bottom: 30px
}

section#blog__content .blog__content-container .blog__content-left .blog__content-text p {
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    color: var(--text_1)
}

section#blog__content .blog__content-container .blog__sidebar .blog__sidebar-cat,section#blog__content .blog__content-container .blog__sidebar .sidebar__ads {
    margin-bottom: 30px
}

section#blog__content .blog__content-container .blog__sidebar .sidebar__ads .ad {
    height: 285px
}

section#blog__content .blog__content-container .blog__sidebar .sidebar__ads .ad img {
    max-width: 100%;
    height: auto;
    vertical-align: middle
}

section#blog__content .blog__content-container .blog__sidebar .blog__sidebar-cat .box-title {
    padding: 18px 20px;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    color: var(--text_white);
    background: var(--bg_2);
    border-radius: 8px 8px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

section#blog__content .blog__content-container .blog__sidebar .blog__sidebar-cat .blog__sidebar-features {
    background-color: var(--section_bg);
    padding: 25px;
    border-radius: 0 0 8px 8px
}

section#blog__content .blog__content-container .blog__sidebar .blog__sidebar-cat .blog__sidebar-features ul {
    overflow: hidden
}

section#blog__content .blog__content-container .blog__sidebar .blog__sidebar-cat .blog__sidebar-features ul li.category-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: default
}

section#blog__content .blog__content-container .blog__sidebar .blog__sidebar-cat .blog__sidebar-features ul li.category-item:not(:last-child) {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f4f8fb
}

section#blog__content .blog__content-container .blog__sidebar .blog__sidebar-cat .blog__sidebar-features ul li.category-item a {
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    color: var(--text_1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

section#blog__content .blog__content-container .blog__sidebar .blog__sidebar-cat .blog__sidebar-features ul li.category-item a i {
    margin-right: 10px;
    font-size: 17px;
    color: var(--text_1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.siparis #selector .dropdown-menu .dropdown-item,section#blog__content .blog__content-container .blog__sidebar .blog__sidebar-cat .blog__sidebar-features ul li.category-item:hover a {
    color: var(--main_text)
}

.order_follow .price .payment a,.order_follow .price span.toplam b,section#blog__content .blog__content-container .blog__sidebar .blog__sidebar-cat .blog__sidebar-features ul li.category-item:hover a i {
    color: var(--bg_2)
}

section#blog__content .blog__content-container .ad_hori {
    display: block;
    overflow: hidden;
    width: 100%;
    padding: 30px 0 0
}

.siparis .form .form-bottom .form-box input:focus,.siparis .form .form-bottom .form-box textarea:focus,section#blog__content .blog__content-container .ad_hori a,section#contact-form .form .form-bottom .form-box input:focus,section#contact-form .form .form-bottom .form-box textarea:focus {
    outline: 0
}

section#blog__content .blog__content-container .ad_hori a img {
    max-width: 100%;
    height: auto;
    vertical-align: middle
}

section.order-inquiry .order-inquiry-wrapper {
    background: var(--section_bg);
    border-radius: 8px;
    padding: 25px
}

section.order-inquiry .order-inquiry-wrapper .order-inquiry_top {
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #f4f8fb;
    font-weight: 500;
    font-size: 18px;
    line-height: 19px;
    color: var(--main_text)
}

section.order-inquiry .order-inquiry-wrapper .order-inquiry_body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 25px
}

section.order-inquiry .order-inquiry-wrapper .order-inquiry_body .o_label {
    font-weight: 500;
    font-size: 15px;
    line-height: 17px;
    color: var(--main_text);
    margin-bottom: 15px
}

section.order-inquiry .order-inquiry-wrapper .order-inquiry_body .order_control {
    border: 1px solid #f1f1f1;
    width: 100%;
    border-radius: 8px;
    font-size: 15px;
    height: 50px;
    padding: 15px;
    line-height: 19px;
    color: var(--main_text)
}

section.order-inquiry .order-inquiry-wrapper .order-inquiry_body .order_control::-webkit-input-placeholder {
    font-size: 15px;
    line-height: 16px;
    color: var(--text_1)
}

section.order-inquiry .order-inquiry-wrapper .order-inquiry_body .order_control:-ms-input-placeholder {
    font-size: 15px;
    line-height: 16px;
    color: var(--text_1)
}

section.order-inquiry .order-inquiry-wrapper .order-inquiry_body .order_control::-ms-input-placeholder {
    font-size: 15px;
    line-height: 16px;
    color: var(--text_1)
}

section.order-inquiry .order-inquiry-wrapper .order-inquiry_body .order_control::placeholder {
    font-size: 15px;
    line-height: 16px;
    color: var(--text_1)
}

section.order-inquiry .order-inquiry-wrapper .order-action-btn button {
    display: block;
    height: 50px;
    width: 100%;
    border: none;
    color: #fff;
    background: var(--bg_2);
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    border-radius: 8px
}

.orderBox .orarea {
    margin-top: 50px;
    border-radius: 8px;
    padding: 15px;
    font-size: 15px;
    line-height: 25px;
    color: var(--text_1);
    position: relative;
    z-index: 0
}

.orderBox .orarea::after {
    content: "";
    position: absolute;
    background: var(--bg_2);
    width: 100%;
    height: 100%;
    border-radius: 8px;
    opacity: .07;
    top: 0;
    left: 0;
    z-index: -1
}

section#productBox.portfolioPage .product__box-container .product__box-title {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #f4f8fb
}

section#productBox .product__box-container .product__box-features,section#productBox.portfolioPage .product__box-container .product__box-action {
    padding: 30px 0 0
}

section#productBox.portfolioPage .product__box-container .product__box-action a {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-width: 130px;
    height: 65px;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    color: var(--text_white);
    background: var(--bg_2);
    border-radius: 8px;
    transition: .3s ease-in-out
}

section#productBox.portfolioPage .product__box-container .product__box-action a::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%
}

section#productBox.portfolioPage .product__box-container .product__box-action a:hover {
    background: 0 0;
    color: var(--text_1)
}

section#productBox.portfolioPage .product__box-container .product__box-action a:hover::after {
    background: 0 0;
    border: 1px solid var(--text_1);
    opacity: .04;
    color: var(--text_1)
}

section#productBox .product__box-container .product__box-view {
    background: var(--section_bg);
    border-radius: 8px
}

section#productBox .product__box-container .product__box-view .product__box-title {
    padding-top: 30px;
    padding-left: 30px
}

section#productBox .product__box-container .product__box-view .product__box-title h1 {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: var(--main_text)
}

section#productBox .product__box-container .product__box-view .product__box-amount {
    padding: 25px 30px 20px;
    background: var(--breadcumb_background);
    margin: 30px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

section#productBox .product__box-container .product__box-view .product__box-amount ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

section#productBox .product__box-container .product__box-view .product__box-amount ul li {
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    color: var(--text_1)
}

section#productBox .product__box-container .product__box-view .product__box-amount ul li i {
    font-size: 16px;
    margin-right: 8px
}

section#productBox .product__box-container .product__box-view .product__box-amount ul li strong {
    font-weight: 500;
    font-size: 15px;
    line-height: 22px
}

section#productBox .product__box-container .product__box-view .product__box-amount ul li:not(:last-child) {
    margin-right: 30px
}

section#productBox .product__box-container .product__box-view .product__box-amount .product__box-action a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-width: 130px;
    height: 43px;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    color: var(--text_white);
    background: var(--bg_2);
    border-radius: 8px;
    transition: .3s ease-in-out;
    position: relative
}

section#productBox .product__box-container .product__box-view .product__box-amount .product__box-action a::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border: 1px solid var(--text_1);
    opacity: .04
}

section#productBox .product__box-container .product__box-view .product__box-amount .product__box-action a:hover {
    background: 0 0;
    color: var(--text_1)
}

section#productBox .product__box-container .product__box-view .product__box-amount .product__box-action a:hover::after {
    border: 1px solid var(--text_1);
    opacity: .04
}

section#productBox .product__box-container .product__box-view .product__box-text {
    padding: 0 30px 30px
}

section#productBox .product__box-container .product__box-view .product__box-text p {
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    color: var(--text_1)
}

section#productBox .product__box-container .product__box-ads {
    padding-top: 30px
}

section#productBox .product__box-container .product__box-ads img {
    display: block;
    overflow: hidden;
    width: 100%
}

section#productBox .product__box-container .product__box-sidebar .product__box-sidecontent {
    background: var(--section_bg);
    border-radius: 8px;
    padding: 30px
}

section#productBox .product__box-container .product__box-sidebar .product__box-sidecontent .product__box-sideslide {
    overflow: hidden!important;
    position: relative
}

section#productBox .product__box-container .product__box-sidebar .product__box-sidecontent .product__box-sideslide .slick-track {
    display: block;
    overflow: hidden!important
}

section#productBox .product__box-container .product__box-sidebar .product__box-sidecontent .product__box-sideslide .product__box-item a,section#productBox .product__box-container .product__box-sidebar .product__box-sidecontent .product__box-sideslide .product__box-item.slick-slide {
    overflow: hidden
}

section#productBox .product__box-container .product__box-sidebar .product__box-sidecontent .product__box-sideslide .product__box-item img {
    height: 250px;
    -o-object-fit: cover;
    object-fit: cover;
    max-width: 100%;
    border-radius: 8px;
    width: 100%
}

section#productBox .product__box-container .product__box-sidebar .product__box-sidecontent .product__box-sideslide i {
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    font-size: 24px;
    width: 35px;
    background: var(--bg_2);
    color: var(--text_white);
    border-radius: 50%;
    height: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    cursor: pointer
}

section#productBox .product__box-container .product__box-sidebar .product__box-sidecontent .product__box-sideslide:hover i {
    opacity: 1;
    visibility: visible
}

section#productBox .product__box-container .product__box-sidebar .product__box-sidecontent .product__box-sideslide i.nextarrow {
    position: absolute;
    right: 4px
}

section#productBox .product__box-container .product__box-sidebar .product__box-sidecontent .product__box-sideslide i.prevarrow {
    position: absolute;
    left: 40px;
    z-index: 1
}

section#productBox .product__box-container .product__box-sidebar .sidebar__ads {
    margin-top: 30px
}

section#productBox .product__box-container .product__box-sidebar .sidebar__ads .ad {
    text-align: center
}

section#productBox .product__box-container .product__box-sidebar .sidebar__ads .ad img {
    max-width: 100%;
    height: auto;
    vertical-align: middle
}

section#productBox .product__box-container hr {
    margin: 30px 0 0;
    border-top: 1px solid var(--text_1);
    opacity: .04
}

section#productBox .product__box-container .product__box-features ul li {
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    cursor: default;
    color: var(--text_1);
    padding: 15px;
    background: var(--breadcumb_background);
    border: 1px solid var(--breadcumb_background);
    border-radius: 8px
}

section#productBox .product__box-container .product__box-features ul li i {
    font-size: 17px;
    margin-right: 10px
}

section#contact-bottom .bottom-boxes .boxes-item,section#contact-boxes .row .col-xl-4,section#productBox .product__box-container .product__box-features ul li:not(:last-child) {
    margin-bottom: 30px
}

section#productBox .product__box-container .product__box-features.second {
    margin-top: 30px;
    background: var(--section_bg);
    padding: 30px;
    border-radius: 8px
}

section#productBox .product__box-container .product__box-features.second h4 {
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    color: var(--main_text);
    border-bottom: 1px solid #f4f8fb;
    margin-bottom: 30px;
    padding-bottom: 30px
}

section#productBox .product__box-container .product__box-features.second ul li {
    transition: .3s ease-in-out;
    position: relative;
    z-index: 0
}

section#productBox .product__box-container .product__box-features.second ul li::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    content: "";
    background-color: var(--bg_2);
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    border-radius: 8px;
    transition: .3s
}

section#contact-bottom .bottom-boxes .boxes-item .boxes-detail:hover:after,section#productBox .product__box-container .product__box-features.second ul li:hover::after {
    visibility: visible;
    opacity: 1;
    width: 100%
}

section#productBox .product__box-container .product__box-features.second ul li:hover a {
    color: var(--text_white);
    padding-left: 5px
}

section#productBox .product__box-container .product__box-features.second ul li a {
    transition: .3s ease-in-out;
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: var(--text_1);
    width: 100%;
    height: 100%
}

section#productBox .product__box-container .product__box-features.second ul li a i {
    transition: .3s ease-in-out
}

section#contact-boxes {
    position: relative;
    padding: 50px 0 20px;
    z-index: 0
}

section#contact-boxes .row .box-detail {
    background-color: var(--section_bg);
    border-radius: 8px;
    padding: 30px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%
}

section#contact-boxes .row .box-detail .bn-2 {
    overflow: hidden;
    width: 60px;
    height: 60px;
    background: var(--breadcumb_background);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    -webkit-transition: .4s;
    transition: .4s;
    position: relative;
    z-index: 0
}

section#contact-boxes .row .box-detail .bn-2 i {
    font-size: 20px;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

section#contact-boxes .row .box-detail p {
    /* padding: 30px 0 6px; */
    font-size: 14px;
    line-height: 17px;
    font-weight: 400;
    color: var(--text_1)
}

section#contact-boxes .row .box-detail a,section#contact-boxes .row .box-detail span {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: var(--main_text)
}

section#contact-boxes .row .box-detail svg {
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.goog-text-highlight {
    vertical-align: unset!important
}

section#contact-form .contact-img {
    height: 585px;
    overflow: hidden;
    margin: 0 auto
}

section#contact-form .contact-img iframe,section#contact-form .contact-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px
}

.siparis .form .form-bottom .form-box,section#contact-form .form .form-bottom .form-box {
    position: relative;
    margin-bottom: 30px
}

section#contact-form .form .form-bottom .form-box input {
    color: var(--main_text);
    width: 100%;
    font-size: 14px;
    line-height: 70px;
    padding: 0 0 0 19px;
    border: none;
    border-radius: 8px;
    background: var(--section_bg)
}

section#contact-form .form .form-bottom .form-box input::-webkit-input-placeholder {
    font-size: 15px;
    line-height: 15px;
    color: var(--text_1)
}

section#contact-form .form .form-bottom .form-box input:-ms-input-placeholder {
    font-size: 15px;
    line-height: 15px;
    color: var(--text_1)
}

section#contact-form .form .form-bottom .form-box input::-ms-input-placeholder {
    font-size: 15px;
    line-height: 15px;
    color: var(--text_1)
}

section#contact-form .form .form-bottom .form-box input::placeholder {
    font-size: 15px;
    line-height: 15px;
    color: var(--text_1)
}

section#contact-form .form .form-bottom .form-box.message {
    margin-bottom: 22px
}

section#contact-form .form .form-bottom .form-box textarea {
    font-size: 15px;
    line-height: 15px;
    width: 100%;
    color: var(--main_text);
    min-height: 185px;
    border: none;
    padding: 26px 0 0 19px;
    border-radius: 8px;
    background: var(--section_bg)
}

section#contact-form .form .form-bottom .form-box textarea::-webkit-input-placeholder {
    font-size: 15px;
    line-height: 15px;
    color: var(--text_1)
}

section#contact-form .form .form-bottom .form-box textarea:-ms-input-placeholder {
    font-size: 15px;
    line-height: 15px;
    color: var(--text_1)
}

section#contact-form .form .form-bottom .form-box textarea::-ms-input-placeholder {
    font-size: 15px;
    line-height: 15px;
    color: var(--text_1)
}

section#contact-form .form .form-bottom .form-box textarea::placeholder {
    font-size: 15px;
    line-height: 15px;
    color: var(--text_1)
}

section#contact-form .form .form-bottom .form-box button {
    font-size: 17px;
    font-weight: 600;
    color: #fff;
    width: 100%;
    border: none;
    background-color: #3ba934;
    line-height: 68px;
    border-radius: 8px
}

section#contact-form .form .form-bottom .form-box i {
    position: absolute;
    font-size: 20px;
    color: var(--text_1);
    left: 25px;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

section#contact-bottom .bottom-boxes .boxes-item .boxes-detail {
    -webkit-transition: .3s;
    transition: .3s;
    background-color: var(--section_bg);
    border-radius: 8px;
    padding: 0 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 0;
    position: relative
}

section#contact-bottom .bottom-boxes .boxes-item .boxes-detail a {
    -webkit-transition: .3s;
    transition: .3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    color: var(--text_1);
    width: 100%;
    height: 72px
}

section#contact-bottom .bottom-boxes .boxes-item .boxes-detail a i {
    font-weight: 400;
    font-size: 22px
}

section#contact-bottom .bottom-boxes .boxes-item .boxes-detail svg {
    color: var(--main_text);
    font-size: 25px;
    margin-right: 15px;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transition: .3s;
    transition: .3s
}

section#contact-bottom .bottom-boxes .boxes-item .boxes-detail:hover {
    -webkit-transition: .3s;
    transition: .3s;
    background: var(--theme_color_2_hover)
}

section#contact-bottom .bottom-boxes .boxes-item .boxes-detail:hover a {
    -webkit-transition: .3s;
    transition: .3s;
    color: #fff
}

section#contact-bottom .bottom-boxes .boxes-item .boxes-detail:hover svg {
    color: #fff;
    -webkit-transition: .3s;
    transition: .3s
}

.siparis .section-title h2 {
    color: var(--main_text);
    border-bottom: 1px solid #f4f8fb;
    padding-bottom: 30px;
    margin-bottom: 30px;
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-wrap: wrap
}

.siparis .section-title h2 b {
    padding: 0 5px
}

.siparis #product-lightbox .price,.siparis .lightbox-container {
    background: #fff;
    padding: 30px
}

.siparis #product-lightbox .box-title {
    background: #fff;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: var(--main_text);
    padding: 0 30px 30px 0;
    margin-bottom: 20px
}

.siparis #product-lightbox .price strong {
    font-size: 14px;
    line-height: 17px;
    color: var(--main_text);
    font-weight: 400;
    margin-bottom: 5px
}

.siparis #product-lightbox .price span {
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    color: var(--main_text)
}

.siparis #product-lightbox .price span:not(:last-child) {
    border-bottom: 1px solid #f4f8fb;
    padding-bottom: 20px;
    margin-bottom: 20px
}

.order_follow .price span.toplam strong,.siparis #product-lightbox .price span.toplam strong {
    color: var(--bg_2);
    font-weight: 600
}

.siparis #product-lightbox .price span.toplam b {
    color: var(--bg_2);
    font-weight: 600;
    display: flex;
    align-items: center
}

.siparis #product-lightbox .price span.toplam b b {
    margin-right: 3px
}

.siparis #selector {
    position: relative;
    margin: 0
}

.siparis #selector .bootstrap-select {
    width: 100%
}

.siparis #selector .form-control {
    border-radius: 16px;
    background: 0 0
}

#odeme-bildirimi input:active,#odeme-bildirimi input:focus,#odeme-bildirimi select:active,#odeme-bildirimi select:focus,#odeme-bildirimi textarea:active,#odeme-bildirimi textarea:focus,.siparis #selector .form-control:hover,.siparis .form #subbmit:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.siparis #selector .dropdown-toggle {
    padding: 18px 20px;
    background: #fff;
    border-radius: 16px;
    border: 1px solid #ecf9ff
}

.siparis #selector .dropdown-toggle:hover {
    background: #fff;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.siparis #selector .dropdown-toggle:focus {
    outline: 0!important;
    outline-offset: none!important;
    -webkit-box-shadow: none;
    box-shadow: none
}

.siparis #selector .dropdown-toggle .filter-option-inner-inner {
    font-size: 15px;
    line-height: 15px;
    font-weight: 400;
    color: var(--text_1)
}

.siparis #selector .dropdown-menu {
    border: none;
    border-radius: 16px;
    min-width: 96.5%
}

.siparis #selector .dropdown-menu .dropdown-item.active {
    background: 0 0;
    color: var(--main_text)
}

.siparis #selector i {
    position: absolute;
    right: 20px;
    top: 50%;
    color: var(--text_1);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.siparis .form .form-bottom .form-box input {
    color: var(--main_text);
    width: 100%;
    font-size: 14px;
    line-height: 50px;
    padding: 0 0 0 20px;
    border: 1px solid #ecf9ff;
    margin-bottom: 30px;
    border-radius: 8px
}

.siparis .form .form-bottom .form-box input::-webkit-input-placeholder {
    font-size: 14px;
    line-height: 17px;
    color: var(--text_1)
}

.siparis .form .form-bottom .form-box input:-ms-input-placeholder {
    font-size: 14px;
    line-height: 17px;
    color: var(--text_1)
}

.siparis .form .form-bottom .form-box input::-ms-input-placeholder {
    font-size: 14px;
    line-height: 17px;
    color: var(--text_1)
}

.siparis .form .form-bottom .form-box input::placeholder {
    font-size: 14px;
    line-height: 17px;
    color: var(--text_1)
}

.siparis .form .form-bottom .form-box button {
    font-size: 17px;
    font-weight: 600;
    color: #fff;
    width: 100%;
    border: none;
    background-color: var(--bg_2);
    line-height: 68px
}

.siparis .form .form-bottom .form-box textarea {
    width: 100%;
    border: 1px solid #ecf9ff;
    border-radius: 8px;
    font-size: 14px;
    min-height: 80px;
    padding: 16px 0 0 20px;
    color: var(--main_text)
}

.siparis .form .form-bottom .form-box textarea::-webkit-input-placeholder {
    font-size: 15px;
    line-height: 15px;
    color: var(--text_1)
}

.siparis .form .form-bottom .form-box textarea:-ms-input-placeholder {
    font-size: 15px;
    line-height: 15px;
    color: var(--text_1)
}

.siparis .form .form-bottom .form-box textarea::-ms-input-placeholder {
    font-size: 15px;
    line-height: 15px;
    color: var(--text_1)
}

.siparis .form .form-bottom .form-box textarea::placeholder {
    font-size: 15px;
    line-height: 15px;
    color: var(--text_1)
}

.siparis .form #subbmit {
    background: var(--bg_2);
    color: var(--text_white);
    border-radius: 8px;
    font-weight: 600;
    font-size: 17px;
    line-height: 55px;
    padding: 0;
    border: none
}

#top_alert {
    padding-top: 50px
}

#top_alert .alertt {
    padding: 17px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 8px;
    position: relative;
    z-index: 0
}

#top_alert .alertt::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: var(--bg_2);
    opacity: .07;
    border-radius: 8px;
    z-index: -1
}

#top_alert .alertt strong {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: var(--main_text)
}

#top_alert .alertt span {
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    color: var(--text_1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#top_alert .alertt a {
    font-weight: 600;
    font-size: 15px;
    line-height: 15px;
    color: var(--text_white);
    padding: 17.5px 30px;
    background: var(--kutu_1_buton);
    border-radius: 8px
}

.order_follow {
    padding: 30px 0 50px
}

.order_follow .lightbox-container {
    background-color: #fff;
    padding: 30px;
    border-radius: 8px
}

.order_follow .lightbox-container .sip_item:not(:last-child) {
    border-bottom: 1px solid #ecf9ff;
    padding-bottom: 30px;
    margin-bottom: 30px
}

.order_follow .lightbox-container .sip_item strong {
    font-size: 14px;
    line-height: 17px;
    font-weight: 500;
    margin-bottom: 10px;
    color: var(--passive_color)
}

.order_follow .lightbox-container .sip_item p {
    font-size: 14px;
    line-height: 20px;
    color: var(--main_text);
    font-weight: 400
}

.order_follow .lightbox-container .sip_item p a,.order_follow .lightbox-container .sip_item p a:hover {
    color: var(--main_color)
}

.order_follow .lightbox-container .sip_item.product_area .product_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.order_follow .lightbox-container .sip_item.product_area .product_container .p_wrapper .product_img {
    max-width: 100px;
    height: 70px;
    border-radius: 8px;
    overflow: hidden
}

.order_follow .lightbox-container .sip_item.product_area .product_container .p_wrapper .product_img img {
    height: 75px;
    width: 75px;
    object-fit: cover
}

.nice-select:active {
    border: 1px solid #ecf9ff
}

.order_follow .lightbox-container .sip_item.product_area .product_container .p_wrapper .prd_im {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.order_follow .lightbox-container .sip_item.product_area .product_container .p_wrapper .prd_im span {
    font-size: 14px;
    line-height: 17px;
    color: var(--main_text)
}

.order_follow .lightbox-container .sip_item.product_area .product_container .p_wrapper .prd_im span.pr_text {
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: var(--main_text);
    margin-top: 2px
}

.order_follow .lightbox-container .sip_item.product_area .product_container .p_wrapper .prd_im:not(:last-child) {
    margin-right: 35px
}

.order_follow .lightbox-container .sip_item.product_area .product_container .p_info span {
    padding: 14px 15px;
    border-radius: 8px;
    font-weight: 500;
    font-size: 11px;
    line-height: 13px;
    cursor: pointer
}

.order_follow .price {
    padding: 30px!important;
    background-color: #fff;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.order_follow .price strong {
    font-size: 14px;
    line-height: 17px;
    color: var(--passive_color);
    font-weight: 400;
    margin-bottom: 5px
}

.order_follow .price span {
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start!important;
    -ms-flex-align: start!important;
    align-items: flex-start!important;
    color: var(--main_text)
}

.order_follow .price span:not(:last-child) {
    border-bottom: 1px solid #ecf9ff;
    padding-bottom: 20px;
    margin-bottom: 20px
}

.odeme_bildir {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 60px;
    border: none;
    background: var(--bg_2);
    color: var(--text_white);
    border-radius: 8px;
    font-weight: 500;
    font-size: 18px
}

.odeme_bildirbtn {
    background: var(--main_color)!important
}

.badge-basarilibg {
    background: rgba(40,167,69,.15);
    color: #28a745
}

.badge-hazirlaniyorbg {
    background: rgba(23,162,184,.15);
    color: #17a2b8
}

.badge-odemebekbg {
    background: rgba(52,152,177,.15);
    color: #3498b1
}

.badge-iptalbg {
    background: rgba(255,70,92,.15);
    color: #ff465c
}

.badge-teslimbg {
    background: rgba(4,53,156,.15);
    color: #04359c
}

.badge-kargobg {
    background: rgba(131,182,143,.15);
    color: #83b68f
}

.badge-kontrolbg {
    background: rgba(26,119,134,.15);
    color: #1a7786
}

.badge-stokyokbg {
    background: rgba(0,2,25,.15);
    color: #000219
}

#odeme-bildirimi .modal-content {
    border: none
}

#odeme-bildirimi .modal-header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#odeme-bildirimi input[type=submit] {
    background: var(--bg_2);
    border-color: var(--bg_2);
    width: 100%
}

section#gallerybox .gallerybox-container .gallerybox__item {
    background: var(--section_bg);
    border: 10px solid var(--site_bg);
    padding: 5px
}

section#gallerybox .gallerybox-container .gallerybox__item .modal-dialog .modal-content {
    background: 0 0;
    border: none;
    border-radius: 0 0 8px 8px
}

section#gallerybox .gallerybox-container .gallerybox__item .modal-dialog .modal-content .modal-header {
    padding: 0;
    border: none;
    border-radius: 0
}

section#gallerybox .gallerybox-container .gallerybox__item .modal-dialog .modal-content .modal-header .close {
    text-shadow: none;
    padding: 0;
    margin-bottom: 15px;
    color: #fff;
    font-weight: 400;
    margin-left: auto
}

section#gallerybox .gallerybox-container .gallerybox__item .modal-dialog .modal-content .modal-header .close i {
    font-size: 24px;
    color: #fff
}

section#gallerybox .gallerybox-container .gallerybox__item .modal-dialog .modal-content .modal-body {
    padding: 0
}

section#gallerybox .gallerybox-container .gallerybox__item .card {
    background: 0 0;
    border: none;
    overflow: hidden;
    border-radius: 8px;
    height: 100%
}

section#gallerybox .gallerybox-container .gallerybox__item .card .card-body {
    padding: 0;
    height: 200px;
    min-height: unset;
    position: relative
}

section#gallerybox .gallerybox-container .gallerybox__item .card .card-body span.hov {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--text_white);
    font-size: 50px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    z-index: 0
}

section#gallerybox .gallerybox-container .gallerybox__item .card .card-body span.hov:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--bg_1);
    opacity: .8;
    z-index: -1
}

section#gallerybox .gallerybox-container .gallerybox__item .card .card-body img {
    height: 200px;
    -o-object-fit: cover;
    object-fit: cover
}

section#gallerybox .gallerybox-container .gallerybox__item .card .card-footer {
    background: 0 0;
    border: none;
    border-radius: 0 0 8px 8px;
    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%
}

section#gallerybox .gallerybox-container .gallerybox__item .card .card-footer h2 {
    margin-bottom: 30px;
    margin-top: 0;
    padding-bottom: 30px;
    height: 100%;
    position: relative;
    font-size: 16px;
    line-height: 18px
}

section#gallerybox .gallerybox-container .gallerybox__item .card .card-footer h2::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    border-bottom: 1px solid var(--text_1);
    opacity: .04
}

section#gallerybox .gallerybox-container .gallerybox__item .card .card-footer h2 a {
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    color: var(--main_text)
}

section#gallerybox .gallerybox-container .gallerybox__item .card .card-footer .actionbtn a {
    display: block;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    color: var(--main_text);
    border-radius: 8px;
    transition: .3s ease-in-out;
    height: 50px;
    position: relative
}

section#gallerybox .gallerybox-container .gallerybox__item .card .card-footer .actionbtn a::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    border: 1px solid var(--text_1);
    opacity: .04;
    border-radius: 8px
}

section#gallerybox .gallerybox-container .gallerybox__item .card .card-footer .actionbtn .absolute--item {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: 0 0!important
}

section#gallerybox .gallerybox-container .gallerybox__item .card:hover .card-footer .actionbtn a {
    color: var(--text_white);
    background: var(--bg_2)
}

section#gallerybox .gallerybox-container .gallerybox__item .card:hover .card-body span.hov {
    opacity: 1;
    visibility: visible
}

.notice .notice--content {
    padding: 15px 20px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 0;
    position: relative
}

.notice .notice--content::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 8px;
    background: var(--bg_2);
    opacity: .07;
    z-index: -1
}

.notice .notice--content .notice--info {
    font-weight: 500;
    font-size: 17px;
    line-height: 23px;
    color: var(--main_text);
    display: flex;
    align-items: center
}

.notice .notice--content .notice--info span {
    min-width: 50px;
    height: 50px;
    background: var(--kutu_1_buton);
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px
}

.notice .notice--content .notice--info span i {
    font-size: 24px;
    color: var(--text_white)
}

.notice .notice--content a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    color: var(--text_white);
    background: var(--kutu_1_buton);
    border-radius: 8px;
    padding: 13px 33px
}

.notice .notice--content a i {
    font-size: 24px;
    margin-right: 10px
}

.footer--top {
    margin-bottom: -210px
}

.footer {
    padding: 250px 0 50px;
    background: var(--breadcumb_background)
}

.footer .footer__wrapper .footer--info .info--top {
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 13px;
    line-height: 18px;
    color: var(--text_1);
    margin-bottom: 25px;
    padding-bottom: 25px;
    max-height: 65px;
    position: relative
}

.footer .footer__wrapper .footer--info .info--top::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid var(--text_1);
    opacity: .04
}

.footer .footer__wrapper .footer--info .footer--info--text {
    font-size: 15px;
    color: var(--text_1)
}

.footer .footer__wrapper .footer--info .info--top img {
    width: auto;
    height: auto;
    max-height: 74px;
    max-width: 100%
}

.footer .footer__wrapper .footer--info a {
    display: flex;
    padding: 11px;
    width: 100%;
    align-items: center;
    background: var(--bg_3);
    border-radius: 5px;
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    color: var(--text_1)
}

.footer .footer__wrapper .footer--info a span {
    min-width: 23px;
    height: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--introbg);
    border-radius: 8px;
    margin-right: 11px
}

.footer .footer__wrapper .footer--info a span i {
    font-size: 12px
}

.footer .footer__wrapper .footer--info a:not(:last-child) {
    margin-bottom: 15px
}

.footer .footer__wrapper .links {
    margin-left: 15px
}

.footer .footer__wrapper .links .footer--links h3 {
    font-weight: 600;
    font-size: 17px;
    line-height: 22px;
    color: var(--main_text);
    margin-bottom: 39px;
    display: block
}

.footer .footer__wrapper .links .footer--links ul li a {
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: var(--text_1)
}

.footer .footer__wrapper .links .footer--links ul li:not(:last-child) {
    margin-bottom: 19px
}

.footer--bottom {
    background: var(--sectionbg);
    padding: 20px 0
}

.footer--bottom .footer--bottom__content {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.footer--bottom .footer--bottom__content .left {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: var(--text_1)
}

.footer--bottom .footer--bottom__content .right ul {
    display: flex;
    align-items: center
}

.footer--bottom .footer--bottom__content .right ul li:not(:last-child) {
    margin-right: 10px
}

.footer--bottom .footer--bottom__content .right ul li a i {
    font-size: 18px;
    color: var(--text_1)
}

.form--area .form--wrapper {
    /* padding: 30px; */
    /* background: var(--section_bg); */
    /* border-radius: 8px; */
}

.form--area .form--wrapper h3 {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: var(--main_text);
    border-bottom: 1px solid var(--section_bg);
    margin-bottom: 30px;
    padding-bottom: 30px
}

.form--area .form--wrapper .form--content .form-group:not(:last-child) {
    margin-bottom: 30px
}

.form--area .form--wrapper .form--content .form-group label {
    font-weight: 600;
    font-size: 15px;
    line-height: 19px;
    color: var(--main_text);
    margin-bottom: 15px
}

.form--area .form--wrapper .form--content .form-group input {
    background: var(--breadcumb_background);
    border: none;
    border-radius: 8px;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    color: var(--text_1);
    padding: 17.5px;
    height: unset;
    position: relative
}

.form--area .form--wrapper .form--content .form-group input::-moz-placeholder {
    color: var(--text_1)
}

.form--area .form--wrapper .form--content .form-group input:-ms-input-placeholder {
    color: var(--text_1)
}

.form--area .form--wrapper .form--content .form-group input::placeholder {
    color: var(--text_1)
}

.form--area .form--wrapper .form--content .form-group textarea {
    width: 100%;
    background: var(--breadcumb_background);
    border: none;
    min-height: 150px;
    padding: 17.5px
}

.form--area .form--wrapper .form--content .form-group textarea::-moz-placeholder {
    color: var(--text_1)
}

.form--area .form--wrapper .form--content .form-group textarea:-ms-input-placeholder {
    color: var(--text_1)
}

.form--area .form--wrapper .form--content .form-group textarea::placeholder {
    color: var(--text_1)
}

.form--area .form--wrapper .form--content .form-group textarea:focus {
    outline: 0;
    border: none
}

.form--area .form--wrapper .form--content .form-group .area__dropdown .nice-select {
    width: 100%;
    height: 55px;
    display: flex;
    align-items: center;
    background: var(--breadcumb_background);
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    color: var(--main_text);
    border-radius: 8px
}

.cookieConsentContainer,.cookieConsentContainer .cookieCont {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-align: center
}

.form--area .form--wrapper .form--content .form-group .area__dropdown .nice-select span.current {
    color: var(--text_1);
    font-weight: 500;
    font-size: 15px;
    line-height: 20px
}

.form--area .form--wrapper .form--content .form-group .area__dropdown .nice-select ul.list {
    width: 100%;
    box-shadow: 0 0 0 1px rgba(68,68,68,.04);
    background: var(--breadcumb_background)
}

.form--area .form--wrapper .form--content .form-group .area__dropdown .nice-select ul.list .option.selected,.form--area .form--wrapper .form--content .form-group .area__dropdown .nice-select ul.list .option:hover {
    background: var(--section_bg);
    color: var(--text_1)
}

.form--area .form--wrapper .form--content .form-group .area__dropdown .nice-select::after {
    border-bottom: 2px solid var(--text_1);
    border-right: 2px solid var(--text_1);
    height: 7px;
    margin-top: -4px;
    right: 15px;
    top: 50%;
    width: 7px
}

.form--area .form--wrapper .form--content .form-action button {
    width: 100%;
    border: none;
    text-align: center;
    padding: 17.5px;
    background: var(--bg_2);
    border-radius: 8px;
    color: var(--text_white);
    font-weight: 500;
    font-size: 18px;
    line-height: 20px
}

.cookieConsentContainer {
    z-index: 999;
    width: 90%;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    border-radius: 16px;
    text-align: center;
    min-height: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px 20px;
    -webkit-box-shadow: 0 4px 10px rgba(215,222,230,.3);
    box-shadow: 0 4px 10px rgba(215,222,230,.3);
    background: #fff;
    -webkit-transition: opacity 1s;
    transition: opacity 1s;
    overflow: hidden;
    position: fixed;
    bottom: 30px;
    right: 50%;
    -webkit-transform: translate(50%);
    transform: translate(50%);
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.cookieConsentContainer .cookieCont {
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%
}

.cookieConsentContainer .cookieTitle a {
    vertical-align: text-top
}

.cookieConsentContainer .cookieDesc p {
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    padding: 0 20px;
    color: var(--main_text)
}

.cookieConsentContainer .cookieDesc a {
    font-weight: 700;
    color: var(--main_text);
    text-decoration: none
}

.cookieConsentContainer .cookieButton button {
    display: inline-block;
    cursor: pointer;
    background: var(--site_background_secondary);
    min-width: 30px;
    min-height: 30px;
    width: 100%;
    color: #a9b5b7;
    border-radius: 5px;
    border: none
}

.cookieConsentContainer.hidden {
    opacity: 0;
    display: none;
    z-index: -99
}

section#fixed-whatsapp {
    position: fixed;
    left: 30px;
    bottom: 30px;
    z-index: 3
}

section#fixed-whatsapp .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #e89f04;
    cursor: pointer;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px
}

section#fixed-whatsapp .item .item-detail .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50px;
    height: 50px
}

section#fixed-whatsapp .item .item-detail span {
    padding: 0 20px 0 0;
    font-size: 14px;
    color: var(--text_white);
    position: absolute;
    visibility: hidden;
    opacity: 0;
    margin-left: -30px;
    font-weight: 500
}

.back-to-top {
    visibility: hidden;
    background-color: var(--bg_2);
    color: #fff;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 38px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 90;
    cursor: pointer;
    opacity: 0;
    border-radius: 8px;
    -webkit-transition: .4s;
    transition: .4s
}

.back-to-top.show {
    visibility: visible;
    opacity: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px
}

@media (min-width: 1366px) {
    .container {
        max-width:1230px
    }

    .header-container .navbar .navbar-collapse .navbar-nav .dropdown:hover .dropdown-menu {
        display: block
    }
}

@media (max-width: 1200px) {
    .site-navbar .site__menu-contact a span,.site-navbar .site__navbar-container .site-navigation {
        display:none
    }

    .section--4,.section--4 .swiper--area .item--content .slick-list {
        height: unset!important
    }

    .section--4 .swiper--area .item--content .content {
        margin-right: 15px;
        margin-left: 15px
    }

    .section--4 .swiper--area .item--content {
        margin: 30px -15px 0
    }

    .section--4 .section--wrapper {
        padding: 50px 0
    }

    .section--5 .section--wrapper .section--item .content .text--link h3 {
        max-width: 45vw
    }

    #parallax-container {
        padding-top: 135px
    }

    section.hero__ {
        height: unset
    }

    section#blog .blog__container .blog__container-pagi,section.hero__ .hero__container {
        margin-bottom: 30px
    }

    .footer .footer__wrapper .links .footer--links {
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 15px
    }

    section#product .product__container .product__item .product__content-box .product__item-image {
        width: 100%
    }

    section#product .product__container .product__item .product__content-box .product__item-image img {
        width: 100%;
        height: 200px
    }

    section#product .product__container .product__item .product__content-box {
        flex-direction: column
    }

    .group-counter .widget-counter.nth--2::after {
        display: none!important
    }

    .group-counter {
        padding-bottom: 25px
    }

    .group-counter .widget-counter {
        min-width: 300px;
        justify-content: left;
        margin-bottom: 15px
    }

    .container {
        max-width: 95%
    }

    .site-navbar .site__menu-contact a {
        padding: 10px
    }

    .site-navbar .site__menu-contact a i {
        margin-right: 0
    }

    section#blog.blog__main {
        padding-top: 0
    }

    .site-navbar {
        padding: 25px 0
    }

    .site-navbar .site__menu-contact {
        margin-left: 0
    }

    .site-navbar .site__navbar-container {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media (min-width: 1200px) {
    .blog__sidebar-search {
        display:none
    }

    .container {
        max-width: 1260px
    }
}

@media (max-width: 1100px) {
    .section--3 .section--wrapper .swiper--area .section--item .content a img {
        width:100%
    }
}

@media (max-width: 825px) {
    .section--5 .section--wrapper .section--item .content .text--link h3 {
        max-width:100%
    }

    .section--5 .section--wrapper .section--item .content.active .hidden--image {
        display: none
    }
}

@media (min-width: 998px) and (max-width:1200px) {
    section#about .about__container .about__container-right .about__container-right_hexa .hex {
        width:500px;
        height: 500px
    }

    section.hero__ .hero__container .hero__title {
        font-size: 4.583vw;
        line-height: 6.083vw
    }
}

@media (min-width: 768px) and (max-width:998px) {
    .footer .footer__wrapper .col-md-3 {
        flex:0 0 35%;
        max-width: 35%
    }

    .footer .footer__wrapper .col-md-9 {
        flex: 0 0 65%;
        max-width: 65%
    }
}

@media (max-width: 998px) {
    .section--3.pag .swiper-wrapper {
        margin:0 auto;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .section--3.pag .background--color {
        padding: 50px 20px
    }

    #header__top .header__container .header__left ul li span,section#productBox .product__box-container .product__box-features.second {
        display: none
    }

    section#productBox .product__box-container .product__box-features.third {
        display: block!important
    }

    .footer .footer__wrapper .footer--info {
        margin-bottom: 30px
    }

    .custom--layout {
        padding-bottom: 30px
    }

    .comment--left,.custom--layout .custom--layout__wrapper .layout--content,.text--area .image--area {
        margin-bottom: 30px
    }

    .footer--top__block .block--wrapper {
        flex-direction: column
    }

    .footer--top__block .block--wrapper .block--content--left {
        margin-bottom: 20px;
        text-align: center
    }

    #header__top .header__container .header__left ul li:not(:last-child) {
        margin-right: 15px
    }

    .elementor-element.elementor-element-bb66fe3 .pxl-heading .pxl-heading--inner {
        max-width: 100%;
        margin-bottom: 15px
    }

    section#productBox .product__box-container .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    section#blog__content .blog__content-container .blog__sidebar .blog__sidebar-cat,section#productBox .product__box-container .row .product__box-body {
        margin-top: 30px
    }

    section#productBox .product__box-container .row .product__box-sidebar {
        order: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    section#productBox .product__box-container .row .product__box-sidebar .product__box-sidecontent .product__box-sideslide .product__box-item img {
        width: 100%;
        max-height: 350px
    }

    section#productBox .product__box-container .row .product__box-sidebar .sidebar__ads .ad {
        text-align: left;
        margin-bottom: 30px
    }

    section#about .about__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: start!important;
        -ms-flex-align: start!important;
        align-items: flex-start!important
    }

    section#about .about__container .about__container-right {
        margin-bottom: 30px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    section#about .about__container .about__container-right .about__container-right_hexa {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content
    }

    section#about .about__container .about__container-left {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    section#blog__content .blog__content-container .blog__sidebar .sticky {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    section#blog__content .blog__content-container .blog__sidebar .sidebar__ads {
        margin-bottom: 0
    }
}

@media (min-width: 998px) {
    section#fixed-whatsapp .item .item-detail span {
        padding:0 20px 0 0;
        font-size: 14px;
        color: var(--text_white);
        position: absolute;
        visibility: hidden;
        opacity: 0;
        margin-left: -30px;
        font-weight: 500
    }

    section#fixed-whatsapp .item .item-detail:hover span {
        position: relative;
        opacity: 1;
        visibility: visible;
        margin-left: 0;
        -webkit-transition: .4s cubic-bezier(0, 0, .34, .81);
        transition: .4s cubic-bezier(0, 0, .34, .81)
    }

    .sticky {
        position: -webkit-sticky;
        position: sticky;
        top: 130px
    }
}

@media (max-width: 870px) {
    section#blog__content .blog__content-container .blog__content-left .blog__content-info {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    section#blog__content .blog__content-container .blog__content-left .blog__content-info .share {
        margin-top: 10px
    }
}

@media (max-width: 768px) {
    #header__top .header__container .header__right ul li a span,.group-counter .widget-counter::after,.site-navbar .site__menu-contact a span {
        display:none
    }

    .footer .footer__wrapper .links {
        margin-left: 0
    }

    section#product .product__container .product__item .product__content-box .product__item-details .product__item-title a {
        font-size: 2.86vw
    }

    .group-counter {
        padding-bottom: 10px
    }

    .group-counter .widget-counter {
        min-width: 250px;
        margin-bottom: 30px
    }

    .iteck-animated-lines span:first-of-type {
        right: 5%
    }

    .iteck-animated-lines span:nth-of-type(2) {
        right: 19%
    }

    .iteck-animated-lines span:nth-of-type(3) {
        right: 34%
    }

    #header__top .header__container {
        justify-content: center
    }

    #header__top .header__container .header__right ul li:not(:last-child) {
        margin-right: 15px
    }

    section.hero__ .hero__container {
        max-width: 100%;
        margin-bottom: 30px
    }

    section.hero__ {
        height: unset;
        padding: 30px 0
    }

    .site-navbar .site__menu-contact a {
        padding: 10px
    }

    .site-navbar .site__menu-contact a i {
        margin-right: 0
    }

    section#contact-form .mobile {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    section#contact-form .contact-img {
        padding-top: 30px
    }

    .order_follow .lightbox-container .sip_item.product_area .product_container .p_wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .order_follow .lightbox-container .sip_item.product_area .product_container .p_wrapper .prd_im:not(:last-child) {
        margin-bottom: 10px
    }
}

@media (max-width: 740px) {
    .group-counter .col-xl-3 {
        flex:0 0 100%;
        max-width: 100%
    }
}

@media (max-width: 640px) {
    section#about .about__container .about__container-right .about__container-right_hexa .hex {
        width:440px;
        height: 440px
    }

    section#product .product__container .product__item {
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width: 576px) {
    .site-navbar .site__menu-contact .page-wrapper {
        display:none
    }
}

@media (max-width: 576px) {
    #show-sidebar,.breadcrumb .breadcrumb__container ul li i {
        margin-left:0
    }

    #header__top,#header__top .header__container .header__left,.site-navbar .site__menu-contact .contactbtn {
        display: none
    }

    section#blog .blog__container .blog__item .blog__item-detail .blog__item-image img,section#homeContent .content__container .content__item .content__item-content .content__item-btn,section#homeContent .content__container .content__item .content__item-content .content__item-btn a,section#productBox .product__box-container .product__box-view .product__box-amount .product__box-action {
        width: 100%
    }

    .section--4 .section--wrapper .text--content h4 {
        font-size: 47px;
        line-height: 55px
    }

    .is-in-view {
        display: none!important
    }

    .is-in-view.maxw {
        display: block!important
    }

    #show-sidebar {
        border-left: 0;
        padding-left: 0
    }

    .breadcrumb .breadcrumb__container ul,.footer--top__block .block--wrapper .block--content--right,section.hero__ .hero__container .hero__links {
        flex-direction: column
    }

    .breadcrumb .breadcrumb__container ul li:first-child i {
        display: block
    }

    .left--title .content__title-text {
        font-size: 3.47vw;
        line-height: 5.2vw
    }

    .left--title .content__title-title {
        font-size: 2.77vw;
        line-height: 5.819vw
    }

    .footer--top__block .block--wrapper .block--content--right a:not(:last-child) {
        margin-bottom: 20px;
        margin-right: 0
    }

    #header__top .header__container {
        justify-content: center
    }

    #header__top .header__container .header__right .header__links li,#header__top .header__container .header__right .header__links li:not(:last-child) {
        margin-right: 10px
    }

    .jeg-elementor-kit.jkit-postblock.postblock-type-1 .jkit-post {
        flex-direction: column;
        align-items: flex-start
    }

    .jeg-elementor-kit.jkit-postblock.postblock-type-1 .jkit-postblock-content {
        padding-left: 0;
        margin-top: 20px
    }

    .sticky-wrapper .site-navbar .site-logo img {
        max-height: 27px
    }

    .site-navbar .site__menu-contact a {
        background: 0 0!important
    }

    #header__top .header__container {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    section#about .about__container .about__container-left .about__container-left_top,section.hero__ .hero__container .hero__top {
        font-size: 16px
    }

    section#about .about__container .about__container-left .about__container-left_title,section.hero__ .hero__container .hero__title {
        font-size: 40px;
        line-height: 44px
    }

    section#about .about__container .about__container-left .about__container-left_text,section.hero__ .hero__container .hero__text {
        font-size: 16px;
        line-height: 25px
    }

    section#about .about__container .about__container-left .about__container-left_buttons a,section#blog .blog__container .blog__container-pagi .pagination .page-item,section.hero__ .hero__container .hero__links a,section.hero__ .hero__container .hero__links a.hero__about-link {
        max-width: 100%
    }

    section.hero__ .hero__container .hero__links a:not(:last-child) {
        margin-right: 0;
        margin-bottom: 30px
    }

    section#about .about__container .about__container-left .about__container-left_buttons {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    section#about .about__container .about__container-left .about__container-left_buttons a.btn__one {
        margin-bottom: 20px;
        margin-right: 0
    }

    .footer .footer_bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start!important;
        -ms-flex-align: start!important;
        align-items: flex-start!important;
        -webkit-box-pack: start!important;
        -ms-flex-pack: start!important;
        justify-content: flex-start!important
    }

    .order_follow .lightbox-container .sip_item.product_area .product_container,section#productBox .product__box-container .product__box-view .product__box-amount {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    section#blog__content .blog__content-container .blog__content-left .blog__content-info ul li,section#productBox .product__box-container .product__box-view .product__box-amount ul,section#productBox .product__box-container .product__box-view .product__box-amount ul li:not(:last-child) {
        margin-bottom: 15px
    }

    section#projects .projects__container .projects__item .projects__details {
        padding: 30px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start!important;
        -ms-flex-align: start!important;
        align-items: flex-start!important
    }

    section#projects .projects__container .projects__item .projects__details .projects__image {
        margin-right: 0;
        margin-bottom: 30px;
        border-radius: 8px;
        overflow: hidden
    }

    .order_follow .lightbox-container .sip_item.product_area .product_container .p_wrapper {
        margin-bottom: 20px
    }
}

@media (max-width: 470px) {
    .section--4 .swiper--area .item--content .content .testiminfo .text--info i {
        display:none
    }

    .section--4 .swiper--area .item--content .content .testiminfo {
        flex-direction: column;
        align-items: flex-start
    }

    .section--4 .swiper--area .item--content .content .testiminfo .image {
        margin-bottom: 15px
    }

    .left--title .content__title-text {
        font-size: 17px;
        line-height: 22px
    }

    .left--title .content__title-title {
        font-size: 14px;
        margin-bottom: 5px
    }

    .footer .footer__wrapper .links .footer--links {
        flex: 0 0 100%;
        max-width: 100%
    }

    .map-info {
        right: 15px;
        margin-left: 15px;
        padding: 35px 20px
    }

    .footer--info--item {
        font-size: 12px
    }

    .map-info .bottom {
        font-size: 13px
    }

    .job-category-box h1 {
        font-size: 17px
    }

    section#product .product__container .product__item .product__content-box .product__item-details .product__item-title a {
        font-size: 16px
    }

    section#product .product__container .product__item .product__content-box .product__item-details .product__item-text {
        font-size: 14px;
        line-height: 24px
    }

    section#about .about__container .about__container-right .about__container-right_hexa .about__hexa-item {
        bottom: 50px
    }

    section#about .about__container .about__container-right .about__container-right_hexa .hex {
        width: 330px;
        height: 330px
    }

    .comments .comments--area .swiper--item .swiper--content {
        padding: 30px
    }
}

@media (max-width: 350px) {
    section#about .about__container .about__container-right .about__container-right_hexa .about__hexa-item {
        bottom:-7px
    }

    section#about .about__container .about__container-right .about__container-right_hexa .hex {
        width: 300px;
        height: 300px
    }

    section#portfolio .portfolio__container .portfolio__item .portfolio__item-top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    section#portfolio .portfolio__container .portfolio__item .portfolio__item-top .portfolio__item-icon {
        margin-bottom: 15px
    }
}

.text--area .content .text {
    font-size: 16px!important;
    color: var(--text_1)!important
}

.text--area .content a {
    font-weight: 700;
    color: var(--text_1)!important
}
