@import url('https://fonts.googleapis.com/css2?family=Kanit:wght@200;400;500;600;800&display=swap');
/*---------------------------------
            General Styles
-----------------------------------*/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

:focus,
button:focus,
.btn:focus {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

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

a,
button,
input[type="submit"] {
  cursor: pointer;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

a {
  color: #000;
  text-transform: inherit;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a:hover,
a :focus {
  text-decoration: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #000;
}

a:focus {
  outline: 0 solid;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  line-height: 1.3;
  color: #000;
  font-family: 'Kanit', sans-serif;
}

body {
  font-size: 17px;
    font-family: 'Kanit', sans-serif;
  color: #333333;
 font-weight: normal;
 padding-top:85px;
}

p {
  font-size: 17px;
  line-height: 1.6;
  color: #333333;
  margin-bottom: 15px;
}

p:last-child {
  margin-bottom: 0;
}
.navbar-brand img {
    height: 32px;
}
.header_wrap {
    position: fixed;
    width: 100%;
    z-index: 5;
    transition: top 0.4s ease-in-out;
    /*margin-top: 15px;*/
    top:0px;
    box-shadow: 0 14px 16px rgba(0, 0, 0, .05);
}
.top_c_details ul{
    margin:0px;
    padding: 0px;
    list-style:none;
}
.top_c_details ul li {
    margin-right: 10px;
    display: inline-block;
    color:#fff;
}
.top_c_details ul li i{
    color:var(--primary);
}
.center_btn {
    display: flex;
    column-gap: 15px;
    justify-content: center;
}
.header_wrap .navbar-light .nav-link {
    font-weight: 500;
    color: #000;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 17px;
    font-family: 'Kanit', sans-serif;
}
.header_wrap.sticky_b .navbar-light .nav-link{
    color: #000;
}
.sticky_b .proffessonail_name h1{
    color: #000;
}
.header_wrap .navbar-light .nav-link:hover{
    color: var(--primary) !important;
}
.header_wrap .navbar-light {
    min-height: 85px;
}
.btn-style {
    background-color: var(--primary);
    border-color: var(--primary);
    padding: 11px 30px;
    color:#fff;
    font-weight:500;
    display: inline-block;
}
.btn-style:hover {
    -webkit-box-shadow: 0 14px 26px -12px rgba(0,0,0,.42),0 4px 23px 0 rgba(0,0,0,.12),0 8px 10px -5px rgba(0,0,0,.2)!important;
    box-shadow: 0 14px 26px -12px rgba(0,0,0,.42),0 4px 23px 0 rgba(0,0,0,.12),0 8px 10px -5px rgba(0,0,0,.2)!important;
    opacity: .8;
    color:#fff;
}
.heading_spot {
    display: inline-block;
    background: #111;
    padding: 7px 15px;
    color: #fff;
    border-radius: 5px;
    font-size: 12px;
}
.profile_intro_part {
    padding: 90px 0px;
    position: relative;
    background-size: cover;
    background-position: center center;
    padding-bottom: 0px;
}
.btn{
  border-radius:8px;
}
.btn-style.btn-outline {
    background: transparent;
    color: var(--primary);
}
.btn-style.btn-outline:hover{
    color: var(--primary);
}
.profile_intro_part h1 {
    color: #000;
    font-size: 65px;
    font-family: 'Kanit', sans-serif;
    line-height: 70px;
    margin-bottom: 25px;
}
.v_align_middle {
    align-items: center;
}
.profile_intro_part h1 span{
  color:var(--primary);
}
.profile_intro_part p {
    color: #000;
    font-size: 18px;
    margin-bottom: 25px;
}
.intro_bottom {
    position: absolute;
    bottom: 0px;
    width: 100%;
}
.intro_part_content {
    position: relative;
    z-index: 3;
}
.image_slide {
    margin-top: -170px;
    position: relative;
}
.image_slide img{
  border-radius:15px;
}
.header_right_btn {
    display: flex;
    align-items: center;
}
.header_right_btn i {
    margin-right: 4px;
}
.ptb-100{
    padding:100px 0px;
}
.ptb-50{
    padding:50px 0px;
}
.title_block{
  margin-bottom: 40px;
}
.title_block h2 {
    font-size: 40px;
    line-height: 45px;
    font-weight: 600;
    max-width: 65%;
    margin: auto;
}
.title_block.about-title h2 {
    max-width: 100%;
    margin:0;
}
.title_block h2 span{
  color:var(--primary);
}
.title_block .title_sub_heading {
    font-size: 18px;
    color: #646262;
    font-weight: 200;
}
.page_wrap .sticky .navbar-expand-lg {
    background-color: #111 !important;
}
.top_footer {
    padding: 50px 0px;
    background: #04091e url(../../assets/images/business_bg_footer.png);
    background-size: cover;
}
.bottom_footer {
    padding: 15px 0px;
    background: #04091e;
    border-top: 1px solid #47495238;
}
.copy_text {
    color: #ccc;
    font-weight: normal;
    margin-bottom: 5px;
}
.footer_links{
  margin: 0px;
  padding: 0px;
}
.footer_links li{
  display: inline-block;
  margin-right:10px;
  color: #ccc;
}
.footer_links li a {
    color: #51e94e;
}
.footer_links li a:hover{
   color: var(--primary);
}
.social_icons{
  margin: 0px;
  padding: 0px;
  list-style: none;
  text-align:right;
}
.social_icons li {
    display: inline-block;
    font-size: 15px;
    margin-left: 7px;
}
.social_icons li a{
  color: #fff;
}
.social_icons li a:hover{
  color: var(--primary);
}

.get_start_btn{
    width:100%;
    margin-bottom: 20px;
}
.nav-link:focus, .nav-link:hover {
    color: #fff;
}
.professonail_brand {
    display: inline-block;
}
.professonail_avatar, .proffessonail_name {
    display: table-cell;
    vertical-align: middle;
}
.professonail_avatar {
    padding-right: 10px;
}
.professonail_avatar img {
    height: 50px;
}
.intro_image_banner {
    margin-top: 30px;
}
.intro_image_banner img {
    width: 100%;
    height: 450px;
    border-radius: 15px;
    object-fit: cover;
}
.proffessonail_name h1 {
    font-size: 20px;
    line-height: 19px;
    margin-bottom: 0px;
    margin-top: 6px;
    position: relative;
    max-width: 250px;
}
.header_wrap .container-fluid {
    max-width: 1320px;
}
.proffessonail_name p {
    font-size: 14px;
    color: #999;
    font-weight: 200;
}
.proffessonail_menu {
    flex-grow: unset;
}
.nav_bar_professonail {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 5px 0px;
}
.main_profile_pic {
    text-align: right;
}
.sticky_b {
    margin-top: 0px;
    background: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.sticky_b .navbar {
    padding: 0px;
}
.sticky_b .top_bar{
    display: none;
}
.services_box_professionals {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
}
.service_read_more {
    font-size: 17px;
    font-weight: 600;
    margin-top: 15px;
}
.view_full_img a i {
    font-size: 9px;
    margin-left: 3px;
}
.service_read_more:hover{
    color:var(--primary);;
}
.service_read_more svg {
    height: 15px;
    width: 20px;
    margin-top: -3px;
    margin-left: 3px;
}
.fetured_box {
    background: #f3f7ff;
    padding: 50px 25px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    row-gap: 15px;
    background-size: cover;
    background-position: center center;
    position: relative;
    text-align: center;
}
.featured_img {
    margin-bottom: 20px;
    width: 90px;
    height: 90px;
    margin-left: auto;
    text-align: center;
    background: #1ec51e59;
    margin-right: auto;
    border-radius: 100%;
    line-height: 90px;
}
.featured_img img {
    height: 50px;
    width: 50px;
    object-fit: contain;
}
.fetured_box h3 {
    font-size: 21px;
}
.fetured_box p{
    font-weight:200;
}
.about_profyhub {
    position: relative;
    overflow: hidden;
}
.about-content-boxwrapper {
    align-items: center;
    background: #eeeefd;
    border-radius: 15px;
    overflow: hidden;
    margin-left: 0px;
    margin-right: 0px;
}
.about_shape {
    border-radius: 100%;
    position: absolute;
    top: 60%;
    left: -75px;
    width: 150px;
    height: 150px;
    background: var(--primary);
    opacity: 0.2;
}
.about_pic {
    position: relative;
    margin-left: -15px;
    width: 100%;
    height: 100%;
}
.about_text{
    padding:25px;
    padding-left:0px;
}
.about_pic img {
    height: 100vh;
    width: 100%;
    object-fit: cover;
    object-position: center;
    margin-bottom: 0;
}
p:last-child {
    margin-bottom: 0;
}
.featured_img {
    margin-bottom: 10px;
}
.mb-10{
    margin-bottom:10px;
}
.testimonial-card {
    padding: 25px;
    background: #fff;
    border-radius: 15px;
    position: relative;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    min-height: 315px;
}
.testimonial-slider-professonals .testimonial-card {
    margin: 10px;
}
.testimonial-card h6 {
    font-size: 18px;
    margin: 0 0 15px;
}
.quote_icon {
    margin-bottom: 15px;
}
.quote_icon i {
    font-size: 35px;
    color: var(--primary);
    opacity:0.6;
}
.testimonial-card .client-quote {
    margin: 0 0 7px;
    color: #525151;
    font-size: 18px;
    font-weight: 200;
    font-style: italic;
}
.client-info-wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 10px;
}
.testimonial-card .client-info-wrap .client-img {
    width: 62px;
    height: 62px;
    border-radius: 50%;
    margin: 0;
}
.testimonial-card .client-info-wrap .client-info {
    width: calc(100% - 130px);
    margin-left: 15px;
}
.testimonial-card .client-info-wrap .client-info h5 {
    font-size: 19px;
    margin: 0 0 0px;
}
.testimonial-card .client-info-wrap .client-img img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
}
.testimonial-card .client-info-wrap .ratings i {
    color: #FFC422;
    position: relative;
    top: 2px;
    margin-right: 5px;
}
.testimonial-slider-professonals.owl-carousel .owl-nav button.owl-prev, .testimonial-slider-professonals.owl-carousel .owl-nav button.owl-next {
    width: 50px;
    height: 50px;
    margin: 0 7px;
    border-radius: 50%;
    background-color: #fff;
    border: none;
    line-height: 53px;
}
.testimonial-slider-professonals.owl-carousel .owl-nav button.owl-prev:hover, .testimonial-slider-professonals.owl-carousel .owl-nav button.owl-next:hover {
    background-color: var(--primary);
}
.owl-nav.disabled {
    display: none !important;
}
.testimonial-slider-professonals.owl-carousel .owl-nav {
    margin: 25px 0px 0px 0px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}
.testimonial-slider-professonals.owl-carousel .owl-nav button.owl-prev:hover i, .testimonial-slider-professonals.owl-carousel .owl-nav button.owl-next:hover i {
    color: #fff !important;
}
.testimonial-slider-professonals.owl-carousel .owl-nav button.owl-prev i, .testimonial-slider-professonals.owl-carousel .owl-nav button.owl-next i {
    color: var(--primary);
    font-size: 22px;
}
.contact{
/*    background:#fff url('../images/cmap.png');*/
    /*background: linear-gradient(180deg,#eaf8ff,#f6f6ff);*/
    /*ackground-size: 80%;*/
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
}
.contact-form {
    padding: 40px;
    border-radius: 15px;
    position: relative;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    margin-right: 30px;
}

#inquire_form input, #inquire_form textarea {
   padding: .375rem .75rem;
   color:#000;
   font-weight:200;
}
#inquire_form label {
    color: #000;
    margin-bottom: 5px;
    font-weight:300;
}
#savereview input, #savereview textarea {
   padding: .375rem .75rem;
   color:#000;
   font-weight:200;
}
#savereview {
    background: #fff;
}
.contact-form  input {
    border: none;
    border-radius: 5px;
    box-shadow: inherit;
    height: 45px;
    padding: 0px;
    background: #edf5ff;
    color: #000;
}
.contact-form textarea {
    border: none;
    border-radius: 5px;
    box-shadow: inherit;
    padding: 0px;
    background: #edf5ff;
    color: #000;
}
.form_fields label {
    color: #000;
    margin-bottom: 5px;
}
.contact-form  input:focus, .contact-form textarea:focus {
    background:#edf5ff;
    color: #000;
}
.contact-form .form-group {
    margin-bottom: 15px;
}
.contact_details{
    margin: 0px;
    padding: 0px;
    list-style: none;
    margin-bottom: 20px;
}
.contact_details li{
    font-size:18px;
}
.small_heighlight {
    background: #4d5660;
    display: inline-block;
    color: #fff;
    padding: 3px 10px;
    border-radius: 3px;
    font-size: 12px;
    margin-bottom: 4px;
}
.contact_details li {
    font-size: 16px;
    margin-bottom: 10px;
    position: relative;
    padding-left: 22px;
    color: #fff;
    font-weight: 200;
}
.contact_details li i {
    color: #fff;
    position: absolute;
    top: 3px;
    left: 0px;
    font-size: 15px;
}
.resume_headings i{
    color: var(--primary);
}
.edu_card_block.card {
    padding: 15px;
    margin-bottom: 15px;
    background: #eef5fa;
    border: none;
}
.edu_card_block.experience_color{
    background: #fff3ce;
}
.edu_card_block .card-title {
    margin-bottom: 0px;
    font-size: 20px;
}
.edu_card_block .card-text {
    font-weight: 500;
}
.lists_block_group .cv-item {
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    background: var(--primary);
    border-radius: 8px;
    padding: 5px 20px;
    margin-right: 10px;
    margin-bottom: 20px;
    color: #fff;
}
.lists_block_group .cv-item-hobbies{
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    background: #444;
    border-radius: 8px;
    padding: 5px 20px;
    margin-right: 10px;
    margin-bottom: 20px;
    color: #fff;
}
.resume_item {
    margin-bottom: 30px;
}
.main_profile_pic img {
    width: 450px;
    box-shadow: 3px 3px 50px rgba(0, 0, 0, 0.075);
    border-radius: 10px;
}
.add_review_btn{
    text-align: center;
    margin-top: 30px;
}
.c_form_none{
    padding: 0px;
    box-shadow:none;
}
.star-rating {
    position: relative;
    top: 5px;
    direction: rtl;
    display: inline-block;
    cursor: default;
}
.star-rating input[type="radio"] {
    display: none;
}
 .star-rating label {
    color: #dddddd;
    font-size: 18px;
    padding: 0;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.star-rating label:hover, .star-rating label:hover ~ label, .star-rating input[type="radio"]:checked ~ label {
    color: #f2b600;
}
.file {
    position: relative;
}
.file label {
    cursor: pointer;
    outline: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 4px;
    background-color: #999;
    color: #fff;
    padding: 5px 20px;
}
.file input {
    display: none;
}
.portfolio_block .project-card {
    position: relative;
}
.portfolio_block {
    overflow: hidden;
}
.about_pic{
    position: relative;
}
.from_company {
    position: absolute;
    top: 30px;
    padding: 10px 30px;
    background: var(--primary);
    border-radius: 6px;
    left: -30px;
    color: #fff;
}
.from_company h6{
    font-size: 30px;
    color: #fff;
}
.portfolio_block .project-card .img {
    height: 450px;
    min-height: 450px;
    border-radius: 20px;
    overflow: hidden;
}
.portfolio_block .img-cover img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: inherit;
}
.portfolio_block:hover::after{
    display:block;
}
.portfolio-slider-professonals .owl-item {
    overflow: hidden;
    border-radius: 20px;
}
.portfolio_block::after {
    content: "";
    position: absolute;
    left: -81px;
    top: 284px;
    height: 323px;
    width: 123%;
    transition: all 300ms ease;
    background: var(--primary);
    opacity: 0.92;
    border: 7px solid #00000073;
    border-radius: 100%;
    transform: rotate(22deg);
    transition: 0.6s;
}
.testimonials {
        background: #eeeefd;
}
.portfolio_block .project-card .info {
    position: absolute;
    width: 100%;
    text-align: left;
    bottom: 30px;
    z-index: 2;
    transition: 0.6s;
    opacity: 1;
    padding-left: 25px;
}
.portfolio_block .project-card .info .arrow {
    text-align: center;
    color: #fff;
    font-size: 16px;
    display: inline-block;
    margin-bottom: 5px;
}
.portfolio_block .project-card .info .arrow:hover{
    color: #ccc;
}
.portfolio_block .color-666 {
    color: #666 !important;
}
.portfolio_block .project-card .info .tags {
    font-size: 11px;
    color: #fff;
    padding: 5px 15px;
    background-color: #333;
    border-radius: 30px;
    display: inline-block;
    margin-bottom: 5px;
}
.portfolio_block .project-card:hover .info {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.portfolio_block .cont h4 {
    font-size: 22px;
    color: #fff;
    padding-right: 75px;
    font-weight: 500;
}
#service_popup #modalSubtitle{
    font-weight:200;
}
.star_count {
    margin-bottom: 15px;
}
.star_count i{
    color:#ccc;
}
.star_count .fa-star.active{
    color:#FFC422;
}
.main_profile_pic {
    position: relative;
    z-index: 3;
    width: 455px;
    margin-left: 40px;
}
.main_profile_pic:before {
    position: absolute;
    width: calc(100% + 2px);
    height: calc(100% - 15px);
    top: -14px;
    content: "";
    border: 4px solid var(--primary);
    z-index: -1;
    opacity: 0.3;
    left: 25px;
    box-shadow: 0 5px 35px rgba(0,2,72,.1);
    transition: all .5s;
    border-radius: 7px;
}
.contact_icon_block {
    background: #fff;
    padding: 50px 22px;
    box-shadow: 3px 3px 50px rgba(0, 0, 0, 0.075);
    border-radius: 5px;
    text-align: center;
}
.icon_c_block i {
    font-size: 45px;
    margin-bottom: 10px;
    color: var(--primary);
}
.address-boxs {
    display: flex;
    position: relative;
    /*align-items: center;*/
}
.address-boxs .address-icon {
    margin-right: 20px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 100%;
    text-align: center;
    border: 1px solid var(--primary);
    min-width:50px;
}
.address-boxs .address-icon i {
    font-size: 17px;
    line-height: 20px;
    color: var(--primary);
}

