/*
Theme Name: Bridge Child
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: A child theme of Bridge Theme
Author: Qode Interactive
Author URI: http://www.qodethemes.com/
Version: 1.0.0
Template: bridge
*/
@import url("../bridge/style.css");

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');

body{
	 font-family: "DM Sans", sans-serif;
}
h4.icon-title {
    font-size: 25px;
}
.padding-top50{
	padding-top:50px;
}

.padding-top30{
	padding-top:30px;
}

.padding-top20{
	padding-top:20px;
}
.padding-top25{
	padding-top:25px;
}

.text-center{
	text-align:center;
}
.padding-top10{
	padding-top:10px;
}
.package-sections h3 {
    text-align: center;
    font-size: 35px;
    color: #000;
    text-transform: math-auto;
    padding-top: 30px;
    font-family: auto;
    font-weight: bold;
}
.testimonial img {
    border-radius: 50%;
}
.header_bottom {
    padding: 0 0px;
    background-color: #fff;
    -webkit-transition: all .2s ease 0s;
    -moz-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
    transition: all .2s ease 0s;
    margin: 0px 55px 0px 55px;
}

.extra-cell a {
    background: #61dfe7;
    color: #000;
    padding: 11px 29px 14px 23px;
    font-size: 20px;
    border-radius: 50px;
}

.extra-cell a:hover {
    background: #000;
    color: #fff;
   
}

ul.icon-top li {
    display: inline-block;
    border-right: 1px solid #cccccc85;
}

.header_top.clearfix {
    padding: 7px 44px 7px 44px;
}

ul.icon-top li i {
  color:#fff;
	padding:10px;
}
ul.ponit li {
    margin-top: 8px;
    display: flex;
    text-align: justify;
    color: #000;
}
.header-icon li, .our-team .social li {
    display: inline-block;
}
.header-icon li {
    margin-right: 12px;
}

.header-icon a, .top-right-link a {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}
.header-icon li i {
    width: 23px;
    height: 23px;
    line-height: 22px;
    margin-right: 8px;
}
.pri-mid h3 {
    background: #0d1636 !important;
}
span.yrm-toggle-expand.yrm-toggle-expand-1 {
    background: #202c49;
    color: #fff;
    border-radius: 4px;
}
nav.main_menu ul li.active a {
    color: #b9975b;
}

nav.main_menu ul li a span.underline_dash, nav.vertical_menu ul li a span.underline_dash {
    background-color: #b9975b !important;
    height: 2px;
    left: 0;
    transform: none;
    -webkit-transform: none;
}
nav.main_menu ul li:hover a {
    color: #b9975b;
}

.about-section h3 {
    font-size: 22px;
    color: #b9975b;
    font-weight: 700;
    float: left;
    padding-right: 15px;
    text-transform: math-auto;
}
.about-section h2 {
    font-size: 30px;
    text-transform: math-auto;
}
.extra-cell a {
    background: #b9975b;
    color: #fff;
    padding: 11px 29px 14px 23px;
    font-size: 20px;
    border-radius: 50px;
}
.about-section p {
    color: #616161;
    text-align: justify;
}
 .mvslinks {
    margin-top: 30px;
}
 .mvslinks li {
    display: inline-block;
    margin-right: 10px;
    margin-top: 15px;
}

 .mvslinks li a {
    color: #333;
    padding: 5px 15px;
    font-size: 15px;
}
 .mvslinks li a i {
    font-size: 34px;
    padding-right: 10px;
}
.paddtop15 {
    padding-top: 15px;
}
.welboxs {
    text-align: center;
    padding-top: 40px;
}

.text-justify {
    text-align: justify;
}

.btn_wrapper .btn-b {
    position: relative;
    font-size: 17px;
    line-height: 22px;
    font-weight: 500;
    padding: 16px 25px;
    text-align: center;
    color: #fff;
    display: inline-block;
    background-color: #000;
    border-radius: 35px 0px 35px 0px;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
}

.btn_wrapper .btn-b:hover {
    color: #000;
    background-color: #61dfe7;
    transform: translateY(-10px);
}

.btn_wrapper .btn-b:before {
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
    width: 0px;
    z-index: -1;
    content: '';
    color: #000;
    background: #61dfe7;
    transition: all 0.4s cubic-bezier(0.12, 0, 0.38, 1) 0s;
}

.btn_wrapper .btn-b:hover:before {
    left: 0%;
    right: auto;
    width: 100%;
}
.blog_posts_image {
    margin-bottom: 45px;
    animation: float_img 6s ease-in-out infinite;
    transition: all 0.3s ease-in-out;
}

.blog_posts_image_content {
    position: absolute;
    bottom: 60px;
    left: 40px;
}

.blog_posts_image_content span {
    font-size: 18px;
    line-height: 18px;
    font-weight: 400;
    color: #fff;
    background-color:#000;
    padding: 5px 18px;
    border-radius: 15px 0 15px 0;
    margin-bottom: 15px;
    display: inline-block;
}
.blog_posts_image_content h4 {
    color: #fff;
    margin-bottom: 22px;
    padding-right: 30px;
    font-size: 16px;
	line-height:30px;
    font-family: "Playfair Display", serif;
}
.blog_posts_image_content i {
    font-size: 20px;
    line-height: 20px;
    color:#fff;
    transition: all 0.3s ease-in-out;
}

