`@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700&display=swap');

body {
    overflow-x: hidden;
	font-family: 'Rubik', sans-serif;
}
.entry-content > *{
	margin: 0;
}
h1{
	font-size: 2.4em;
	font-weight: bold;
	font-family: 'Rubik', sans-serif;
}
h4{
	font-family: 'Rubik', sans-serif;
}
p{
	font-size: 0.9em;
	line-height: 1.6;
	padding-bottom: 20px;
	color: #6A6A6A;
}
.small-font{
	font-size: 0.9em;
}
.main-btn{
	padding: 12px 26px;
    color: #ffffff;
    font-size: 1em;
    background-color: #81908D;
	display: inline-flex;
    align-items: center;
}
.main-btn:hover{
    background-color: #b6946e;
}
.main-btn:focus {
    background-color: #b6946e !important;
}
.main-btn img {
    margin-left: 20px;
}
.padding-70{
	padding: 70px 0;
}
.brown {
    color: #b6946e;
}
.green {
    color: #81908D;
}
.white{
	color: #ffffff;
}
.text-center {
    text-align: center;
}
.mb-70 {
    margin-bottom: 70px !important;
}
.entry-content{
    margin: 0 !important;
}
.entry-header {
    display: none;
}
.internal-page-banner{
    background-repeat: no-repeat;
    width: 100%;
    text-align: center;
    padding: 300px 0 180px;
    background-color: #000000;
    background-position: center;
    background-size: cover;
}
.internal-page-banner h1{
    color: #ffffff;
    font-weight: 400;
}
.site .button:focus, button:focus, input[type=submit]:focus, input[type=reset]:focus, .wp-block-search .wp-block-search__button:focus, .wp-block-button .wp-block-button__link:focus, .wp-block-file a.wp-block-file__button:focus {
    outline: none;
}
.has-background-white .site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) {
    background: transparent;
    background-repeat: no-repeat;
}
.site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) img {
    outline: none;
}
:focus-visible {
    outline: none;
}
.left-part{
	width: 50%;
}
.right-part{
	width: 50%;
}
.container{
	max-width: 75em !important;
	margin: auto;
	padding: 0;
}
.site-header{
	padding: 0;
	margin: auto;
	height: 0;
}
.primary-navigation {
	width: 100%;
	position: absolute;
	z-index: 1;
}
.header-wrapper {
    display: flex;
	align-items: center;
    justify-content: space-between;
}
.header-wrapper .social-media-logos {
    display: flex;
	width: 230px;
}
.header-wrapper .social-media-logos a {
    padding: 0;
    margin-right: 10px;
}
.header-wrapper .phone-number a {
	font-size: 1.2em;
    color: #ffffff;
}
.header-wrapper .number-mail {
    text-align: right;
}
.header-wrapper .number-mail img{
	margin-right: 10px;
}
.header-wrapper .number-mail a {
    display: inline-block;
	padding: 0;
	font-family: 'Rubik', sans-serif;
}
.header-wrapper .number-mail .email {
    display: block;
	padding-top: 8px;
}
.header-wrapper .number-mail .email a {
	font-size: 0.95em;
	color: #B6946E;
}
#primary-menu-list {
    justify-content: center;
	border-top: 1px solid #999999;
}
#primary-menu-list li a {
    color: #ffffff;
	font-family: 'Rubik', sans-serif;
    font-size: 0.8em;
	padding: 0;
    margin: 15px;
}
#primary-menu-list li a:hover {
    color: #b6946e;
}
#primary-menu-list .current-menu-item a {
    color: #b6946e !important;
	padding-bottom: 10px;
    border-bottom: 3px solid;
    width: fit-content;
    text-decoration: none;
}


/* footer-section */

.lets-start{
	background: url("../images/footer-banner-img.jpg");
	width: 100%;
    background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
	color: #ffffff;
}
.footer-wrapper .lets-start p {
    padding: 40px 0 60px;
	color: #ffffff;
    max-width: 1500px;
    margin: auto;
}
.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output {
    border-color: #dc3232;
    color: #fff;
}
.footer-wrapper .brown-line{
	background-color: #B6946E;
	color: #ffffff;
	font-size: 1.5em;
	text-align: center;
	padding: 10px 0;
}
.footer-wrapper .brown-line p{
	color: #ffffff;
	padding-bottom: 0;
}
.footer-wrapper .footer{
	background-color: #131714;
}
.footer-wrapper .footer .rows{
	display: flex;
	color: #ffffff;
}
.footer-wrapper .footer .rows .row{
	width: 25%;
}
.footer-wrapper .footer .rows .logo-part{
	text-align: center;
}
.footer-wrapper .footer .rows .logo-part p{
	font-size: 0.8em;
	line-height: 1.8;
	color: #ffffff;
}
.footer-wrapper .footer .row .widget_block {
    list-style-type: none;
}
.footer-wrapper .footer .rows .row h3 {
    font-size: 1.2em;
    color: #b6946e;
}
.footer-wrapper .footer .rows .row a {
    color: #ffffff;
	font-size: 0.9em;
	line-height: 2.8;
}
.footer-wrapper .footer .rows .row a:hover {
    color: #b6946e;
}
.footer-wrapper .footer .rows .row ul li::before {
    color: transparent;
    background: url("../images/footer-arrow-right.svg");
    content: " ";
    width: 6px;
    height: 10px;
    display: inline-block;
    margin-right: 10px;
}
.footer-wrapper .footer .rows .contact-details ul li::before {
    display: none;
}
.footer-wrapper .footer .rows .contact-details ul li img {
    margin-right: 10px;
    position: relative;
    top: 5px;
}
.footer-wrapper .footer .rows .contact-details ul li {
    font-size: 0.9em;
    display: flex;
    align-items: baseline;
    line-height: 24px;
}
.footer-wrapper .footer .rows .quick-links{
	padding-left: 150px;
}
.footer-wrapper .footer .rows .interior-service{
	padding-left: 50px;
}
.footer-wrapper .footer .rows .social-media-logos{
	margin-top: 35px;
}
.footer-wrapper .footer .rows .social-media-logos img{
	margin-right: 5px;
}
.footer-wrapper .footer .copyright-line {
    text-align: center;
    color: #ffffff;
    padding: 20px 0;
    font-size: 0.8em;
    font-weight: 300;
    border-top: 1px solid #999999;
}
.copyright{
    width: 100%;
    display: inline-block;
}
.copyright a{
 font-size: 0.8em;
 color: #fff;
 float: right;
 text-decoration: none;
}
.copyright p{
    font-size: 0.8em;
    color: #fff;
    float: left;
    text-decoration: none;
    width: auto;
   }
.footer .padding-70 {
	padding: 40px 0;
}
.site-footer {
    padding: 0;
    height: 0;
}
.widget-area {
    display: none;
}
a{
	text-decoration: none !important;
}

/* home-banner */

.home-banner ul.flex-direction-nav {
    position: relative;
    left: 85.7%;
    top: -242px;
}
.home-banner .metaslider .flex-direction-nav .flex-next {
    background-position: center 5px;
}
.home-banner .metaslider .flex-direction-nav .flex-prev {
    background-position: center 5px;
}
.home-banner ul.flex-direction-nav a:focus {
    background-color: #B6946E !important;
}
.home-banner .metaslider .flexslider .flex-direction-nav li a {
    left: 0;
    opacity: 1;
    background-color: #B6946E;
}
.home-banner .metaslider .flexslider .flex-direction-nav li a:hover {
    background-color: #81908D;
}
.home-banner .metaslider .flexslider .flex-direction-nav li a:focus {
    background-position: center 5px;
    background-color: #81908D !important;
}
a.flex-prev {
    background-image: url("../images/slider-left-arrow.png") !important;
}
a.flex-next {
    background-image: url("../images/slider-right-arrow.png") !important;
    margin-left: 40px !important;
}
.content-area .site-main {
    padding: 0;
}
.metaslider .caption-wrap {
    background: none !important;
	top: 30%;
}
.metaslider .caption-wrap {
    opacity: 1 !important;
}
.metaslider .middle-content img {
    margin-left: 20px !important;
}
.metaslider .middle-content .main-btn {
    padding: 15px 26px;
}
.slider-bottom-box {
    display: flex;
    background-color: #131714;
	width: 830px;
    padding: 20px;
    align-items: center;
    position: absolute;
    bottom: 0;
	right: 0;
}
.slider-bottom-box .text {
    width: 300px;
}
.slider-bottom-box p {
    padding-bottom: 0;
	color: #ffffff;
}
.slider-bottom-box h4 {
    font-size: 1.4em;
    font-weight: 500;
    line-height: 1.1;
	padding-bottom: 10px;
}
.slider-bottom-box .image-1 {
    margin-right: 20px;
}
.home-banner{
	width: 100%;
    background-repeat: no-repeat;
	background-size: cover;
	margin: 0;
	position: relative;
}
.home-banner .text-right {
    position: relative;
}
.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator){
	max-width: initial;
}
.home-banner .small-font {
    color: #b6946e;
	font-size: 1em;
}
.home-banner h1 {
    color: #ffffff;
    font-size: 4em;
}
.home-banner p{
    color: #ffffff;
}
.home-banner .main-btn{
	margin-top: 30px;
}
.about-us-section{
	display: flex;
	align-items: center;
}
.about-first-section .left-part {
    display: contents;
}
.about-us-section h1 {
    padding-bottom: 30px;
}
.about-us-section .main-btn{
	margin-top: 20px;
}
.about-us-section .right-part {
    text-align: end;
}
.services-section{
	background-color: #81908D;
	margin-top: 0;	
}
.services-section .text-flex {
    display: flex;
}
.services-section .small-font {
    color: #ffffff;
}
.services-section .right-part p{
    color: #ffffff;
}
.services-section .main-btn {
    background-color: #131714;
}
.services-section .main-btn:hover {
    background-color: #b6946e;
}
.services-section .images-flex{
	display: flex;
	padding-top: 70px;
}
.services-section .images-flex .image-flex {
    margin-right: 32px;
	position: relative;
    width: 100%;
}
.services-section .images-flex .image-flex:hover {
    transform: scale(1.1);
    transition: transform .9s
}
.services-section .images-flex .image-flex .image-inside{
	background-color: #131714;
    padding: 15px;
    position: absolute;
    bottom: 30px;
    right: 0;
}
.services-section .images-flex .image-flex .image-inside h4{
	color: #b6946e;
}
.services-section .images-flex .image-flex .image-inside p{
	color: #ffffff;
	padding: 10px 0 6px;
	font-size: 0.8em;
}
.services-section .images-flex .image-flex .image-inside a{
	color: #b6946e;
	font-size: 0.8em;
}
.services-section .images-flex .image-flex .image-inside a img{
	margin-left: 10px;
	height: 9px;
}
.services-section .images-flex .image-flex:last-child {
    margin-right: 0;
}
.works-we-create-section{
	padding-top: 70px;
}
.works-we-create-section .align-left {
    text-align: -webkit-right;
    text-align: -moz-right;
    margin-top: -42%;
    position: relative;
}
.works-we-create-section .black-overlap-box {
	width: 36%;
    background-color: #131714;
    padding: 30px 30px 40px 40px;
    text-align: left;
}
.works-we-create-section .black-overlap-box p {
    color: #ffffff;
}
.works-we-create-section .black-overlap-box .small-font {
    color: #ffffff;
}
.works-section {
	background-color: #ededed;
    text-align: center;
    margin-top: 100px;
    padding-top: 220px;
    z-index: -2;
}
.works-section p{
	padding-top: 20px;
	color: #131714;
}
.works-section .works-flex{
	display: flex;
    justify-content: center;
}
.works-section .workflex {
    text-align: left;
	margin-right: 30px;
	padding-top: 10px;
    width: 25%;
}
.works-section .workflex p {
    padding-bottom: 0;
}
.works-section .workflex:last-child {
	margin-right: 0;
}
.works-section .works-flex .arrow-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* padding-right: 35px; */
}
.our-portfolio{
	text-align: center;
}
.our-portfolio p{
	padding: 10px 0 40px;
	max-width: 1500px;
    margin: auto;
}
.our-portfolio .main-btn {
    margin-top: 50px;
}
.our-portfolio .images-2-lines {
    padding: 50px 0;
    display: contents;
}
.our-portfolio .images-line-1,.images-line-2 {
    display: flex;
	justify-content: space-between;
}
.our-portfolio .images-2-lines img{
    width: 100%;
    background-size: cover;
}
.partner-logos-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 70px;
}
.image-hover .overlay-content p {
    padding: 0;
}
.image-hover{
    width: 100%;
    position: relative;
    overflow: hidden;
}
.image-hover:hover .overlay-content {
    bottom: 0;
    visibility: visible;
    opacity: 1;
    height: 100%;
}
.image-hover p {
    color: #ffffff;
    font-size: 25px;
}
.image-hover .overlay-content {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    opacity: 0;
    visibility: hidden;
    transition: all 300ms ease 100ms;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

/* about-us-page */

.about-banner{
    background-image: linear-gradient(rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)), url("../images/about-us-banner.webp");
}
.about-first-section {
    display: flex;
}
.about-first-section .right-part{
    padding-left: 50px;
}
.about-first-section h1 {
    padding-bottom: 30px;
}
.about-first-section .main-btn {
    margin-top: 20px;
}
.about-why-choose {
    text-align: center;
}
.about-why-choose p{
    padding-top: 10px;
}
.about-why-choose .three-flex {
    display: flex;
    justify-content: space-between;
    text-align: left;
}
.about-why-choose .three-flex .d-flex {
    display: flex;
    background-color: #ededed;
    padding: 30px;
    border-radius: 12px;
    margin-top: 20px;
    width: 480px;
}
.about-why-choose .three-flex .d-flex .image{
    width: 100px;
    height: 100px;
    background-color: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 60px;
}
.about-why-choose .three-flex .d-flex .text {
    width: 75%;
    padding-left: 20px;
}
.about-why-choose .three-flex .d-flex p{
    padding-bottom: 0;
}
.numbers-banner{
    background-image: url("../images/about-us-numbers-banner.webp");
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    padding: 70px;
    margin: 70px 0;
}
.numbers-banner .four-flex {
    display: flex;
    justify-content: space-between;
}
.numbers-banner .four-flex .number-text{
    width: 352px;
    background-color: #ffffff;
    padding: 50px 0 60px;
}
.numbers-banner .four-flex .number-text h1{
    font-size: 100px;
    font-weight: 400;
}
.numbers-banner .four-flex .number-text p{
    padding-bottom: 0;
    color: #000000;
}
.about-faq{
    text-align: center;
}
.about-faq h1 {
    padding-bottom: 40px;
}
.about-faq .faq-right-part {
    width: 50%;
}

/* accordion */
.faq-flex {
    display: flex;
}
.faqs-left-part {
    width: 50%
}
.faq-flex .faqs-left-part {
    padding-right: 40px;
}
.acc-container {
    width: 100%;
}
.acc {
    margin-bottom: 24px;
}
.acc:last-child {
    margin-bottom: 0;
}
.acc-head:first-child{
    margin-top: 0;
}
.acc-head {
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    margin-top: 20px;
    padding: 8px 12px;
    position: relative;
    cursor: pointer;
}
.acc-head.active:before {
    transform: rotate(90deg);
}
.acc-head:before {
    right: 22px;
    width: 3px;
    height: 17px;
    margin-top: -9px;
}
.acc-head:after {
    right: 15px;
    width: 17px;
    height: 3px;
    margin-top: -2px;
}
.acc-head:before, .acc-head:after {
    content: '';
    position: absolute;
    top: 50%;
    background-color: #28324b;
    transition: all .3s;
}
.acc-head p {
    color: #28324b;
    font-size: 18px;
    font-weight: 500;
    text-align: left;
    margin: 0;
    padding: 5px 0;
}
.acc-content {
    padding: 15px 10px;
    display: none;
    background-color: #f5f5f5;
    color: #666;
    border-top-color: #e8e8e8;
    font-size: 18px !important;
    overflow: hidden;
    border: 2px solid #e8e8e8;
}
.acc-content p {
    margin: 0;
    text-align: left;
}
/* accordion-end */

.about-client-review {
    display: flex;
    padding: 70px 0 40px;
}
.about-client-review .three-box {
    margin-top: 30px;
}
.about-client-review .grey-box {
    padding: 12px 20px;
    background-color: #ededed;
    margin-bottom: 20px;
}
.about-client-review .grey-box:last-child {
    margin-bottom: 0;
}
.about-client-review .grey-box p {
    padding-bottom: 0;
}
.about-client-review .date-user-flex {
    display: flex;
    padding-top: 10px;
}
.about-client-review .date-user-flex .date,.user {
    display: flex;
    align-items: center;
    margin-right: 30px;
}
.about-client-review .date-user-flex .date img,.user img{
    padding-right: 10px;
}

/* portfolio-page */

.portfolio-banner{
    background-image: linear-gradient(rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)), url("../images/portfolio-banner.webp");
}
.portfolio-images .images {
    display: flex;
    justify-content: space-between;
    padding-bottom: 30px;
}
.portfolio-images .images img {
    margin-right: 30px;
}
.portfolio-images .images img:last-child {
    margin-right: 0;
}
.portfolio-images .images:last-child {
    padding-bottom: 0;
}
.portfolio-video-section {
    background-color: #b6946e;
}
.portfolio-video-section .video-flex {
    display: flex;
    justify-content: space-between;
}
.portfolio-video-section .video-flex .video-1 {
    position: relative;
}
.portfolio-video-section .video-flex .video-2 {
    position: relative;
}
.portfolio-images .image-hover:hover .overlay-content {
    margin-right: 20px;
}

/* popup-video */

.play-btn {
    width: 70px;
    height: 70px;
    background: #000;
    border: 2px solid #ffffff;
    border-radius: 50%;
    display: block;
    position: absolute;
    left: calc(50% - 33px);
    top: calc(55% - 67px);
    overflow: hidden;
}
.play-btn:after {
    left: 50%;
    top: 50%;
    transform: translate(-40%,-50%);
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 20px solid #ffffff;
}
.box-2>span:after, .box-2>span:before, .box-5>span:after, .play-btn:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
}
.modal {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
    width: 101%;
    transform: translate(-50%,-50%);
    margin: auto
}
.fade {
    opacity: 0;
    transition: opacity .15s linear
}
.fade.show {
    opacity: 1;
    background-color: rgb(0 0 0/0.9);
    height: 100vh;
}
.modal.fade .modal-dialog {
    transition: transform .3s ease-out,-webkit-transform .3s ease-out;
    transform: translate(0,-25%)
}
.popup-section .modal-dialog {
    max-width: 1000px
}
.popup-section .modal-dialog .close {
    background-color: #b6946e!important;
    color: #ffffff!important;
    font-size: 22px;
    padding: 0;
    margin: 0 0 0 auto;
    width: 34px;
    height: 34px;
    border-radius: 100px;
    line-height: 13px;
    display: inline-block;
    position: relative;
    top: 25px;
    z-index: 9;
}
.popup-section .modal-dialog .close span {
    height: 18px;
    display: inline-block;
}
.modal.show .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}
.modal.show .modal-dialog iframe {
    display: block;
    border: 12px solid #fff;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: auto;
    pointer-events: none;
    top: 13%
}
.modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-clip: padding-box;
    border-radius: .3rem;
    outline: 0
}
.modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px
}
.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 15px
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

/* services-page */

.services-banner{
    background-image: linear-gradient(rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)), url("../images/services-banner.webp");
}
.four-flex .image-bg {
    width: 112px;
    height: 112px;
    background-color: #B6946E;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 60px;
}
.services-four-flex-details {
    display: flex;
    justify-content: space-between;
    text-align: center;
}
.services-four-flex-details .four-flex {
    padding-right: 50px;
}
.services-four-flex-details .four-flex:last-child {
    padding-right: 0;
}
.services-four-flex-details h4 {
    padding: 15px 0;
}
.services-section-left-right,.services-section-right-left {
    display: flex;
    align-items: center;
}
.services-section-right-left .left-part {
    text-align: right;
}
.services-section-left-right h1{
    padding-bottom: 25px;
}
.services-section-right-left h1{
    padding-bottom: 25px;
}
.services-section-left-right .main-btn {
    margin-top: 20px;
}
.services-section-right-left .main-btn {
    margin-top: 20px;
}
.services-experties {
    text-align: center;
}
.services-experties p {
    padding-top: 20px;
}
.services-experties-banner{
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("../images/services-experties-banner.webp");
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}
.services-experties-banner .three-experties {
    display: flex;
    justify-content: space-between;
    text-align: left;
    color: #ffffff;
    margin-top: 20px;
}
.services-experties-banner .three-experties .experties {
    border-right: 1px solid;
    width: 100%;
    position: relative;
}
.services-experties-banner .three-experties .experties .small-font {
    font-size: 0.5em;
    line-height: 34px;
    display: inline-block;
    margin-top: 1em;
}
.services-experties-banner .three-experties .experties:last-child {
    border: none;
}
.services-experties-banner .three-experties .experties h1 {
    padding: 440px 0 50px 30px;
    font-weight: 400;
}
.services-experties-banner .three-experties .experties:hover {
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7));
}
.services-experties-banner .three-experties .experties:hover h1{
    transform: translateY(-25%);
    transition: all 300ms ease 100ms;
}
.services-experties-banner .three-experties .experties:hover .overlay-content {
    bottom: 30%;
    visibility: visible;
    opacity: 1;
}
.services-experties-banner .three-experties .experties .overlay-content {
    position: absolute;
    left: 40px;
    right: 0;
    bottom: -35px;
    margin: 0 auto;
    opacity: 0;
    visibility: hidden;
    transition: all 300ms ease 100ms;
    z-index: 999;
}

/*internal-service-page*/

.internal-service-flex {
    display: flex;
    justify-content: space-between;
}
.internal-service-flex .left-content {
    width: 80%;
    padding-right: 30px;
}
.internal-service-flex .images-flex img {
    padding-right: 30px;
}
.internal-service-flex .right-sidebar {
    width: 20%;
}
.internal-service-flex .right-sidebar .sidebar-1, .sidebar-2 {
    background-color: #f5f5f5;
    border: 1px solid #707070;
    margin-bottom: 40px;
}
.internal-service-flex h1 {
    padding-bottom: 25px;
}
.internal-service-flex img {
    padding: 20px 0 40px;
}
.internal-service-flex .right-sidebar ul {
    list-style-type: none;
    padding-left: 0;
}
.internal-service-flex .right-sidebar li {
    padding: 10px 0 10px 20px;
    border-bottom: 1px solid;
}
.internal-service-flex .right-sidebar li:last-child {
    border: none;
}
.internal-service-flex .right-sidebar .heading {
    background-color: #B6946E;
    color: #ffffff;
}
.internal-service-flex .right-sidebar a:focus {
    color: #000000 !important;
}
.internal-service-flex .right-sidebar a:hover {
    color: #B6946E;
}
.internal-service-flex .right-sidebar a:active {
    color: #B6946E;
}

/* contact-us-page */

.contact-banner{
    background-image: linear-gradient(rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)), url("../images/contact-us-banner.webp");
}
.contact-detail-content{
    display: flex;
    justify-content: space-between;
    text-align: center;
}
.contact-detail-content .contact-detail {
    text-align: -webkit-center;
    background-color: #ffffff;
    filter: drop-shadow(0px 6px 5px rgba(0,0,0,0.1 ));
    width: 23%;
    padding: 40px 0 0;
}
.contact-detail-content .contact-detail h4{
    padding-bottom: 10px;
    font-weight: 400;
}
.contact-detail-content .contact-detail a,p{
    font-size: 0.9em;
    color: #6A6A6A;
}
.contact-detail-content .contact-detail a:focus{
    color: #6A6A6A !important;
}
.contact-detail-content .image-bg {
    width: 120px;
    height: 120px;
    background-color: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 60px;
    margin-bottom: 35px;
    margin: 0 auto 30px auto;
}
.contact-form{
    background-image: linear-gradient(rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)), url("../images/contact-form-bg.webp");
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    padding: 70px;
}
.contact-form .row {
    display: flex;
    justify-content: center;
    padding: 40px 10px 0 0;
}
.contact-form p {
    padding-bottom: 0;
}
.contact-form input,select {
    border: none;
    border-radius: 9px;
    box-shadow: 0px 4px 8px 0px rgb(0 0 0 / 6%);
    width: 480px;
    color: #6a6a6a;
    padding: 8px 15px;
    font-size: 0.9em;
    margin: 0 15px;
}
.contact-form textarea {
    width: 990px;
    height: 130px;
    border: none;
    border-radius: 9px;
    font-size: 0.9em;
}
.contact-form option {
    font-size: 18px;
}
.contact-form .main-btn {
    width: auto !important;
    margin-top: 30px;
    padding: 12px 26px;
    font-size: 1em;
    background-color: #81908D !important;
    border-radius: 0;
}
.contact-form .main-btn:hover {
    color: #ffffff;
    background-color: #b6946e !important;
}
.contact-form .wpcf7-spinner{
    display: none;
}
input[type=text]:focus, input[type=email]:focus, input[type=url]:focus, input[type=password]:focus, input[type=search]:focus, input[type=number]:focus, input[type=tel]:focus, input[type=date]:focus, input[type=month]:focus, input[type=week]:focus, input[type=time]:focus, input[type=datetime]:focus, input[type=datetime-local]:focus, input[type=color]:focus, .site textarea:focus, select:focus {
    outline: none;
}
.wpcf7 form.invalid .wpcf7-response-output{
    border-color: #dc3232;
    color: #ffffff;
}
.entry-footer {
    display: none;
}

/*portfolio-gallery*/

.wp-block-gallery {
    max-width: 1500px !important;
    margin-bottom: 70px !important;
    margin-top: 70px;
}
.wp-block-gallery .wp-block-image img{
    padding: 5px;
}

/*.primary-navigation > div > .menu-wrapper .sub-menu-toggle {
    width: 0;
}
.menu-wrapper .sub-menu-toggle {
    display: none !important;
}
.primary-navigation > div > .menu-wrapper > li > .sub-menu {
    background-color: #81908D;
}
.primary-navigation > div > .menu-wrapper > li > .sub-menu li {
    background: none;
}
#primary-menu-list .sub-menu li a {
    font-size: 0.9em;
}
#primary-menu-list .sub-menu li a:hover {
    color: #000000;
}
#primary-menu-list .sub-menu .current-menu-item a {
    color: #000000 !important;
    padding-bottom: 0;
    border: none;
}*/

.wpcf7 form.sent .wpcf7-response-output {
    color: #ffffff;
}
/* ---------------12/5/2023-------- */
.slider-bottom-box p {
    color: #ffffff;
    line-height: 20px;
    font-size: 15px;
    padding-right: 10px;
}
/* --------------18/5/2023 added by Harsh ---------- */
.home-banner .flex-viewport {
    max-height: 950px;
}
.about-why-choose span.small-font{
    text-transform: uppercase;
}
.contact-detail-content .contact-detail p{
    padding-left: 15px;
    padding-right: 15px;
}
.captcha {
    max-width: 606px;
    margin: 20px auto;
}