.address-boxs .address-text .text .label {
    color: var(--primary);
    font-size: 18px;
    display: block;
    font-weight: 600;
}
.address-boxs .address-text .text .des {
    font-size: 17px;
    color: #19082D !important;
}
.address-boxs.mb-30 {
    margin-bottom: 30px;
}
.copy_text {
    font-weight: 200;
}
.footer_widget h2 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 30px;
    font-weight: 500;
    border-left: 4px solid var(--primary);
    padding-left: 15px;
    line-height: 15px;
}
.simple_footer_list{
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.simple_footer_list li {
    margin-bottom: 10px;
    color: #fff;
    font-size: 16px;
    position: relative;
    padding-left: 15px;
    font-weight: 200;
}
.simple_footer_list li:before {
    font-family: 'Font Awesome 6 Free';
    content: "\f054";
    font-size: 8px;
    color: var(--primary)5c;
    position: absolute;
    top: 6px;
    left: 0px;
}
.simple_footer_list li a {
    color: #fff;
    padding: 0px;
    font-weight: 200;
}
.simple_footer_list li a:hover{
     color:var(--primary);
}
.footer_social_links .social_icons {
    text-align: right;
}
.footer_social_links .social_icons li a {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 100%;
    line-height: 30px;
    color: #8a8e93;
}
.footer_social_links .social_icons li a:hover{
    color: var(--primary);
}
.footer_social_links .social_icons li {
    font-size: 18px;
    color: #fff;
    margin-left: 7px;
}
.footer_widget {
    margin-bottom: 15px;
}

.title_block.full_width h2{
    max-width: 100%;
    margin: auto;
}
.contact-form.contact_form_business input, .contact-form.contact_form_business textarea {
    padding: 10px;
    font-weight: 200;
}
#freequote .contact-form{
    padding: 0px;
    background: transparent;
    box-shadow: none;
}
.team_section{
    background:#edf5ff;
}
.team_block .team-card {
    position: relative;
}
.client-slider-business .owl-stage-outer {
    border: 1px solid #888;
}
.client-slider-business .client_pic {
    padding: 10px 10px;
}
.brand_img img {
    height: 50px;
    object-fit: contain;
    width: auto;
    filter: grayscale(1);
    opacity: 0.7;
}
.team_block .team-card .img {
    height: 380px;
    min-height: 380px;
    border-radius: 15px;
    overflow: hidden;

}
.team_block .img-cover img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: inherit;
    filter: saturate(0);
}
.team_block .team-card:hover img{
    filter: saturate(1);
}
.team_block::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 170px;
    width: 100%;
    transition: all 300ms ease;
    background: linear-gradient(180deg, rgba(249, 77, 29, 0) 0%, #0e0e0e 85.11%);
    opacity: 0.92;
    border-radius: 10px;
}
.team_block .team-card .info {
    position: absolute;
    width: 70%;
    text-align: left;
    bottom: 0;
    z-index: 2;
    transition: 0.6s;
    padding: 0px 15px;
    background: #edf5ff;
    border-top-right-radius: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.team_block .team-card .info:before {
    position: absolute;
    left: -1px;
    top: -26px;
    content: "";
    height: 26px;
    width: 14px;
    border-bottom-left-radius: 12px;
    box-shadow: 0 20px 0 0 #edf5ff;
}
.team_block .team-card .info::after {
    position: absolute;
    right: -20px;
    bottom: 0;
    content: "";
    height: 33px;
    width: 20px;
    border-bottom-left-radius: 17px;
    box-shadow: 0 20px 0 0 #edf5ff;
}
.team_block .cont {
    color: #837f7f;
}
.team_block .cont h4 {
    color: #000;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0px;
}
.team_block:hover .img-cover img{
    -webkit-filter: sepia(100%);
    filter: sepia(100%);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    cursor:pointer;
}
.team_block .cont .designation_staff {
    font-size: 15px;
    color: #222;
    text-transform: uppercase;
}
.brands {
    background: #f1f1f1;
    padding: 50px 0px;
}
.client-slider-business .owl-item {
    border-right: 1px solid #888;
}
.btn.nav-link.btn-style.btn-outline {
	border-color: #282b2f;
	color: #fff;
	background:#282b2f;
}
.brand_img img {
    height: 70px;
    object-fit: contain;
    width: auto;
}
.hour_time {
    display: block;
}
.hour_time span {
    display: inline-block;
    min-width: 100px;
}
.no_review{
    color:#f00;
}
.galler_img:before {
    border-radius: 10px;
    content: "";
    position: absolute;
    width: auto;
    height: auto;
    border: 1px solid #fff;
    left: 10px;
    right: 10px;
    display: block;
    top: 10px;
    bottom: 10px;
}
.galler_img img {
	width: 100%;
	height: 350px;
	-o-object-fit: cover;
	object-fit: cover;
	display: inherit;
	border-radius: 15px;
	transition: transform 0.7s;
}
.galler_img:hover img {
    transform: scale(1.1); /* Zoom effect */
}
.galler_img {
    position: relative;
    display: inline-block;
    overflow: hidden;
    border-radius: 15px;
}
.galler_img::after {
    content: '';
    position: absolute;
    top: 0;
    left: -75%;
    height: 100%;
    width: 75%;
    background: rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 20px 20px rgba(255, 255, 255, 0.5);
    transform: skewX(-25deg);
    transition: all 0.7s;
}

.galler_img:hover::after {
    left: 100%;
    transition: all 0.7s;
}

.view_full_img {
	margin-top: 4px;
}
.view_full_img a {
	color: #fff;
	font-size:10px;
}
.whatsapp-icon {
    position: fixed;
    right: 15px;
    bottom: 15px;
}
.whatsapp-icon-img{
    height:50px;
    width:50px;
}
.contact-form input[type="radio"]{
    height:auto;
}
.social-sharing {
    position: fixed;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #333;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 1000;
}
.social-sharing a {
    color: #fff !important;
    text-decoration: none;
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width:36px;
    min-height:36px;
}
.social-sharing a.facebook{
    background-color:rgb(24, 119, 242);
}
.social-sharing a.twitter{
    background-color: rgb(29, 155, 240);
}
.social-sharing a.linkedin{
    background-color: rgb(0, 119, 181);
}
.social-sharing a.email{
    background-color: rgb(181, 165, 172);
}
.social-sharing a.whatsapp{
    background-color: rgb(37, 211, 102);
}
.social-sharing i {
    font-size: 16px;
}
.about_icon i{
   color: var(--primary);
}
.mobile_device_only{
        display:none;
}
.vertical-text {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    white-space: nowrap;
    font-size: 15px;
    font-weight:700;
    margin-bottom: 10px;
    margin-top: 10px;
    text-transform: uppercase;
    color: #fff;
}
.about-content-boxwrapper p:empty {
    display: none;
}
.navbar-toggler:focus {
	box-shadow: none;
}
.navbar-toggler{
    padding: .25rem .55rem;
}
.navbar-light .navbar-toggler {
  border-color: var(--primary);
}
.about_text_description {
	position: relative;
}
.navbar-toggler-icon {
    width: 30px;
    height: 30px;
    display: inline-block;
    background-image: none !important;
}
.navbar-toggler-icon rect {
    fill: var(--primary);
}
.message-box {
    display: none;
    position: fixed;
    bottom: 18px;
    right: 75px;
    background-color: #f8f9fa;
    color: #343a40;
    border: 1px solid #dee2e6;
    padding: 10px;
    border-radius: 8px;
    width: auto;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    font-size: 15px;
    line-height: 20px;
    padding-right: 20px;
}

    .message-box p {
        margin: 0;
        line-height: 20px;
        font-weight: 400;
        font-size: 16px;
    }

    .message-box .signup-link {
      color: var(--primary);
      text-decoration: none;
    }

    .message-box .signup-link:hover {
      text-decoration: underline;
    }
    .close-btn {
        position: absolute;
        top: 0px;
        right: 7px;
        font-size: 24px;
        cursor: pointer;
        color: #343a40;
    }
@media (max-width:767px){
    .header_right_btn{
        display:none;
    }
    .professonail_avatar img {
    	height: 50px;
    } 
    .mobile_device_only{
        display:block;
        margin-left: 15px;
    }
    .portfolio_block::after {
        content: "";
        position: absolute;
        left: -81px;
        top: 164px;
        display:block;
    }
    .footer_social_links .social_icons {
        text-align: left;
    }
    .contact-form {
    	padding: 20px;
    	margin-right: 0;
    }
    .about_pic {
    	margin-left: 0;
    	margin-top: 15px;
    }
    .intro_image_banner img {
    	height: auto;
    }
    .product_features {
    	background: #f4f4f4;
    }
    .about_pic img {
    	height: auto;
    }
    body{
        padding-top: 76px;
    }
    .message-box{
        display:none !important;
    }
    .sticky_b .navbar {
    	padding: 0.5rem 0px;
    }
    .header_wrap .navbar-light {
        min-height:auto !important;
    }
    .about_shape{
        opacity: 0.2;
    }
    .proffessonail_name h1 {
    	font-size: 17px;
    	max-width: 170px;
    }
    .proffessonail_name p {
    	font-size: 12px;
    	max-width: 170px;
    	line-height: 14px;
    }
    .profile_intro_part::after {
        background: #ffffff73;
    }
    .proffessonail_menu {
    	flex-grow: unset;
    	margin-top: 15px;
    	border-top: 1px solid #cccccc40;
    }
    .profile_intro_part {
    	padding: 70px 0px;
    }
        .social-sharing {
    	bottom: 0px;
    	top: auto;
    	transform: none;
    	flex-direction: unset;
    	width: 100%;
    	justify-content: center;
    	padding-left: 5px;
        padding-right: 5px;
    }
    .vertical-text {
    	writing-mode: unset;
    	transform: rotate(0deg);
    	white-space: normal;
    	font-size: 16px;
    	margin-right:10px;
    }
    .social-sharing a{
        margin: 0px 5px;
    }
    .vertical-text::after {
    	content: "Page";
    	margin-left: 5px;
    }
    .profile_intro_part h1 {
    	font-size: 34px;
    	line-height: 40px;
    }
    .profile_intro_part p{
        font-size: 17px;
    }
    .btn-style{
        padding: 11px 20px;
    }
    .title_block h2 {
    	font-size: 26px;
    	line-height: 28px;
    	font-weight: 600;
    	max-width: 100%;
    	margin: auto;
    }
    .ptb-100 {
    	padding: 85px 0px;
    }
    .services_box_professionals {
    	grid-template-columns: repeat(1, 1fr);
    }
    .portfolio_block .project-card .img {
    	height: 350px;
    	min-height: 350px;
    }
    .whatsapp-icon {
    	position: fixed;
    	right: 15px;
    	bottom: 55px;
    	z-index: 10000;
    }
    .bottom_footer{
        padding-bottom: 50px;
    }
}
@media (min-width:768px) and (max-width:991px){
    .header_right_btn{
        display:none;
    }
    .profile_intro_part h1{
        font-size: 50px;
        line-height: 60px;
    }
    .services_box_professionals {
    	display: grid;
    	grid-template-columns: repeat(2, 1fr);
    	grid-gap: 30px;
    }
    .about_pic{
        margin-left:0px;
    }
    #quote_form .col-md-6 {
    	width: 100%;
    }
}
@media (min-width:992px) and (max-width:1200px){
    .header_wrap .navbar-light .nav-link{
        padding-left: .3rem;
        padding-right: .3rem;
    }
}