.contact-form {
    padding: 0px 25px 0px 25px;
    float: left;
}
.contact-form input#SendMessage {
    background: #000000!important;
}

.contact-form h2 {
    font-size: 35px;
    margin-bottom: 30px;
    font-family: none;
    text-transform: none;
    text-align: center;
    color: #fff;
}
ul.icon-bottom i {
    padding: 4px;
    width: 25px;
	background-color:#b9975b;
    height: 25px;
    line-height: 24px;
    font-size: 16px;
    border-radius: 50px;
    text-align: center;
    color: #fff;
}

ul.icon-bottom li {
    display: inline-block;
}

.mr-0 .vc_column-inner {
    padding-right: 0;
    padding-left: 0;
}

.btn_wrapper input#SendMessage {
    line-height: 22px;
    font-weight: 500;
    padding: 7px 39px;
    text-align: center;
    color: #fff;
    display: inline-block;
    background-color: #b9975b;
    border-radius: 35px 0px 35px 0px;
    transition: all 0.3s ease-in-out;
    outline: none;
    border: none;
    overflow: hidden;
    position: relative;
}



.widget-categories li {
    line-height: 30px;
}

.widget-categories i {
    padding-right: 10px;
    color: #5de1e6;
}

.footer_top .textwidget, .footer_top a, .footer_top li, .footer_top p, .footer_top span {
    color: #fff;
    word-wrap: break-word;
}

ul.icon-bottom {
    margin-top: 10px;
}

.widget.contact-us li {
    line-height: 40px;
	font-size:15px;
}

.widget.contact-us i {
    color: #5de1e6;
    padding-right: 15px;
}

.email-button input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background: #5de1e6;
    margin-top: 15px;
}

.textwidget.custom-html-widget {
    color: #ffffff;
    text-transform: math-auto;
}

.testimonial {
    background: #fff;
    padding: 20px 20px 0px 20px;
}
.user-name {
    padding: 0px 0px 0px 0px;
}
.testimonial-text i {
    color: #5de1e6;
    font-size: 40px;
}

.themesion-box-star-ratings i {
    color: #e8bf00;
}

.testimonial p {
    margin-top: 15px;
    margin-bottom: 10px !important;
    font-size: 15px;
    text-align: justify;
}

.user-name h3 {
    color: #000;
    text-transform: capitalize;
    margin-bottom: 5px !important;
}

.bg-cc {
    padding-top: 240px;
}

.specialties_content::after {
    content: "\f058";
    height: 76px;
    width: 76px;
    background-color: #5de1e6;
    position: absolute;
    border-radius: 100%;
    z-index: 1;
    text-align: center;
    padding: 0px;
    font-weight: 400;
    font-size: 42px;
    line-height: 72px;
    color: #fff;
    font-family: 'Font Awesome 6 Free';
}
.specialties_right_line {
    position: absolute;
    top: -3px;
    left: -75px;
}
.s8 p.specialties_paragraph {
    position: relative;
    right: -70px;
    top: 0px;
}
.specialties_content .specialties_paragraph {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    color: #000;
    margin-bottom: 0;
}

.specialties_left_line {
    position: absolute;
    top: 0px;
    right: -80px;
}
.specialties_left_line img {
    height: 390px;
}
.specialties_right_line img {
    height: 390px;
}
.specialties_content {
    text-align: right;
    margin-bottom: 46px;
    position: relative;
}

.our_specialties_section .specialties_image {
    text-align: center;
    animation: float_img 6s ease-in-out infinite;
}

.s1::after {
    top: 0px;
    right: -60px;
}

.s2::after {
    top: 0px;
    right: -30px;
}

.s3::after {
    top: 17px;
    right: -23px;
}
.s4::after {
    top: 0;
    right: -50px;
}
.s1 {
    padding-right: 38px;
}
.s2 {
    padding-right: 70px;
}
.s3 {
    padding-right: 75px;
}
.s4 {
    padding-right: 50px;
}
.s5 {
    padding-left: 89px;
}
.s6 {
    padding-left: 100px;
}
.s7 {
    padding-left: 100px;
    padding-top: 29px;
}
.s8 {
    padding-left: 9px;
}
.specialties_content_wrapper {
    position: relative;
}

.specialties_content2 {
    text-align: left;
}
.s5::after {
    top: -8px;
    left: -60px;
}

.s6::after {
    top: 2px;
    left: -20px;
}

.s7::after {
    top: 16px;
    left: -22px;
}

.s8::after {
    top: 5px;
    left: -48px;
}

.specialties_image.mb-0 {
    text-align: center;
}

.what-we {
    text-align: center;
}
.what-we h2 {
    font-size: 22px;
    font-weight: 600;
    padding: 8px 47px 10px 48px;
}

.btn-b a {
    background: #000;
    color: #fff;
    padding: 12px 20px 12px 20px;
    border-radius: 50px;
}
.q_slider {
    margin-top: -100px;
}

.btn-b a:hover {
    background: #5de1e6;
    color: #000;
    padding: 12px 20px 12px 20px;
    border-radius: 50px;
}

.btn-b {
    margin-top: 20px;
    margin-bottom: 50px;
}

.slider-text h1 {
    font-size: 60px;
    color: #fff;
    font-family: 'Playfair Display', sans-serif;
}

a.slide-btn {
    background: #b9975b;
    padding: 14px 36px 14px 36px;
    color: #ffffff;
    border-radius: 0px;
}
ul.point {
    list-style: none;
}
.mr-34 {
    margin-top: 15px;
}
.mr-33 {
    margin-bottom: 20px;
}
.icon-box .icon-box-icon {
    display: table-cell;
    vertical-align: top;
    font-size: 36px;
    color: #000;
    width: 50px;
    padding-top: 8px;
}
.mr-33 span {
    font-size: 16px;
}
.table-cell {
    display: table-cell;
    vertical-align: middle;
}
button.wp-block-search__button {
    padding: 11px;
    background: #b9975b;
    border: 1px solid #000000;
    color: #fff;
}
input#wp-block-search__input-1 {
    padding: 10px 0px 10px 0px !important;
}
h2.wp-block-heading {
    font-size: 22px;
    text-transform: capitalize;
    font-family: 'Roboto';
    color: #000;
}
.blog_holder article {
    display: inline-block;
    width: 100%;
    margin: 0 0 3px;
}
div#block-2 {
    margin-top: 45px;
}
label.wp-block-search__label {
    color: #000;
    font-size: 22px;
}
.wpb_widgetised_column .widget {
    margin: 0 0 10px;
}


.testimonial {
    background: #ffffff;
    padding: 20px 20px 0px 20px;
    margin-top: 20px;
}









@media only screen and (max-width: 600px) {
.phone-paddtop-10 {
    padding-top: 10px;
}
	header .header_inner_left {
    position: absolute;
    left: 30px !important;
    top: 0;
}
	.ls-v5 .ls-nav-prev {
    left: 10px;
    border: none !important;
}
.package-sections h3 {
    text-align: center;
    font-size: 30px;
    color: #000;
    text-transform: math-auto;
    padding-top: 30px;
    font-family: auto;
    font-weight: bold;
}
	.pricing-sec h3 {
    color: #fff;
    background-color: #bc9861;
    padding: 18px;
    font-size: 18px !important;
    text-transform: math-auto;
    font-family: auto;
}
	.ls-v5 .ls-nav-next {
    right: 10px;
    border: none !important;
}
	.phone-paddtop-15 {
    padding-top: 15px;
}
	.phone-paddtop-20 {
    padding-top: 20px;
}
	.header-icon a, .top-right-link a {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}
.about-section h2 {
    font-size: 20px;
    text-transform: math-auto;
}
h1.gallery {
	font-size:25px!important;
}
	.about-page h1 {
    font-size: 19px!important;
    font-family: 'Playfair Display', sans-serif;
}
	.qode-accordion-holder .qode-title-holder .qode-tab-title span.qode-tab-title-inner:only-child {
    padding-left: 20px;
    width: 100%;
    font-size: 16px!important;
    font-weight: 600;
    color: #000;
}
	.header_top::before {
    width: 61%;
    background: #222!important;
    content: '';
    height: 100%;
    position: absolute;
    top: 0;
    display: block;
    z-index: -1;
    transform: skewX(30deg);
    left: 32px;
    max-width: 830px;
}
	h2.service-page {
    font-size: 18px!important;
    padding-top: 20px;
    color: #000;
}
.breadcrumbs {
    display: none;
}	
.mvslinks {
    margin-top: 15px;
    display: ruby-text;
}	
.mvslinks li {
    display: inline-block;
    margin-right: 0px;
}	
.mvslinks li a {
    color: #333;
    padding: 5px 3px;
    font-size: 14px;
}
.mvslinks li a i {
    font-size: 19px;
    padding-right: 7px;
}
.welboxs {
    text-align: center;
    padding-top: 25px;
}
.service-section {
    padding-top: 20px!important;
}
.welcome-section {
    display: none;
}
.wel-top {
    margin-top: -40px!important;
}
.whychoose-left {
    padding: 55px 18px 40px 18px!important;
    text-align: center;
    background: url(../images/background/int-2.jpg) center center no-repeat;
    position: relative;
    z-index: 1;
}
.workexpsqr {
    display: inline-block;
    padding: 20px!important;
    border: 7px solid #f5f5f5;
    margin-bottom: 40px!important;
    position: relative;
    border-right: 0;
}	
.workexpsqr h1 {
    font-size: 70px!important;
}
.whychoose-left h2 {
    color: #fff;
    font-size: 26px!important;
}
.whychoose-right {
    padding: 40px 2px 0px 2px!important;
}
.whychoose-list .whychoose-item h3 {
    position: relative;
    font-size: 19px!important;
    font-weight: bold;
    margin-bottom: 5px;
    text-transform: math-auto;
    color: #000;
}	
.project-section {
    margin-top: 20px!important;
}
.contact-forms {
    padding-top: 30px;
}
.header_bottom {
    margin: 0px 0px 0px 10px;
}	
 .header_top.clearfix {
    padding: 0px 0px 0px 0px;
}
	
.header_bottom {
    padding: 0px 0px;
    background-color: #fff;
    -webkit-transition: all .2s ease 0s;
    -moz-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
    transition: all .2s ease 0s;
}
.mr-88 {
    margin-top: 20px;
}
.slider-text h1 {
    font-size: 17px;
    color: #fff;
    font-family: 'Playfair Display', sans-serif;
	margin-bottom:8px;
}
.slider-text p {
    display: none;
}
	
.about-page h3 {
    font-size: 18px;
}
.about-page h2 {
    font-size: 19px!important;
}	
a.slide-btn {
    background: #61dfe7;
    padding: 6px 16px 6px 16px;
    color: #000;
    border-radius: 50px;
}
i.qode_icon_font_awesome.fa.fa-bars {
    color: #1d1815;
    font-size: 22px;
    border: solid 2px #000;
    padding: 8px;
    border-radius: 4px;
}
.slider-text {
    margin-left: 45px;
}	
	
	p.contact-p {
    font-size: 16px;
    margin-top: 8px;
}
nav.mobile_menu ul li a, nav.mobile_menu ul li h3 {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    padding: 10px 0;
    display: block;
    position: relative;
    text-transform: none;
    line-height: 26px;
    letter-spacing: 0;
}
nav.mobile_menu ul li a:hover, nav.mobile_menu ul li.active>a {
    color: #bc9861;
}
.contact-form h2 {
    font-size: 18px;
	text-align:center;
    margin-bottom: 20px;
}
.footer_top .four_columns .column1, .footer_top .four_columns .column2, .footer_top .four_columns .column3, .footer_top .three_columns .column1, .footer_top .three_columns .column2, .footer_top .two_columns_50_50 .column1 {
    margin: 0 0 0px;
}
.footer_top h5 {
    color: #fff;
    margin: 0 0 0px;
	font-size:21px;
}
.logo_wrapper {
    height: 100px!important;
    left: 65%;
}
.testimonial {
    background: #fff;
    padding: 20px;
    box-shadow: 0px 1px 7px 0px rgb(0 0 0 / 15%);
    height: auto;
}
.user-name h3 {
    color: #000;
    text-transform: capitalize;
    margin-bottom: 5px !important;
    font-size: 18px;
}
.padding-top50 {
    padding-top: 20px;
}
.footer_top {
    padding: 25px 0 12px;
}
.footer_top_holder {
    background-size: cover;
    background: #262626;
}
	.footer_top .column_inner>div {
    margin: 0 0 10px!important;
}
.contact-form {
    padding: 6px 30px 21px 30px;
    float: left;
}
.s1::after {
    top: 0px;
    right: unset;
    left: 0;
}
.blog_posts_image_content h4 {
    color: #fff;
    margin-bottom: 2px;
    padding-right: 30px;
    font-size: 14px;
    line-height: 25px;
    font-family: "Playfair Display", serif;
}
.vc_custom_1717736705298 {
    background-image: none !important;
    background-position: 0 0 !important;
    background-repeat: repeat !important;
    background: #5de1e6;
}
.specialties_left_line {
    position: absolute;
    top: 0px;
    right: -80px;
    display: none;
}
.s1 {
    padding-right: 0px;
    padding-left: 88px;
}
.specialties_content {
    text-align: left;
    margin-bottom: 30px;
    position: relative;
}
.s2 {
    padding-right: 0;
    padding-left: 88px;
}
.s2::after {
    top: -16px;
    right: unset;
    left: 0;
}
.s3::after {
    top: -8px;
    right: unset;
    left: 0;
}
.s4::after {
    top: 0;
    right: unset;
    left: 0;
}
.s3 {
    padding-right: 0px;
    padding-left: 90px;
}
.s4 {
    padding-right: 0px;
    padding-left: 90px;
}
.specialties_image.mb-0 {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 25px;
}
.specialties_right_line {
    position: absolute;
    top: -3px;
    left: -75px;
    display: none;
}
.s5::after {
    top: 0px;
    left: 0px;
}
.s6::after {
    top: 2px;
    left: 0px;
}
.s7::after {
    top: 16px;
    left: 0px;
}
.contact-forms h2 {
    font-size: 20px;
    margin-bottom: 15px;
    font-family: none;
    text-transform: none;
    text-align: center;
}
h2.pbmit-tab {
    font-size: 18px !important;
    margin-bottom: 5px !important;
    color: #41e1e6;
    margin-top: 15px;
}
h2.pbmit-small {
    font-size: 17px !important;
    margin-bottom: 10px !important;
    margin-top: 10px;
}
.small-font {
    font-size: 18px !important;
    margin-bottom: 15px !important;
}
.mr-80 {
    margin-top: 35px;
}
	.s8::after {
    top: 25px;
    left: 0px;
}
.s8 {
    padding-left: 29px;
    padding-right: 48px;
}
.simplefilter li, .sortandshuffle li {
    cursor: pointer;
    display: inline-block;
    text-transform: capitalize;
    padding: 4px 15px !important;
    transition: background .3s linear,color .3s linear,border .3s linear,opacity .3s linear;
}	
}











.inner-box a {
    color: #000;
    font-size: 16px;
    text-transform: capitalize;
}
.inner-box {
    position: relative;
    text-align: center;
    padding: 8px 8px;
    z-index: 10;
    background-color: #dbf9fa;
    outline: 1px dashed #bfbfbf;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    box-shadow: 0px 0px 15px 0px rgb(218 219 225 / 40%);
    height: auto;
	margin-bottom:15px;
}
ul.point-page {
    margin-left: 13px;
}
.widget_contact {
    position: relative;
    padding: 50px 30px;
    border-radius: 6px;
    background-size: cover;
    text-align: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.widget_contact h4, .widget_contact .h4 {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    padding-bottom: 25px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    margin-bottom: 30px;
}
.elementor img {
    height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
}
.widget_contact .phone-number {
    position: relative;
    font-size: 24px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 11px;
}
.widget_contact:after {
    background: #61dfe7;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.9;
    z-index: -1;
    background-size: 200%;
}
h2.pbmit-small {
    font-size: 25px;
	
	margin-bottom:10px !important;
}
.pbmit-ihbox-style-10 .pbmit-element-title {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 0;
}
.pbmit-ihbox-style-10 .pbmit-ihbox-box {
    padding: 36px 42px 28px;
    border-radius: 30px 30px 0 30px;
    position: relative;
    z-index: -1;
	box-shadow:0 0 60px 0 rgb(0 0 0 / 10%);
    transition: all 0.4s ease-in;
    background-color: #ccc;
    clip-path: polygon(9.202% 0%,90.798% 0%,90.798% 0%,92.289% .11%,93.705% .429%,95.025% .939%,96.231% 1.622%,97.303% 2.463%,98.223% 3.442%,98.972% 4.543%,99.531% 5.748%,99.879% 7.041%,100% 8.403%,100% 69.468%,100% 69.468%,99.633% 73.178%,98.616% 75.937%,97.076% 77.918%,95.14% 79.293%,92.934% 80.235%,90.585% 80.917%,88.221% 81.511%,85.967% 82.19%,83.95% 83.128%,82.298% 84.496%,82.298% 84.496%,81.047% 86.306%,80.14% 88.282%,79.405% 90.341%,78.671% 92.399%,77.767% 94.371%,76.523% 96.173%,74.767% 97.721%,72.33% 98.931%,69.039% 99.719%,64.724% 100%,9.202% 100%,9.202% 100%,7.711% 99.89%,6.295% 99.571%,4.975% 99.061%,3.769% 98.378%,2.697% 97.538%,1.777% 96.558%,1.028% 95.457%,.469% 94.252%,.121% 92.959%,0% 91.597%,0% 8.403%,0% 8.403%,.121% 7.041%,.469% 5.748%,1.028% 4.543%,1.777% 3.442%,2.697% 2.463%,3.769% 1.622%,4.975% .939%,6.295% .429%,7.711% .11%,9.202% 0%);
}
ul.about-one__list li {
    list-style: none;
    color: #000;
    font-size: 16px;
    line-height: 35px;
}
ul.about-one__list i {
    color: #41e1e5;
    margin-right: 10px;
}
h2.pbmit-tab {
    font-size: 35px;
    margin-bottom: 10px !important;
	color: #41e1e6;
}
.qode-accordion-holder .qode-title-holder.ui-state-active, .qode-accordion-holder .qode-title-holder.ui-state-hover {
    color: #fff;
    background-color: #b9975b;
}

.breadcrumbs, .breadcrumb .current, .breadcrumb a {
    color: #ffffff;
}
.qode-accordion-holder .qode-title-holder {
    cursor: pointer;
    position: relative;
    padding: 0;
    box-sizing: border-box;
    background-color: #222222;
    border-bottom: 1px solid #f4f4f4;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: color .15s ease-out,background-color .15s ease-out,border-color .15s ease-out;
    transition: color .15s ease-out,background-color .15s ease-out,border-color .15s ease-out;
    margin-bottom: 10px;
}
.scheldule {
    background: #61dfe733;
    text-align: center;
    padding: 13px 18px 13px 15px;
    margin-bottom: 15px !important;
    border: 1px solid #61dfe7;
}
.qode-accordion-holder .qode-title-holder .qode-tab-title span.qode-tab-title-inner:only-child {
    padding-left: 20px;
    width: 100%;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}
.breadcrumbs .breadcrumbs_inner {
    display: table-cell;
    vertical-align: middle;
    text-shadow: 0px 0px 10px #000;
    background: #0000006b;
    padding: 10px 15px;
    border-radius: 100px;
}
.img-burder img {
    border-radius: 30px;
}
h2.ponit-h2 {
    font-size: 22px;
    margin-top: 12px;
}
ul.time {
    list-style: none;
}
li#event_hours_597 {
    border: 2px solid;
    padding: 25px 12px 25px 44px;
}
h2.online {
    text-align: center;
    padding-bottom: 27px;
}
h4.month {
    font-size: 22px;
    margin-bottom: 8px;5
}
h4.timeing {
    font-size: 18px;
    color: black;
    margin-bottom: 8px;
}
h2.person-training {
    font-size: 28px;
    padding-bottom: 15px;
}
h3.name {
    text-transform: capitalize;
    margin-top: 1px;
    padding-top: 5px;
}


.contact-forms h2 {
    font-size: 25px;
    margin-bottom: 15px;
    font-family: none;
    text-transform: none;
}

.scheldule h6 {
    font-size: 18px;
    font-weight: 600;
    color: #000;
}

nav.main_menu > ul > li > a > i.menu_icon.fa-angle-down.fa {
    margin-left: 7px;
    float: right;
    top: 42px;
    position: relative;
}

header.sticky nav.main_menu > ul > li > a > i.menu_icon.fa-angle-down.fa {
    top: 22px;
}

.drop_down .narrow .second .inner ul li {
    padding: 0;
    width: 245px;
}

.drop_down .second .inner>ul, li.narrow .second .inner ul {
    display: inline-block;
    position: relative;
    background-color: #b9975b;
    border-color: #b9975b;
}

.drop_down .second .inner ul li.sub ul li a:hover, .drop_down .second .inner>ul>li>a:hover {
    color: #fff;
    background: #000;
}
li.narrow .second .inner ul {
    padding: 0px 0;
}

.q_logo {
    top: 50%;
    left: -34px;
}
.black .sa_owl_theme .owl-nav .owl-prev {
    background: rgba(255,255,255,0.3) url(../images/black_icon_prev.png) no-repeat center center !important;
    left: -35px;
}

.black .sa_owl_theme .owl-nav .owl-next {
    background: rgba(255,255,255,0.3) url(../images/black_icon_next.png) no-repeat center center !important;
    right: -35px;
}
#qodef-back-to-top .qodef-back-to-top-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: #111;
    background-color: #f4f4f4;
    border: 0 solid #f4f4f4;
    border-radius: 4px;
    overflow: hidden;
    transition: color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;
    display: none !important;
}

.breadcrumb {
    position: absolute;
    height: unset;
    font-size: 13px;
    top: 0;
    right: 0;
}

.qode-accordion-holder .qode-title-holder .qode-tab-title {
    display: inline-table;
    height: 55px;
    width: calc(100% - 41px);
    box-sizing: border-box;
    text-align: left;
    table-layout: fixed;
}

.height-desk {
    height: 131px;
}

aside .widget {
    margin: 0 0 10px;
}

.qodef-blog-shortcode .qodef-blog-item .qodef-e-read-more {
    margin-top: 5px;
}

.qodef-blog-shortcode .qodef-blog-item .qodef-e-read-more-link {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    margin: 0;
    font-family: inherit;
    font-size: 16px;
    line-height: 2em;
    font-weight: 500;
    text-decoration: none;
    text-transform: none;
    border-radius: 4px;
    outline: 0;
    transition: color .25s ease-in-out,background-color .25s ease-in-out,border-color .25s ease-in-out;
    display: inline-flex;
    align-items: center;
    padding: 0;
    cursor: pointer;
    color: #61dfe7;
    background-color: transparent;
    border: 0;
}

.qodef-blog-shortcode .qodef-blog-item .qodef-e-info .qodef-e-info-item a {
    display: inline-flex;
    align-items: center;
    color: inherit;
    text-transform: capitalize;
}

.qodef-blog-shortcode .qodef-blog-item .qodef-e-info .qodef-e-info-item-icon {
    margin-right: 8px;
    width: 14px;
    height: auto;
    fill: currentColor;
    flex-shrink: 0;
    color: #27b6bf;
}

.qodef-blog-shortcode .qodef-blog-item .qodef-e-title {
    margin: 18px 0 9px;
}
.qodef-e-text a.qodef-e-title-link {
    font-size: 30px;
    text-transform: capitalize;
    color: #61dfe7;
}

.qodef-blog-shortcode .qodef-blog-item .qodef-e-title {
    margin: 27px 0 10px;
}
.two_columns_66_33.background_color_sidebar.grid2.clearfix {
    margin-top: 50px;
}
article#post-1514 {
    margin-top: 50px;
}
.blog_holder.blog_single article h2 {
    display: block;
    font-size: 30px;
    color: #000;
}
.blog_holder article .post_info a, .blog_holder article .post_text h2 .date {
    color: #000000;
}
.blog_holder article .post_info {
    display: inline-block;
    width: 100%;
    margin: 0 0 18px;
    color: #000000;
    font-weight: 500;
}
.comment_holder {
    padding: 28px 0 38px;
    margin: 0;
    display: none;
}
div.comment_form {
    display: inline-block;
    margin: 0 0 30px;
    width: 100%;
    display: none;
}
a.post_comments {
    display: none;
}
.blog_holder article .post_info .dots {
    padding: 0 7px 0 4px;
    display: none;
}
.blog_like {
    display: inline-block;
    display: none;
}
.blog_holder article .post_info {
    display: inline-block;
    width: 100%;
    margin: 0 0 5px;
    color: #000000;
    font-weight: 500;
}

.psac-post-carousel.psac-design-1 .psac-post-carousel-content a {
    color: #fff;
    font-size: 22px;
}
.psac-post-categories {
    display: inline-block;
    color: #666;
    z-index: 9;
    position: relative;
    margin-bottom: 10px;
}

.psac-post-carousel.psac-design-1 .psac-post-image-bg {
    height: 240px;
}

.psac-readmorebtn {
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    text-decoration: none !important;
    color: #000;
    border: 2px solid #61dfe7;
    padding: 8px 15px;
    font-size: 13px;
    display: inline-block;
    box-sizing: border-box;
    line-height: normal !important;
}

.psac-readmorebtn:hover, .psac-readmorebtn:focus {
    background: #61dfe7;
    color: #000;
}

.wp-block-search__inside-wrapper {
    margin-top: 10px;
}

span.post_author {
    display: none;
}

select.wpcf7-form-control.wpcf7-select {
    -webkit-appearance: menulist;
}

.height-a{
	height:auto;
}

.small-font {
    font-size: 30px;
    margin-bottom: 15px !important;
}

.height-b {
    height: 410px;
}

.filtr-search {
    border: 5px solid #ccc !important;
    padding: 7px 30px 6px !important;
    text-transform: uppercase;
    display: none;
}

.filter_gallery_524.row.filtr-container.filters-div {
    margin-top: 13px;
}

.lb-data .lb-details {
    width: 85%;
    float: left;
    text-align: left;
    line-height: 1.1em;
    display: none;
}

.text-center-14{
	    font-size: 35px;
    margin-top: 35px;
padding-bottom: 20px;
}

h4.heading-12 {
    margin-top: 15px;
    font-size: 22px;
    font-weight: 600;
}

.qodef-blog-shortcode .qodef-blog-item {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin: 0 0 0px;
    overflow: hidden;
}

.blog_single.blog_holder {
    margin-top: 50px;
}


 .feature_boxwrp {
    margin-bottom: 30px;
}

 .feature_boxwrp {
    border: 1px solid #dedede;
    padding: 0;
    z-index: 1;
    position: relative;
    -webkit-transition: .3s;
    transition: .3s;
    overflow: hidden;
}

 .feature_box {
    text-align: center;
    padding: 45px 30px 25px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.feature_box h4 {
    font-size: 22px;
    margin-bottom: 10px;
    font-weight: bold;
}
 .feature_box p {
    margin-bottom: 10px;
    font-size: 15px;
}

 .feature_box .gobtn {
    width: 77px;
    height: 50px;
    display: block;
    background: #b9975b;
    color: #fff;
    font-size: 26px;
    line-height: 25px;
    position: absolute;
    right: -44px;
    bottom: -15px;
    transform: rotate(-44deg);
   
}
 .feature_box .gobtn i {
    transform: rotate(44deg);
    margin-left: -12px;
}
.service-section {
    padding-top: 25px;
}

 .whychoose-left {
	padding: 120px 70px 90px 70px;
	text-align: center;
	background: url(../images/background/int-2.jpg) center center no-repeat;
	background-size: cover;
	position: relative;
	z-index: 1;
}

 .whychoose-left::after {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

 .workexpsqr {
    display: inline-block;
    padding: 40px;
    border: 7px solid #f5f5f5;
    margin-bottom: 70px;
    position: relative;
    border-right: 0;
}

 .workexpsqr::after,
.workexpsqr::before {
    content: '';
    height: 30%;
    width: 7px;
    background: #f5f5f5;
    position: absolute;
    display: block;
    right: 0;
    top: 0;
}

 .workexpsqr::after {
    top: auto;
    bottom: 0;
}

 .workexpsqr h1 {
    font-size: 90px;
    color: #b9975b;
    margin: 0;
    line-height: 60px;
    text-shadow: 3px 2px 0px #000;
}

 .workexpsqr p {
    position: absolute;
    color: #fff;
    top: 43px;
    left: 110%;
    text-align: left;
    font-size: 22px;
    line-height: 27px;
}

 .whychoose-left img {
    max-width: 300px;
    display: inline-block;
    margin-bottom: 40px;
}

 .whychoose-left h2 {
    color: #fff;
    font-size: 40px;
}
.whychoose-left {
    margin-top: 50px;
}

.whychoose-list {
    padding: 0 20px;
}

.whychoose-list .whychoose-item {
    position: relative;
    padding-left: 95px;
    margin-bottom: 30px;
}

.whychoose-list .whychoose-item:last-child:after {
    display: none;
}

.whychoose-list .whychoose-item::after {
    position: absolute;
    content: '';
    left: 35px;
    top: 65px;
    width: 1px;
    height: 100px;
    background-color: #ddd;
}

.whychoose-list .whychoose-item .icon-box {
    position: absolute;
    left: 0px;
    top: 10px;
    width: 70px;
    height: 70px;
    font-size: 40px;
    line-height: 70px;
    text-align: center;
    border-radius: 100%;
    border: 2px solid #fff;
    z-index: 1;
    color: #fff;
    background: #222;
    box-shadow: 2px 2px 2px 1px #ccc;
}

.whychoose-list .whychoose-item h3 {
    position: relative;
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 5px;
    text-transform: math-auto;
    color: #000;
}

 .whychoose-right {
    padding: 150px 90px 90px 40px;
}
.latest-projects-sections {
    padding-top: 20px;
    padding-bottom: 15px;
    text-align: center;
}
.project-section {
    margin-top: 40px;
}

.testimonial-sections {
    margin-top: 40px;
    text-align: center;
}

.news-sections {
    text-align: center;
    padding-bottom: 20px;
}

.request-section {
    margin-top: 40px;
    padding-top: 44px;
    text-align: center !important;
    padding-bottom: 55px;
    margin-bottom: 40px !important;
}
.request-section img {
    padding-bottom: 25px;
}

li.dis-block {
    font-weight: 500;
    font-size: 15px;
    padding-left: 10px;
}

.drop_down .narrow .second .inner ul li a {
    padding-left: 20px;
    padding-right: 20px;
    color: #ffffff;
}
.footer_top h5 {
    color: #fff;
    margin: 0 0 5px;
}

.widget-categories i {
    padding-right: 10px;
    color: #bc9861;
}
.fooer-contact h3 {
    color: #fff;
    text-transform: math-auto;
	font-size:20px;
}

.fooer-contact p {
    padding-bottom: 12px;
}

.footer_bottom_holder {
    display: block;
    background-color: #111111;
}


element.style {
    text-align: left;
}
div.section {
    position: relative;
    background-size: cover;
}
.section .mobile-video-image, div.section {
    background-position: center center;
    background-repeat: no-repeat;
}
.wel-top {
    margin-top: -150px;
}

.welcome-section {
    border-top: 10px solid #fff;
    border-left: 10px solid #fff;
}

.slider-text {
    display: none;
}

h3, .h3, h3 a, body.qode-overridden-elementors-fonts .elementor-widget-heading h3.elementor-heading-title {
    color: #b9975b;
    font-family: 'Rufina', sans-serif;
    font-size: 22px;
}
.about-page h2 {
    font-size: 35px;
}
.about-page h1 {
    font-size: 35px;
    font-family: 'Playfair Display', sans-serif;
}
ul.ponit {
    list-style: none;
    padding-left: 10px;
}
ul.ponit i {
    color: #bc9861;
    padding-right: 10px;
    padding-top: 4px;
}
h2.service-page {
    font-size: 25px;
    padding-top: 20px;
    color: #000;
}
.reno-inform p {
    padding-top: 10px;
}
.reno-inform i {
    color: #653416;
    padding-right: 10px;
}
.qode-accordion-holder .qode-accordion-content {
    margin: 0;
    padding: 20px;
    background-position: center;
    background-size: cover;
    text-align: justify;
}
.header_top, .fixed_top_header .top_header, .fixed_top_header nav.mobile_menu {
    background-color: #222;
}
.header_top::before {
    width: 69%;
    background: #b9975b;
    content: '';
    height: 100%;
    position: absolute;
    top: 0;
    display: block;
    z-index: -1;
    transform: skewX(30deg);
    left: 42px;
    max-width: 908px;
}
h1.gallery {
    text-align: center;
    padding-bottom: 23px;
    color: #000;
	font-size:35px
}
















@media only screen and (max-width: 1000px){
.whychoose-right {
    padding: 57px 17px 19px 0px;
}
.header_top::before {
    width: 0;
    background: #b9975b;
    content: '';
    height: 100%;
    position: absolute;
    top: 0;
    display: block;
    z-index: -1;
    transform: skewX(30deg);
    left: 42px;
    max-width: 908px;
}
	
	
	
}











.slider img {
    height: auto !important;
    width: 100% !important;
}










.title.title_size_large h1 {
    font-size: 30px;
	text-transform:capitalize;
    line-height: 60px;
}

.post_text_inner a {
    font-size: 19px;
    line-height: 0;
}

span.date.entry_date.updated {
    font-size: 20px;
}
.pricing-sec {
    border: 1px dashed #bc9861;
    text-align: center;
    margin-top: 30px;
}
.pricing-sec h3 {
    color: #fff;
    background-color: #bc9861;
    padding: 18px;
    font-size: 20px;
    text-transform: math-auto;
    font-family: auto;
}
 .pri-mid {
    padding: 20px;
}
.pri-mid p {
    padding-top: 10px;
}
.btn-web, .martop20, .price-btn, ul.list-style-page {
    margin-top: 20px;
}

.repocean-footer {
    display: none !important;
}