/**
* Template Name: Trend - v3.0.0
*/
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
@font-face {
 font-family: 'ubuntulight';
    src : url('fonts/ubuntu-l-webfont.woff2') format('woff2'), url('fonts/ubuntu-l-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ubunturegular';
    src: url('fonts/ubuntu-r-webfont.woff2') format('woff2'), url('fonts/ubuntu-r-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ubuntumedium';
    src: url('fonts/ubuntu-m-webfont.woff2') format('woff2'), url('fonts/ubuntu-m-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ubuntubold';
    src: url('fonts/ubuntu-b-webfont.woff2') format('woff2'), url('fonts/ubuntu-b-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'abhaya_libreregular';
    src: url('fonts/abhayalibre-regular-webfont.woff2') format('woff2'), url('fonts/abhayalibre-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'abhaya_libremedium';
    src: url('fonts/abhayalibre-medium-webfont.woff2') format('woff2'), url('fonts/abhayalibre-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'abhaya_librebold';
    src: url('fonts/abhayalibre-bold-webfont.woff2') format('woff2'), url('fonts/abhayalibre-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Conv_Edwardian Medium Std Regular';
    src: url('fonts/Edwardian Medium Std Regular.eot');
    src: url('fonts/Edwardian Medium Std Regular.woff') format('woff'), url('fonts/Edwardian Medium Std Regular.ttf') format('truetype'), url('fonts/Edwardian Medium Std Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Conv_SuperGroteskA Regular';
    src: url('fonts/SuperGroteskA Regular.eot');
    src: url('fonts/SuperGroteskA Regular.woff') format('woff'), url('fonts/SuperGroteskA Regular.ttf') format('truetype'), url('fonts/SuperGroteskA Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Conv_Minion Pro Regular';
    src: url('fonts/Minion Pro Regular.eot');
    src: url('fonts/Minion Pro Regular.woff') format('woff'), url('fonts/Minion Pro Regular.ttf') format('truetype'), url('fonts/Minion Pro Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Conv_Poppins-Medium';
    src: url('fonts/Poppins-Medium.eot');
    src: url('fonts/Poppins-Medium.woff') format('woff'), url('fonts/Poppins-Medium.ttf') format('truetype'), url('fonts/Poppins-Medium.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'poppinsregular';
    src: url('fonts/poppins-regular-webfont.woff2') format('woff2'), url('fonts/poppins-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Conv_supergroteska-rg';
    src: url('fonts/supergroteska-rg.eot');
    src: url('fonts/supergroteska-rg.woff') format('woff'), url('fonts/supergroteska-rg.ttf') format('truetype'), url('fonts/supergroteska-rg.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'ubunturegular';
    color: #334240;
}
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
a {
    text-decoration: none;
    color: #000000;
}

a:hover {
    color: #000;
    text-decoration: none;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
	    color: #858585;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'abhaya_librebold' !important;
    line-height: normal !important;
    margin: 0;
    padding: 0;
    margin-bottom: 12px;
    color: #000;
    FONT-WEIGHT: 400;
}

p {
    font-size: 16px;
    font-weight: 100 !important;
}


#contact input.wpcf7-form-control.wpcf7-submit.has-spinner.btn {
    background: #000;
    height: auto;
    margin: auto;
}

@media (prefers-#5a5a5auced-motion: no-preference) {
    :root {
        scroll-behavior: auto;
    }
}

.container {
    max-width: 1200px;
    padding: 0;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    display: none;
    width: 40px;
    height: 40px;
    border-radius: 3px;
    right: 15px;
    bottom: 15px;
    background: #000000;
    color: #fff;
    transition: display 0.5s ease-in-out;
    z-index: 99999;
}

.back-to-top i {
    font-size: 24px;
    position: absolute;
    top: 8px;
    left: 8px;
}

.back-to-top:hover {
    color: #fff;
    background: #848484;
    transition: background 0.2s ease-in-out;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.clk_btn {
    position: absolute;
    top: 11px;
    right: 6px;
    z-index: 99;
    cursor: pointer;
    color: #fff;
    font-size: 15px;
}



#header {
    height: 32px;
    transition: all 0.5s;
    z-index: 997;
    transition: all 0.5s;
    padding: 5px 0;
    background: #fff;
    box-shadow: none;
    position: relative;
}

#header .logo h1 {
    font-size: 0;
    margin: 0;
    padding: 0 0;
    line-height: 00;
    font-weight: normal;
}

#header .logo h1 a, #header .logo h1 a:hover {
    color: #425451;
    text-decoration: none;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
}

#header .logo img {
    padding: 0;
    margin: 0;
    max-height: initial;
}

.phone-top {
    display: none;
    justify-content: center;
    background-color: #5a5a5a;
    color: #fff;
    padding: 5px 0px;
    margin: 0;

}

.phone-top a {
    color: #fff;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu, .nav-menu * {
    margin: 0;
    /* padding: 0 0 0 8px; */
    list-style: none;
    /* position: relative; */
    /* display: inline-block; */
    vertical-align: middle;
}

.nav-menu > ul > li:hover .dropdown-menu {
    display: block;
}

.dropdown-menu {
    position: absolute;
    /* height: 100px; */
    /* overflow: auto; */
    top: 96%;
    left: 0;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #2588eb;
    text-align: left;
    list-style: none;
    background-color: #000;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0.25rem;
    border: none;
    animation: slidetop 0.5s ease-in;
}

@keyframes slidetop {
    from {
        transform: translateY(10px);
    }

    to {
        transform: translateY(0);
    }
}

ul.dropdown-menu li a {
    padding: 9px 19px;
}

ul.dropdown-menu li:hover, ul.dropdown-menu li:hover a {
    background-color: #ffffff;
    color: #000;
}

ul.dropdown-menu li {
    transition: .3s ease;
}

.nav-menu > ul > li {
    position: relative;
    white-space: nowrap;
    float: left;
}

.nav-menu a {
    display: block;
    position: relative;
    color: #fff;
    padding: 14px 25px;
    transition: 0.3s;
    font-size: 17px;
    font-weight: 400;
    font-family: 'abhaya_libreregular';
    text-transform: none;
    letter-spacing: 0.3px;
    font-weight: 100;
    transition: .4s ease;
}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
    color: #939393;
    /* top: -1px; */
    /*transition: padding 0.6s, top .45s, box-shadow .4s;*/
    /* text-decoration: none; */
    /* font-weight: 700; */
}

.nav-menu .drop-down ul {
    display: block;
    position: absolute;
    left: 0;
    top: calc(100% + 30px);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    padding: 10px 0;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: ease all 0.3s;
}

.nav-menu .drop-down:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.nav-menu .drop-down li {
    min-width: 180px;
    position: relative;
}

.nav-menu .drop-down ul a {
    padding: 10px 20px;
    font-size: 13px;
    font-weight: 500;
    text-transform: none;
    color: #08362f;
}

.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
    color: #bf892c;
}

.nav-menu .drop-down > a:after {
    content: "\ea99";
    font-family: IcoFont;
    padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
    top: 0;
    left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > ul {
    opacity: 1;
    top: 0;
    left: 100%;
}

.nav-menu .drop-down .drop-down > a {
    padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
    content: "\eaa0";
    font-family: IcoFont;
    position: absolute;
    right: 15px;
}

/* 12/10 */


div#usa-option {
    width: 24%;
    color: #898989;
    padding: 0px 11px;
    margin: 0 auto;
    background-color: #Fff;
}

div#usa-option p {
    margin: 0;
}
div#usa-option label {
    font-size: 14px;
}

div#usa-option .wpcf7-list-item {
    margin: 0 17px 0 0;
}

div#city-fields {
    width: 25%;
    padding: 0px 11px;
}

div#city-fields p label {
    display: none;
}

div#city-fields p, div#carpet-option p {
    margin-bottom: 0px;
}
div#city-fields br {
    display: none;
}
div#carpet-option {
    width: 25%;
    PADDING: 0 10PX;
}

div#carpet-option label, div#carpet-option BR {
    display: none;
}
/*-----------new animation-*/
.column {
    margin: 0px 0px 0px 36px;
    padding: 0;
}

.column:last-child {
    padding-bottom: 60px;
}

.column::after {
    content: "";
    clear: both;
    display: block;
}

.column div {
    position: relative;
    float: left;
    /* width: 300px; */
    /* height: 200px; */
    margin: 0 0 0 25px;
    padding: 0;
}

.column div:first-child {
    /* margin-left: 0; */
}

.column div span {
    position: absolute;
    bottom: -20px;
    left: 0;
    z-index: -1;
    display: block;
    width: 300px;
    margin: 0;
    padding: 0;
    color: #444;
    font-size: 18px;
    text-decoration: none;
    text-align: center;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    opacity: 0;
}

figure {
    /* width: 300px; */
    /* height: 200px; */
    margin: 0;
    padding: 0;
    background: #fff0;
    overflow: hidden;
}

figure:hover + span {
    bottom: -36px;
    opacity: 1;
}

/* Shine */
.hover14 figure {
    position: relative;
}

.hover14 figure::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient( left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100% );
    background: linear-gradient( to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100% );
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.hover14 figure:hover::before {
    -webkit-animation: shine 0.75s;
    animation: shine 0.75s;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

.same_sec h3 {
    line-height: 26px;
    margin-bottom: 10px;
    font-size: 20px;
    font-family: 'ubuntumedium';
    text-transform: uppercase;
    color: #000;
}

.testi_img_box {
    display: flex;
    margin: 10px;
}

.cont h2 {
    font-size: 22px;
    color: white;
    margin: 0;
}

.star i {
    color: yellow;
    font-size: 11px;
}

.owl-carousel .owl-item img {
    display: block;
    width: 75%;
}

.client-info-icon {
    COLOR: white;
    BACKGROUND: #5a5a5a;
    WIDTH: 63PX;
    padding-top: 2px;
    text-align: center;
    MARGIN-TOP: -44PX;
    HEIGHT: 60PX;
    BORDER-RADIUS: 0PX 6PX 6PX 6PX;
    FONT-SIZE: 36PX;
}

.cont {
    margin-top: 10px;
}

.cont h4 {
    font-size: 19px;
    color: white;
    font-family: 'ubuntulight';
    margin: 0;
    font-weight: 100 !important;
}

/* .item {
    width: 408px;
} */
.col-md-3.col-sm-12.col-xs-12.text-left.h-title.aos-init.aos-animate {
    margin: auto;
    margin-bottom: 20px;
}

div#client-slider p {
    font-family: 'ubunturegular';
    font-size: 16px;
    line-height: 25px;
    border-bottom: 1px solid #9f9f9f;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    padding-bottom: 21px;
}

ol li, ul li {
    font-family: 'ubuntulight';
    text-align: left;
}

.all-form {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

.header-form {
    padding: 32px 15px;
    width: 100%;
    border: 1px solid #c7c7c7;
    margin: 1px 0px 22px;
    /* width: 355px; */
    background-color: #000;
}

.header-form h2 {
    font-size: 32px;
    text-align: center;
    color: #ffffff;
    text-transform: capitalize;
    font-weight: 400;
    font-family: 'ubuntumedium';
}

.header-form input {
    width: 100%;
    padding: 9px 11px;
    border: 1px solid #c3c3c3;
    outline: none;
    font-size: 14px;
    /* margin-bottom: 15px; */
    border-radius: 5px;
    color: #595858;
}

.header-form select {
    width: 100%;
    padding: 9px 11px;
    border: 1px solid #c3c3c3;
    outline: none;
    font-size: 14px;
    /* margin-bottom: 15px; */
    border-radius: 5px;
    color: #595858;
}

.header-form textarea {
    width: 95%;
    padding: 9px 11px;
    border: 1px solid #c3c3c3;
    outline: none;
    font-size: 14px;
    margin: 10px 0;
    border-radius: 5px;
    color: #595858;
    text-align: left;
}

a.btn-2 {
    background: #5a5a5a;
    color: #fff;
    font-weight: 800;
    width: 94%;
    padding: 8px 124px;
    text-align: center;
    display: flex;
    justify-content: space-evenly;
    border-radius: 6px;
    margin-left: 10px;
}

a.btn-2:hover {
    background: #fff;
    color: #5a5a5a;
}

.custom-model-inner {
    background: #fff;
}

.custom-model-inner .site_details.col-md-5 h5 {
    font-size: x-large;
    font-family: 'abhaya_librebold';
    font-weight: 400;
    color: #000;
}

.custom-model-inner .site_details.col-md-5 {
    padding: 24px 30px 25px 41px;
    text-align: left;
}

.custom-model-inner .site_details.col-md-5 p {
    font-size: 15px;
}

.wpcf7-spinner {
    display: none !important;
}

.main_details .Soical-nav span {
    font-size: 17px;
    color: #000;
    font-weight: 400;
}

.main_details .Soical-top a {
    color: #000;
    font-size: 20px;
}

div#wpcf7-f83-o1 p {
    margin: 0;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner.btn {
    margin-top: 0;
}

form.wpcf7-form.init .form_info-2 p {
    margin-bottom: 0;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner.btn-2 {
    background: #5a5a5a;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    width: 95%;
    /* margin-left: 7px; */
    border: navajowhite;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner.btn-2:hover {
    background: #747474;
}

.header-form p {
    margin: 0;
    text-align: center;
}

form.wpcf7-form.init .row {
    /* margin-top: 15px; */
}

::placeholder {
    color: #8b8b8b;
    font-size: 14px;
	text-transform: capitalize;
}

.lb-sec .item:hover .blog_item {
    background: #5a5a5a;
}

.about_us p {
    text-align: center;
}

select {
    word-wrap: normal;
    width: 100%;
    border: none;
    outline: none;
    height: 46px;
    text-transform: capitalize;
    padding: 10px;
    margin: 0px 0 20px 0;
    background-color: #fff;
    color: #898989;
    font-family: 'ubuntumedium';
    font-size: 13px;
}

.head-form p {
    margin: 0;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-requi#5a5a5a .wpcf7-response-output {
    border: navajowhite;
    color: #fff;
    font-family: 'ubunturegular';
    padding: 0;
    margin: 10px;
    font-size: 17px;
}
i.fa-solid.fa-phone {
    margin-top: 10px;
}

#footer .footer-top .footer-info h3 img {
    width: 152px;
}
#footer .social_links ul li a {
    background: #000;
    color: #fff;
}

.gt_touch {display: flex;}
.lb-sec .blog_item p {
    color: #fff;
    font-size: 15px;
    font-family: poppins;
    FONT-WEIGHT: 400;
}

.what-app{
       position: fixed;
       z-index: 99;
}
.what-app i{
   font-size: 35px;
    color: #fff;
}

.btn-whatsapp-pulse-border {
	bottom: 30px;
	left: 20px;
	animation-play-state: paused;
}

.btn-whatsapp-pulse-border::before {
	content: "";
	position: absolute;
	border-radius: 50%;
	padding: 25px;
	border: 5px solid #25d366;
	opacity: 0.75;
	animation-name: pulse-border;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
}
.btn-whatsapp-pulse {
    background: #25d366;
    color: white;
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0;
    height: 0;
    padding: 30px;
    text-decoration: none;
    border-radius: 50%;
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
}

@keyframes pulse-border {
	0% {
		padding: 25px;
		opacity: 0.75;
	}
	75% {
		padding: 50px;
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}
.col-md-6.about_cont {
    margin: auto;
}
.breadcrumbs ol li {
    font-weight: 600;
}
strong {
    font-weight: 600;
    color: #000;
}

@media (max-width: 1366px) {
    .nav-menu .drop-down .drop-down ul {
        left: -90%;
    }

    .nav-menu .drop-down .drop-down:hover > ul {
        left: -100%;
    }

    .nav-menu .drop-down .drop-down > a:after {
        content: "\ea9d";
    }
}

/* Mobile Navigation */
.mobile-nav {
    position: fixed;
    top: 20%;
    bottom: 0;
    z-index: 9999;
    overflow-y: auto;
    left: -100%;
    width: 100%;
    padding-top: 18px;
    background: #000;
    transition: 0.4s;
}

.mobile-nav * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mobile-nav a {
    display: block;
    position: relative;
    color: #fff;
    padding: 10px 20px;
    font-weight: 500;
    transition: ease-in-out 0.3s;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
    color: #959595;
    text-decoration: none;
}

.mobile-nav .drop-down > a:after {
    content: "\ea99";
    font-family: IcoFont;
    padding-left: 10px;
    position: absolute;
    right: 15px;
}

.mobile-nav .active.drop-down > a:after {
    content: "\eaa0";
}

.mobile-nav .drop-down > a {
    padding-right: 35px;
}

.mobile-nav .drop-down ul {
    display: none;
    overflow: hidden;
}

.mobile-nav .drop-down li {
    padding-left: 20px;
}

.mobile-nav-toggle {
    position: fixed;
    top: 14%;
    right: 24px;
    z-index: 9998;
    border: 0;
    background: none;
    font-size: 27px;
    transition: all 0.4s;
    outline: none !important;
    line-height: 1;
    cursor: pointer;
    text-align: right;
}

.mobile-nav-toggle i {
    color: #5a5a5a;
}

.mobile-nav-overly {
    width: 100%;
    height: 100%;
    z-index: 9997;
    top: 0;
    left: 0;
    position: fixed;
    /*background: rgba(21, 27, 26, 0.8);*/
    overflow: hidden;
    display: none;
}

.mobile-nav-active {
    overflow: hidden;
}

.mobile-nav-active .mobile-nav {
    left: 0;
}

.phone {
    display: none;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
    width: 100%;
    height: 550px;
    background-color: transparent;
    overflow: hidden;
    padding: 0;
}

#hero .carousel-item {
    width: 100%;
    height: 550px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

#hero .carousel-item::before {
    content: '';
    background-color: rgba(21, 27, 26, 0.2);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
#hero .carousel-container {
    display: block;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    width: 1200px;
    margin: auto;
}

#hero .carousel-content {
    text-align: left;
    position: absolute;
    top: 28%;
    left: 5%;
    width: 58%;
    z-index: 9;
}

#hero h1 {
    color: #ffffff;
    margin: 18px 0px ;
    font-size: 64px;
    font-weight: normal;
    line-height: 56px;
    /* text-shadow: 1px 0px 1px rgba(0,0,0,0.75); */
    font-family: 'abhaya_librebold';
}

#hero p {
    width: 50%;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    color: #000000;
    font-size: 16px;
}
option {
    background: #ffffff;
    color: #000000;
}

option:hover {
    COLOR: white !IMPORTANT;
}

#hero .carousel-inner .carousel-item {
    transition-property: opacity;
    background-position: center top;
}

#hero .carousel-inner .carousel-item, #hero .carousel-inner .active.carousel-item-start, #hero .carousel-inner .active.carousel-item-end {
    /* opacity: 0; */
}

#hero .carousel-inner .active, #hero .carousel-inner .carousel-item-next.carousel-item-start, #hero .carousel-inner .carousel-item-prev.carousel-item-end {
    opacity: 1;
    transition: 0.5s;
    /* height: 100%; */
}

#hero .carousel-inner .carousel-item-next, #hero .carousel-inner .carousel-item-prev, #hero .carousel-inner .active.carousel-item-start, #hero .carousel-inner .active.carousel-item-end {
    left: 0;
    transform: translate3d(0, 0, 0);
}

#hero .carousel-control-prev, #hero .carousel-control-next {
    width: 10%;
}

#hero .carousel-control-next-icon, #hero .carousel-control-prev-icon {
    background: none;
    font-size: 48px;
    line-height: 1;
    width: auto;
    height: auto;
}

#hero .carousel-indicators li {
    cursor: pointer;
    opacity: 1;
}

#hero .carousel-indicators .active {
    background-color: #bf892c;
}

#hero .btn-get-started {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 32px;
    border-radius: 50px;
    transition: 0.5s;
    line-height: 1;
    margin: 10px;
    color: #fff;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    border: 2px solid #bf892c;
}

#hero .btn-get-started:hover {
    background: #bf892c;
    color: #fff;
    text-decoration: none;
}

@media (max-width: 768px) {
}

@media (min-width: 1024px) {
    #hero p {
        width: auto;
        font-size: 16px;
        font-weight: normal;
        text-transform: capitalize;
        margin-bottom: 35px;
        line-height: 1.5;
    }

    /* 	.container {
    width: 922px;
} */
    .section-title h2,.home_about .section-title-2 h2 {
        font-size: 39px;
        line-height: 50px;
    }

    #hero .carousel-control-prev, #hero .carousel-control-next {
        width: 5%;
    }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
    padding: 60px 0;
}

.section-bg {
    background-color: #f2f5f4;
}

.section-title {
    text-align: center;
    padding-bottom: 30px;
}

.section-title h2 {
    font-weight: normal;
    padding-bottom: 0;
    color: #000;
    font-family: 'abhaya_librebold';
    text-transform: capitalize;
    font-size: 55px;
    line-height: 46px;
    margin: 0;
}

.section-title h1 {
    font-weight: normal;
    padding-bottom: 0;
    color: #000;
    font-family: 'abhaya_librebold';
    text-transform: capitalize;
    font-size: 55px;
    line-height: 46px;
    margin: 22px 0px;
}


.home_about .section-title h2 {
    color: #000;
    text-transform: none;
    /* margin-bottom: 21px; */
}

.home_about .section-title h1 {
    color: #000;
    text-transform: none;
    /* margin-bottom: 21px; */
}

.section-title h3 {
    font-family: 'ubunturegular';
    font-size: 20px;
    line-height: 26px;
    color: #e9b129;
    margin-bottom: 25px;
}

.section-title h2 span {
    color: #5a5a5a;
}

.section-title p {
    margin-bottom: 0;
    color: #555555;
    font-size: 15px;
    position: relative;
    line-height: 22px;
    padding: 0 192px 25px;
}

.section-title p:before {
    content: '';
    width: 130px;
    height: 1px;
    background: #c3c3c3;
    display: block;
    position: absolute;
    bottom: 0;
    display: none;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.section-title p:after {
    content: '';
    width: 50px;
    height: 5px;
    background: #b89b3d;
    display: block;
    position: absolute;
    bottom: 0;
    margin: 0 auto;
    left: 0;
    right: 0;
    display: none;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
    padding: 15px 0;
    background-color: #eee;
    /* min-height: 40px; */
    color: #000;
    margin: 0;
}

.breadcrumbs h2 {
    font-size: 24px;
    font-weight: 300;
    display: none;
}

.breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 17px;
}

.breadcrumbs ol li + li {
    padding-left: 10px;
}

.breadcrumbs ol li + li::before {
    display: inline-block;
    padding-right: 10px;
    color: #6c757d;
    content: "/";
}

@media (max-width: 768px) {
    .breadcrumbs .d-flex {
        display: block !important;
    }

    .breadcrumbs ol {
        display: block;
    }

    .breadcrumbs ol li {
        display: inline-block;
    }
}

/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
.about .content h3 {
    font-weight: 500;
    font-size: 24px;
    color: #58716d;
    font-family: "Poppins", sans-serif;
}

.about .content ul {
    list-style: none;
    padding: 0;
}

.col-md-6.team_member img {
    width: 100%;
}

.about .content ul li {
    padding-bottom: 10px;
}

.about .content ul i {
    font-size: 20px;
    padding-right: 4px;
    color: #bf892c;
}

.about .content p:last-child {
    margin-bottom: 0;
}

.about .progress {
    height: 50px;
    display: block;
    background: none;
}

.about .progress .skill {
    padding: 10px 0;
    margin: 0 0 6px 0;
    text-transform: uppercase;
    display: block;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    color: #58716d;
}

.about .progress .skill .val {
    float: right;
    font-style: normal;
}

.about .progress-bar-wrap {
    background: #e6eceb;
}

.about .progress-bar {
    width: 1px;
    height: 10px;
    transition: .9s;
    background-color: #bf892c;
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts .count-box {
    box-shadow: -10px -5px 40px 0 rgba(0, 0, 0, 0.1);
    padding: 30px;
    width: 100%;
    background: #fff;
}

.counts .count-box i {
    display: block;
    font-size: 30px;
    color: #bf892c;
    float: left;
}

.counts .count-box span {
    font-size: 42px;
    line-height: 24px;
    display: block;
    font-weight: 700;
    color: #58716d;
    margin-left: 50px;
}

.counts .count-box p {
    padding: 30px 0 0 0;
    margin: 0;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
}

.counts .count-box a {
    font-weight: 400;
    display: block;
    margin-top: 20px;
    color: #7c9995;
    font-size: 15px;
    font-family: "Poppins", sans-serif;
    transition: ease-in-out 0.3s;
}

.counts .count-box a:hover {
    color: #a7bbb8;
}

/*--------------------------------------------------------------
# Our whychoose
--------------------------------------------------------------*/
.whychoose .icon-box {
    padding: 30px;
    position: relative;
    overflow: hidden;
    background: #f7f7f7;
    box-shadow: none;
    transition: all 0.3s ease-in-out;
    border-radius: 8px;
    z-index: 1;
    text-align: center;
    margin-top: 20px;
}

.whychoose .icon-box::before {
    content: '';
    position: absolute;
    background: #ececec;
    right: -60px;
    top: -40px;
    width: 100px;
    height: 100px;
    border-radius: 50px;
    transition: all 0.3s;
    z-index: -1;
}

.whychoose .icon-box:hover::before {
    background: #ececec;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 0px;
}

.whychoose .icon {
    margin: 0 auto 20px auto;
    padding-top: 0;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    width: 108px;
    height: 108px;
    background: #ffffff;
    transition: all 0.3s ease-in-out;
    border: solid 5px #bea34c;
    position: relative;
}

.whychoose .icon i {
    font-size: 36px;
    line-height: 1;
    color: #000;
}

.whychoose .title {
    font-weight: 700;
    margin-bottom: 8px;
    font-size: 18px;
}

.whychoose .title a {
    color: #425451;
    font-family: 'Conv_Minion Pro Regular';
    font-weight: normal;
    color: #000;
    font-size: 27px;
    line-height: 24px;
}

.whychoose .description {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 0;
    color: #555555;
}

.whychoose .icon-box:hover .title a {
    color: #fff;
    font-family: 'Conv_Minion Pro Regular';
    font-weight: normal;
    color: #000;
}

.whychoose .icon-box:hover .icon {
    background: #fff;
}

.whychoose .icon-box:hover .icon {
    background: #bf892c;
}

.whychoose .icon-box .icon i {
    width: 65px;
    height: 50px;
    background: url(../img/icon_sprite.png) no-repeat;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.whychoose .icon-box .icon i.icon1 {
    background-position: 0 -65px;
}

.whychoose .icon-box .icon i.icon2 {
    background-position: -72px -63px;
    height: 55px;
}

.whychoose .icon-box .icon i.icon3 {
    background-position: -137px -58px;
}

.whychoose .icon-box .icon i.icon4 {
    background-position: -202px -63px;
}

.whychoose .icon-box:hover .icon i.icon1 {
    background-position: 0 2px;
}

.whychoose .icon-box:hover .icon i.icon2 {
    background-position: -72px 0;
}

.whychoose .icon-box:hover .icon i.icon3 {
    background-position: -137px 0px;
}

.whychoose .icon-box:hover .icon i.icon4 {
    background-position: -202px 0;
}

/*--------------------------------------------------------------
# home_about
--------------------------------------------------------------*/
.home_about {
    background: #fff;
    background-size: cover;
    padding: 60px 0px;
    min-height: 560px;
    margin-bottom: 0;
    position: relative;
    overflow: hidden;
}

.home_about h3 {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
}

.home_about p {
    color: #565656;
    font-size: 15px;
    line-height: 1.5;
    text-align: left;
    margin-bottom: 13px;
}

#footer .footer-top .footer-links ul li:after {
    position: absolute;
    left: -15px;
    color: #000;
}

.home_about .about_img {
    position: relative;
    /* padding: 0; */
    /* left: 0; */
    /* right: 0; */
    margin: 7px auto 0;
    /* box-shadow: 2px 2px 8px rgb(14 14 14 / 50%); */
    /* width: auto; */
    overflow: hidden;
}

.home_about .about_img img {
    transition: .2s;
    width: 100%;
}

.t-item:hover {
    background: #5a5a5a;
}

.t-item:hover .client-info-icon {
    background: #000;
}

.home_about .about_img img:hover {
    /* transform: scale(1.1); */
}

.home_about .about_img ul {
    padding: 0;
    margin: 0;
    text-align: center;
}

.home_about .about_img ul li {
    display: inline-block;
    font-size: 0;
    margin: 0 -7px;
    padding: 0;
}

.home_about .about_img ul li a {
}

.home_about .about_img ul li img {
}

/*--------------------------------------------------------------
# More Services
--------------------------------------------------------------*/
.more-services img {
    border-radius: 0;
}

.more-services .card {
    border: 0;
    text-align: ceneter;
}

.more-services .card-body {
    -moz-text-align-last: center;
    text-align-last: center;
}

.more-services .card-title a {
    font-weight: 400;
    font-size: 18px;
    color: #334240;
    transition: ease-in-out 0.3s;
}

.more-services .card-title a:hover {
    color: #bf892c;
}

.more-services .btn {
    border-radius: 50px;
    padding: 4px 30px 6px 30px;
    background: #bf892c;
    color: #fff;
}

.more-services .btn:hover {
    color: #000;
    background: #fff;
    border: 2px solid #bf892c;
}

.btn:hover {
    background-color: #5a5a5a;
    color: #ffffff;
}

/*--------------------------------------------------------------
# Info Box
--------------------------------------------------------------*/
.info-box .content {
    padding: 60px 100px 0 100px;
}

.info-box .content h3 {
    font-weight: 400;
    font-size: 34px;
}

.info-box .content h4 {
    font-size: 20px;
    font-weight: 700;
    margin-top: 5px;
}

.info-box .content p {
    font-size: 15px;
    color: #6b8a86;
}

.info-box .img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 400px;
}

.info-box .accordion-list {
    padding: 0 100px 60px 100px;
}

.info-box .accordion-list ul {
    padding: 0;
    list-style: none;
}

.info-box .accordion-list li + li {
    margin-top: 15px;
}

.info-box .accordion-list li {
    padding: 20px;
    background: #f2f5f4;
    border-radius: 5px;
}

.info-box .accordion-list a {
    display: block;
    position: relative;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    padding-right: 30px;
    outline: none;
    transition: ease-in-out 0.3s;
    cursor: pointer;
}

.info-box .accordion-list a:hover {
    color: #bf892c;
}

.info-box .accordion-list span {
    color: #e83e8c;
    font-weight: 400;
    font-size: 18px;
    padding-right: 10px;
}

.info-box .accordion-list i {
    font-size: 24px;
    position: absolute;
    right: 0;
    top: 0;
}

.info-box .accordion-list p {
    margin-bottom: 0;
    padding: 10px 0 0 0;
}

.info-box .accordion-list .icon-show {
    display: none;
}

.info-box .accordion-list a.collapsed {
    color: #343a40;
}

.info-box .accordion-list a.collapsed:hover {
    color: #bf892c;
}

.info-box .accordion-list a.collapsed .icon-show {
    display: inline-block;
}

.info-box .accordion-list a.collapsed .icon-close {
    display: none;
}

@media (max-width: 1024px) {
    .info-box .content, .info-box .accordion-list {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 992px) {
    .info-box {
        /* img {
    padding-top: 30px;
  } */
    }

    .info-box .content {
        padding-top: 30px;
    }

    .info-box .accordion-list {
        padding-bottom: 30px;
    }
}

/*--------------------------------------------------------------
# Our Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
    margin-bottom: 30px;
}

.portfolio #portfolio-flters {
    padding: 0;
    margin: 0 auto 35px auto;
    list-style: none;
    text-align: center;
    background: #fff;
    border-radius: 50px;
    padding: 2px 15px;
}

.portfolio #portfolio-flters li {
    cursor: pointer;
    display: inline-block;
    padding: 10px 15px 8px 15px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
    color: #334240;
    margin-bottom: 5px;
    transition: all 0.3s ease-in-out;
}

.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
    color: #bf892c;
}

.portfolio #portfolio-flters li:last-child {
    margin-right: 0;
}

.portfolio .portfolio-wrap {
    transition: 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.portfolio .portfolio-wrap img {
    width: 100%;
}

.portfolio .portfolio-wrap::before {
    content: "";
    background: rgb(175 148 71 / 37%);
    position: absolute;
    left: 30px;
    right: 30px;
    top: 30px;
    bottom: 30px;
    transition: all ease-in-out 0.3s;
    z-index: 2;
    opacity: 0;
}

.portfolio .portfolio-wrap .portfolio-info {
    opacity: 0;
    position: absolute;
    top: 10%;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 3;
    transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
    font-size: 20px;
    color: #fff;
    font-weight: 400;
}

.portfolio .portfolio-wrap .portfolio-info p {
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
}

.portfolio .portfolio-wrap .portfolio-links {
    opacity: 0;
    left: 0;
    right: 0;
    bottom: 10%;
    text-align: center;
    z-index: 3;
    position: absolute;
    transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a {
    color: #fff;
    margin: 0 2px;
    font-size: 28px;
    display: inline-block;
    transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
    color: #b89b3d;
}

.portfolio .portfolio-wrap:hover::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-info {
    opacity: 1;
    top: calc(50% - 48px);
}

.portfolio .portfolio-wrap:hover .portfolio-links {
    opacity: 1;
    bottom: calc(50% - 50px);
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
    padding-top: 30px;
}

.portfolio-details .portfolio-details-container {
    position: relative;
}

.portfolio-details .portfolio-details-carousel {
    position: relative;
    z-index: 1;
}

.portfolio-details .portfolio-details-carousel .owl-nav, .portfolio-details .portfolio-details-carousel .owl-dots {
    margin-top: 5px;
    text-align: left;
}

.portfolio-details .portfolio-details-carousel .owl-dot {
    display: inline-block;
    margin: 0 10px 0 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ddd !important;
}

.portfolio-details .portfolio-details-carousel .owl-dot.active {
    background-color: #bf892c !important;
}

.portfolio-details .portfolio-info {
    padding: 30px;
    position: absolute;
    right: 0;
    bottom: -70px;
    background: #fff;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    z-index: 2;
}

.portfolio-details .portfolio-info h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
    list-style: none;
    padding: 0;
    font-size: 15px;
}

.portfolio-details .portfolio-info ul li + li {
    margin-top: 10px;
}

.portfolio-details .portfolio-description {
    padding-top: 50px;
}

.portfolio-details .portfolio-description h2 {
    width: 50%;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
    padding: 0 0 0 0;
}

@media (max-width: 768px) {
    .portfolio-details .portfolio-description h2 {
        width: 100%;
    }

    .portfolio-details .portfolio-info {
        position: static;
        margin-top: 30px;
    }
}

/*--------------------------------------------------------------
# services home
--------------------------------------------------------------*/
.services_home {
    background: #fff;
    padding: 60px 0;
}

.services_home .member {
    text-align: center;
    margin-bottom: 20px;
    background: #343a40;
    position: relative;
    overflow: hidden;
}

.services_home .member .member-info {
    opacity: 0;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    transition: 0.2s;
}

.services_home .member .member-info-content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    transition: bottom 0.4s;
}

.services_home .member .member-info-content h4 {
    font-weight: normal;
    margin-bottom: 2px;
    font-size: 28px;
    color: #d0b25c;
    font-family: 'Conv_supergroteska-rg';
}

.services_home .member .member-info-content span {
    font-style: italic;
    display: block;
    font-size: 13px;
    color: #fff;
}

.services_home .member .social {
    position: absolute;
    left: 0;
    bottom: -38px;
    right: 0;
    height: 48px;
    transition: bottom ease-in-out 0.4s;
    text-align: center;
}

.services_home .member .social a {
    transition: color 0.3s;
    color: #fff;
    margin: 0 10px;
    display: inline-block;
}

.services_home .member .social a:hover {
    color: #bf892c;
}

.services_home .member .social i {
    font-size: 18px;
    margin: 0 2px;
}

.services_home .member:hover .member-info {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.8) 20%, rgba(0, 212, 255, 0) 100%);
    opacity: 1;
    transition: 0.4s;
}

.services_home .member:hover .member-info-content {
    bottom: 20px;
    transition: bottom 0.4s;
}

.services_home .member:hover .social {
    bottom: 0;
    transition: bottom ease-in-out 0.4s;
}

/*--------------------------------------------------------------
# Contact Us
--------------------------------------------------------------*/
.contact .infos {
    position: relative;
    z-index: 2;
}

.contact .info {
    padding: 52px;
    background: #fff;
    color: #334240;
    text-align: center;
    box-shadow: -5px -5px 40px 0 rgba(0, 0, 0, 0.1);
}

.contact .info i {
    font-size: 48px;
    color: #000;
    margin-bottom: 15px;
}

.contact .info h4 {
    padding: 0;
    margin: 0 0 10px 0;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    color: #000000;
}

.contact .info p {
    font-size: 15px;
    font-family: 'ubuntulight';
    margin-bottom: 0;
	font-weight: 800 !important;
	overflow-wrap: break-word;
}

.contact .info-bg {
    background: white;
}

.contact .contact-form-wrap {
    box-shadow: 10px -5px 40px 0 rgba(0, 0, 0, 0.1);
    background: #fff;
    position: relative;
    z-index: 1;
    padding: 51px;
}

.contact .php-email-form {
    width: 100%;
}

.contact .php-email-form .validate {
    display: none;
    color: #5a5a5a;
    margin: 0;
    font-weight: 400;
    font-size: 13px;
}

.contact .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: left;
    padding: 15px;
    font-weight: 400;
}

.contact .php-email-form .error-message br + br {
    margin-top: 25px;
}

.contact .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    font-weight: 400;
}

.contact .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
}

.contact .php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #18d26e;
    border-top-color: #eee;
    -webkit-animation: animate-loading 1s linear infinite;
    animation: animate-loading 1s linear infinite;
}

.contact .php-email-form label {
    font-family: "Poppins", sans-serif;
    margin-bottom: 5px;
    color: #5f7c78;
}

.contact .php-email-form input, .contact .php-email-form textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
}

.contact .php-email-form input::focus, .contact .php-email-form textarea::focus {
    background-color: #bf892c;
}

.contact .php-email-form input {
    padding: 10px 15px;
}

.contact .php-email-form textarea {
    padding: 12px 15px;
}

.contact .php-email-form button[type="submit"] {
    background: #fff;
    border: 2px solid #bf892c;
    padding: 10px 24px;
    color: #bf892c;
    transition: 0.4s;
}

.contact .php-email-form button[type="submit"]:hover {
    background: #bf892c;
    color: #fff;
}

@media (max-width: 1024px) {
    .contact .info {
        padding: 30px;
    }
}

@media (max-width: 768px) {
    .contact .php-email-form {
        padding: 15px 0 0 0;
    }
}

@-webkit-keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
    background: #eee;
    padding: 0 0 6px 0;
    color: #fff;
    font-size: 14px;
}

#footer .footer-top {
    background: #eee;
    border-bottom: 2px solid #b1b1b1;
    padding: 60px 0 0px 0;
}

#footer .footer-top .footer-info {
    margin-bottom: 30px;
    padding-right: 35px;
    /* width: 28%; */
}

#footer .footer-top .footer-info .social_links {
}

#footer .footer-top .footer-info .social_links ul {
    padding-left: 0;
}

#footer .footer-top .footer-info .social_links ul li {
    margin: 20px 7px 0px 0;
}

#footer .footer-top .footer-info p {
    font-size: 19px;
    line-height: 29px;
    margin-bottom: 0;
    font-family: 'abhaya_libremedium';
    color: #6e6e6e;
    font-weight: normal;
	display: none;
}

#footer .footer-top .footer-info h3 {
    font-size: 24px;
    margin: 0;
    padding: 2px 0 2px 0;
    line-height: 1;
    font-weight: 700;
}

#footer .footer-top .footer-info p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 0;
    font-family: 'ubunturegular';
    color: #1d1d1d;
}

#footer .footer-top .social-links a {
    font-size: 24px;
    display: inline-block;
    background: #bf892c;
    color: #fff;
    line-height: 1;
    padding: 6px 0;
    margin-right: 4px;
    border-radius: 3px;
    text-align: center;
    width: 40px;
    height: 35px;
    transition: 0.3s;
    margin-bottom: 35px;
}

#footer .footer-top .social-links a:hover {
    background: #2b2b2b;
    color: #fff;
    text-decoration: none;
}

#footer .footer-top h4 {
    font-size: 24px;
    font-weight: normal;
    color: #343434;
    position: relative;
    padding-bottom: 15px;
    padding-top: 15px;
    font-family: 'ubuntumedium';
    text-transform: capitalize;
    margin-bottom: 19px;
}

.read_bt a {
    width: 168px;
    height: 39px;
    font-size: 17px;
    /* margin-top: -1px; */
    padding-top: 6px;
}

#footer .footer-top h4:before {
    content: '';
    width: 60px;
    height: 2px;
    display: block;
    bottom: 0px;
    background: #000;
    position: absolute;
    z-index: 1;
}

#footer .footer-top .footer-links {
    margin-bottom: 30px;
    /* width: 20%; */
}

#footer .footer-top .footer-links.services {
    width: 25%;
    padding-right: 40px;
    padding-top: 0;
}

#footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#footer .footer-top .footer-links ul i {
    padding-right: 2px;
    color: #bf892c;
    font-size: 22px;
    line-height: 1;
}

#footer .footer-top .footer-links ul li {
    padding: 3px 0;
    display: flex;
    align-items: center;
    position: relative;
}

#footer .footer-top .footer-links ul a:hover {
    color: #000;
    padding-left: 3px;
    transition: 0.2s ease;
}

#footer .footer-top .footer-links ul a {
    color: #1d1d1d;
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
    font-family: 'ubunturegular';
    font-size: 16px;
    margin-bottom: 5px;
    margin-left: 24px;
}

#footer .footer-top .footer-links ul li:after {
    content: "\25BA \0020";
    position: absolute;
    left: -20px;
    color: #000;
    top: 2px;
    margin-left: 21px;
}

#footer .footer-top .footer-newsletter form {
    margin-top: 30px;
    background: #fff;
    padding: 6px 10px;
    position: relative;
    border-radius: 4;
}

#footer .footer-top .footer-newsletter form input[type="email"] {
    border: 0;
    padding: 4px;
    width: calc(100% - 110px);
}

#footer .footer-top .footer-newsletter form input[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 0 20px;
    background: #bf892c;
    color: #fff;
    transition: 0.3s;
    border-radius: 4;
    font-family: 'Conv_Minion Pro Regular';
    text-transform: uppercase;
    outline: 0;
    box-shadow: none;
}

#footer .footer-top .footer-newsletter form input[type="submit"]:hover {
    background: #545151;
}

#footer .copyright {
    text-align: center;
    padding-top: 7px;
    display: inline-block;
    font-family: 'abhaya_libremedium';
    font-size: 17px;
    color: #000;
    text-align: center;
    width: 100%;
}

#footer .c#5a5a5aits {
    padding-top: 10px;
    text-align: center;
    font-size: 13px;
    color: #fff;
    display: inline-block;
    float: none;
    display: none;
}

/* testimonial section */
.ocs-sec {
    background-color: #eee;
    padding: 40px 0 60px;
    /* margin-top: 60px; */
}

.ocs-sec .h-title h2 {
    font-weight: normal;
    padding-bottom: 0;
    color: #020202;
    font-family: 'abhaya_librebold';
    /* text-transform: uppercase; */
    font-size: 45px;
    color: #000;
}

.ocs-sec .h-title h2 span {
    font-weight: normal;
    padding-bottom: 0;
    color: #020202;
    font-family: 'abhaya_librebold';
    text-transform: uppercase;
    font-size: 45px;
    color: #5a5a5a;
}

.ocs-sec .h-title p {
    font-family: 'ubunturegular';
    font-size: 16px;
    position: relative;
    line-height: 1.5;
    text-align: left;
    color: #000;
    margin-bottom: 14px;
}

.ocs-sec .h-title p:before {
    content: '';
    width: 130px;
    height: 1px;
    background: #c3c3c3;
    display: block;
    position: absolute;
    bottom: 0;
    margin: 0 auto;
    left: 0;
    right: 0;
    display: none;
}

.ocs-sec .h-title p:after {
    content: '';
    width: 50px;
    height: 5px;
    background: #a1a1a0;
    display: block;
    position: absolute;
    bottom: 0;
    margin: 0 auto;
    left: 0;
    right: 0;
    display: none;
}

.t-item {
    margin: 20px 0px;
    padding: 26px;
    margin-left: 15px;
    margin-bottom: 10px;
    float: left;
    background: #000;
    border-radius: 0px 10px 10px 10px;
    height: 400px;
    width: auto;
}

.t-item .description {
    margin-top: 15px;
    position: relative;
}

.t-item .description p {
    font-size: 18px;
    color: #eee;
    line-height: 22px;
}

.client-info {
}

.client-img {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    overflow: hidden;
    margin-right: 15px;
    display: inline-block;
}

.client-img img {
    max-width: 100%;
}

.t-item .description p strong {
    font-size: 20px;
    margin: 10px 0px;
    display: none;
}

.client-info {
    display: inline-block;
    vertical-align: top;
}

.client-text h3 {
    font-family: 'Conv_Minion Pro Regular';
    color: #fff;
    font-size: 22px;
    text-transform: none;
    margin-top: 0;
    margin-bottom: 0;
}

.client-text h3 span {
    color: #bea34c;
    font-size: 18px;
}

.client-text p {
    color: #fff;
    font-size: 16px;
    margin: 0;
}

.client-text h3:after {
    content: "";
    background-color: #b89b3d;
    width: 60px;
    height: 3px;
    display: block;
    margin-top: 15px;
}

#client-slider {
    margin-top: 30px;
}

#client-slider ol.carousel-indicators {
    bottom: 0;
    margin-top: 23px;
    position: relative;
}

#client-slider .owl-dots {
    text-align: center;
}

#client-slider .owl-dots button.owl-dot {
    background-image: url(../img/indicators-icon.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 22px;
    height: 24px;
    border: none;
    border-radius: 0;
    margin: 0 3px;
    outline: none;
}

#client-slider .owl-dots {
    text-align: center;
    bottom: 145px;
    margin: auto;
    width: auto;
    left: 0;
    display: none;
    right: 0;
}

#client-slider .owl-dots button.owl-dot.active {
    background-position: -26px 0;
    background-color: transparent;
}

.ocs-sec .owl-pagination {
    text-align: center;
}

.ocs-sec .owl-pagination .owl-page {
}

.ocs-sec .owl-pagination .owl-page.active {
}

.ocs-sec .owl-pagination .owl-page span {
    background: #a4a8d0;
}

.ocs-sec .owl-pagination .owl-page.active span {
    background: #4a51a1;
}

/* end testiomonial section here */
/* custom css starts here */
#hero .carousel-indicators {
    bottom: 0;
    left: 0;
    right: auto;
    max-width: 300px;
    margin: 0;
    text-align: left;
    position: relative;
    width: auto;
    display: none;
}

#hero .carousel-indicators li {
    text-indent: inherit;
    font-size: 16px;
    width: auto;
    height: auto;
    border: none;
    color: #000;
    border-radius: 0;
    margin: 0 15px;
    font-family: 'Conv_Poppins-Medium';
    background: #ffffff00;
}

#hero .carousel-indicators li.active {
    background: transparent;
    border-bottom: 2px solid #000;
}

#hero .carousel-indicators:after {
    content: "";
    width: 101px;
    height: 1px;
    background-color: #000;
    margin-left: 20px;
    margin-top: 11px;
}

#hero .carousel-indicators li:hover, #hero .carousel-indicators li.active, {
    color: #df2a2a;
}

.slide_nav {
    position: absolute;
    bottom: 23vh;
    left: 5%;
    right: 18vh;
    margin: auto;
    text-align: left;
}

.slider-btn {
    position: relative;
    right: auto;
    bottom: 0;
    left: 20px;
    margin: 0;
    width: 70px;
}

.slider-btn a {
    color: #fff;
    display: inline-block;
    font-size: 16px;
    margin: 0;
    padding: 0 10px;
    line-height: 22px;
    opacity: 1;
}

.slider-btn a span {
    font-size: 28px !important;
    opacity: 1;
    /* color: #000; */
    font-weight: 800;
    display: none;
}

.top_header .book_appoint {
    justify-items: anchor-center;
}

.top_header .book_appoint a.btn, #hero .carousel-content a.btn {
    outline: 0;
    width: 184px;
    height: 55px;
    line-height: 55px;
    padding: 0;
    text-align: center;
    /* background: #b89b3d; */
    color: #fff;
    font-family: 'abhaya_libreregular';
    text-transform: capitalize;
    font-size: 20px;
    border-radius: 0;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#a26427+0,e9b129+52,cf972a+84,915d23+100 */
    background: #5a5a5a;
}

.top_header .book_appoint a.btn:hover, .top_header .book_appoint a.btn:focus, .top_header .book_appoint a.btn:hover {
    background: #fff;
    outline: 0;
    color: #000;
    border-color: #a26427;
    box-shadow: none;
}


.top_header .row {
    display: flex;
    align-items: center;
}

#hero .carousel-content a.btn {
    width: auto;
    background: #000;
    color: #fff;
    height: auto;
    line-height: inherit;
    font-size: 16px;
    padding: 7px 24px;
}

#hero .carousel-content a.btn:hover {
    background: #5a5a5a;
}

.top_header {
    position: relative;
    top: 0;
    z-index: 999;
    left: 0;
    right: 0;
    margin: auto;
    padding: 9px 0 1px;
    background: #fff;
/*     border-top: solid 8px #5a5a5a; */
/* 	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; */
}

.form_info {
    PADDING: 0PX 8PX;
}

.top_header .social a img {
    width: 101px;
}
.head-form {
    width: 25%;
}

.form_info input {
    width: 100%;
    border: none;
    outline: none;
    height: 46px;
    padding: 10px;
    margin: 0px 0 20px 0;
    background-color: #fff;
    color: #898989;
    font-family: 'ubuntumedium';
    font-size: 13px;
}

.form_info textarea {
    width: 100%;
    border: none;
    outline: none;
    height: 46px;
    padding: 10px;
    margin: 0;
    background-color: #fff;
    color: #898989;
    font-family: 'ubuntumedium';
    font-size: 13px;
}

.form_info input[type="submit"] {
    background: #5a5a5a;
    color: #fff;
    font-size: 17px;
}

select#cars {
    width: 100%;
    border: none;
    outline: none;
    height: 46px;
    padding: 10px;
    margin: 5px 0 20px 0;
    background-color: #fff;
    color: #898989;
    font-family: 'ubuntumedium';
    font-size: 13px;
}

.Submit-btn a {
    background: #5a5a5a;
    padding: 41px 27px;
    font-size: 26px;
    color: white;
    text-transform: uppercase;
    font-weight: 700;
    width: 78%;
    display: block;
    text-align: center;
    margin: auto;
    margin-top: -10px;
}

.form_info {
    PADDING: 0PX 8PX;
}

.form_info-2 {
    /* width: 319px; */
    PADDING: 11PX 7PX;
    text-align: center;
}

.home-form {
    background-color: #000;
    padding: 60px 0px;
}

.top_header .social {
}

.top_header .social a {
    color: #fff;
    font-size: 20px;
    margin-right: 10px;
}

.top_header .social a:hover {
    color: #b89b3d;
}

.top_header .info_tp {
}

.top_header .info_tp .login {
    display: inline-block;
    vertical-align: top;
    font-family: 'Conv_supergroteska-rg';
    color: #fff;
    font-weight: normal;
    font-size: 18px;
    padding: 0 5px 0 0;
    border-right: solid thin #fff;
    line-height: 0;
    margin: 0 15px 0 0px;
    cursor: pointer;
}

.top_header .info_tp .login:hover {
    color: #b89b3d;
}

.top_header .info_tp .login:before {
    content: '';
    background: url(../img/icon_sprite.png);
    width: 15px;
    height: 15px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: -65px -129px;
    margin-right: 5px;
}

.top_header .info_tp .login:hover:before {
    background-position: -65px -150px;
}

.top_header .info_tp .login:after {
    content: '';
    background: url(../img/icon_sprite.png);
    width: 15px;
    height: 15px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: -88px -129px;
    margin-right: 5px;
}

.top_header .info_tp .login:hover:after {
    background-position: -88px -149px;
}

.top_header .info_tp .search {
    display: inline-block;
    vertical-align: top;
    font-size: 0;
    background: url(../img/icon_sprite.png);
    width: 20px;
    height: 20px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: -110px -129px;
    margin-right: 10px;
    cursor: pointer;
}

.top_header .info_tp .search:hover {
    background-position: -110px -150px;
}

.top_header .info_tp .cart {
    display: inline-block;
    vertical-align: top;
    vertical-align: top;
    font-size: 0;
    background: url(../img/icon_sprite.png);
    width: 21px;
    height: 20px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: -140px -129px;
    margin-right: 0;
    cursor: pointer;
}

.top_header .info_tp .cart:hover {
    background-position: -140px -150px;
}

.top_header .info_tp {\: \;background: right;text-align: center;}

/* end custom css */
.services_home .ser_item {
    width: 300px;
    padding: 0 12px
}

.services_home .owl-carousel .owl-nav.disabled, .our_project .owl-carousel .owl-nav.disabled {
    display: block;
    text-align: center;
}

.services_home .owl-carousel .owl-nav.disabled button, .our_project .owl-carousel .owl-nav.disabled button {
    width: 45px;
    height: 45px;
    outline: 0;
    margin: 20px 35px;
    display: inline-block;
    border-radius: 50%;
}

.services_home .owl-carousel .owl-nav.disabled button span, .our_project .owl-carousel .owl-nav.disabled button span {
    background: url(../img/slider-arrow.png) no-repeat;
    width: 55px;
    height: 13px;
    display: block;
    font-size: 0;
    margin-right: 25px;
    float: left;
    margin-left: 15px;
}

.services_home .owl-carousel .owl-nav.disabled button.owl-next span, .our_project .owl-carousel .owl-nav.disabled button.owl-next span {
    transform: rotateY(180deg);
    float: left;
    margin-left: -25px;
}

.services_home .owl-carousel .owl-nav.disabled button:hover, .our_project .owl-carousel .owl-nav.disabled button:hover {
    background: #b89b3d;
}

.services_home .owl-carousel .owl-nav.disabled button.owl-next:hover, .our_project .owl-carousel .owl-nav.disabled button.owl-next:hover {
    /* float: right; */
}

.our_project {
    background: url(../img/project_bg.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.our_project .ser_item {
    width: 235px;
    padding: 0 7px
}

.our_project .section-title h2, .our_project .section-title p {
    color: #fff;
}

.our_project .ser_item .member-info {
    width: 100%;
}

.our_project .ser_item .member-info h4 {
}

.our_project .ser_item .member-info h4 a {
    background: #bea34c;
    color: #fff;
    display: inline-block;
    width: 100%;
    text-align: center;
    font-family: 'Conv_Minion Pro Regular';
    font-weight: normal;
    padding: 5px;
}

.our_project .ser_item .member-info h4 a:hover {
    color: #000;
    background: #fff;
}

.our_project .owl-carousel .owl-nav.disabled button span {
    background: url(../img/arrow_slide.png) no-repeat;
    width: 55px;
    height: 13px;
    display: block;
    font-size: 0;
    margin-right: 25px;
    float: left;
    margin-left: 15px;
}

.our_project .owl-carousel .owl-nav.disabled button {
    background: #fff;
}

.our_project .owl-carousel .owl-nav.disabled button:hover {
    background: #000;
}

/*--------------------------------------------------------------
# our_work
--------------------------------------------------------------*/
.our_work {
    padding-bottom: 30px;
}

.our_work .container {
    /*box-shadow: 0 5px 25px 0 rgba(214, 215, 216, 0.6);*/
}

.our_work .video-box img {
    padding: 15px 0;
}

.our_work .section-title p {
    text-align: left;
    font-style: italic;
    color: #666;
}

.our_work .about-content {
    padding: 40px;
}

.our_work .icon-box + .icon-box {
    margin-top: 40px;
}

.our_work .icon-box .icon {
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    background: #f1f7fb;
    border-radius: 6px;
    transition: 0.5s;
}

.our_work .icon-box .icon i {
    color: #428bca;
    font-size: 32px;
}

.our_work .icon-box:hover .icon {
    background: #428bca;
}

.our_work .icon-box:hover .icon i {
    color: #fff;
}

.our_work .icon-box .title {
    margin-left: 95px;
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 18px;
    text-transform: uppercase;
}

.our_work .icon-box .title a {
    color: #343a40;
    transition: 0.3s;
}

.our_work .icon-box .title a:hover {
    color: #428bca;
}

.our_work .icon-box .description {
    margin-left: 95px;
    line-height: 24px;
    font-size: 14px;
}

.our_work .video-box {
    position: relative;
}

.our_work .play-btn {
    width: 94px;
    height: 94px;
    background: radial-gradient(rgb(175 148 71) 50%, rgba(175, 141, 71, 0.4) 52%);
    border-radius: 50%;
    display: block;
    position: absolute;
    left: calc(50% - 47px);
    top: calc(50% - 47px);
    overflow: hidden;
}

.our_work .play-btn::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
    z-index: 100;
    transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.our_work .play-btn::before {
    content: '';
    position: absolute;
    width: 120px;
    height: 120px;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation: pulsate-btn 2s;
    animation: pulsate-btn 2s;
    -webkit-animation-direction: forwards;
    animation-direction: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: steps;
    animation-timing-function: steps;
    opacity: 1;
    border-radius: 50%;
    border: 5px solid rgba(175, 141, 71, 0.7);
    top: -15%;
    left: -15%;
    background: rgba(198, 16, 0, 0);
}

.our_work .play-btn:hover::after {
    border-left: 15px solid #bf892c;
    transform: scale(20);
}

.our_work .play-btn:hover::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border: none;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
    z-index: 200;
    -webkit-animation: none;
    animation: none;
    border-radius: 0;
}

@-webkit-keyframes pulsate-btn {
    0% {
        transform: scale(0.6, 0.6);
        opacity: 1;
    }

    100% {
        transform: scale(1, 1);
        opacity: 0;
    }
}

@keyframes pulsate-btn {
    0% {
        transform: scale(0.6, 0.6);
        opacity: 1;
    }

    100% {
        transform: scale(1, 1);
        opacity: 0;
    }
}

.our_work .nav-tabs {
    display: inline-block;
    padding: 0 0 20px;
    margin: 0 0 30px;
}

.our_work .nav-item {
    display: inline-block;
}

.our_work .nav-item a {
    border: 0;
    padding: 0 40px 0 0;
    font-family: 'Conv_supergroteska-rg';
    font-size: 18px;
    line-height: 22px;
    cursor: pointer;
}

.our_work .nav-item a h4 {
    font-size: 18px;
    color: #5f5f5f;
    line-height: 22px;
    font-family: 'Conv_supergroteska-rg';
    position: relative;
}

.our_work .nav-item a.active h4:after {
    content: '';
    position: absolute;
    bottom: -30px;
    width: 50px;
    height: 5px;
    background: #b89b3d;
    left: 0;
    right: 0;
    margin: auto;
}

.our_work .tab-content .tab-pane {
}

.our_work .tab-content .tab-pane p {
    font-size: 22px;
    line-height: 30px;
    color: #343333;
}

footer .gt_touch {
    margin-bottom: 15px;
}

footer .gt_touch p, footer p {
    font-size: 19px;
    line-height: 10px;
}

footer .gt_touch i {
    display: inline-grid;
    place-items: center;
    padding: 6px;
    /* vertical-align: top; */
    margin: auto;
    font-size: 17px;
    margin: auto;
    margin: 0;
    color: #fff;
    width: 30px;
    height: 30px;
    /* line-height: 30px; */
    background: #000;
    text-align: center;
    border-radius: 50%;
    background: #5a5a5a;
    margin-right: 5px;
}

footer .gt_touch p {
    display: inline-block;
    width: 82%;
    color: #1d1d1d;
    font-size: 16px;
    margin: auto;
    line-height: revert;
}

footer .gt_touch a {
    font-size: 16px;
    line-height: 10px;
    color: #1d1d1d;
}

/*--------------------------------------------------------------
# pro_gallery
--------------------------------------------------------------*/
.pro_gallery {
    padding-bottom: 0;
    position: relative;
}

.pro_gallery .gallery-item {
    overflow: hidden;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
}

.pro_gallery .gitem {
    padding: 0 10px 0px 0;
    margin: 0;
    position: relative;
}

.pro_gallery .gitem:after {
    content: '';
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: rgba(0,0,0,0.7);
    cursor: pointer;
}

.pro_gallery .gitem:before {
    content: '';
    width: 20px;
    height: 20px;
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: url(../img/icon_sprite.png) no-repeat;
    background-position: -110px -129px;
    cursor: pointer;
    z-index: 99
}

.pro_gallery .gitem h3 {
    display: none;
    position: absolute;
    bottom: 50px;
    left: 70px;
    right: auto;
    margin: auto;
    background: #bea34c;
    padding: 5px 35px;
    color: #fff;
    font-family: 'Conv_Minion Pro Regular';
    text-transform: uppercase;
}

.pro_gallery .gitem:last-child {
    padding: 0px 0 10px 0;
}

.pro_gallery .gitem:nth-child(2) {
    padding: 0px 0px 10px 0;
}

.pro_gallery .gitem:nth-child(3) {
}

.pro_gallery .gallery-item img {
    transition: all ease-in-out 0.4s;
    width: 100%;
}

.pro_gallery .gallery-item:hover img {
    transform: scale(1.1);
}

.pro_gallery .gitem .gallery-item:hover h3, .pro_gallery .gitem:hover:before, .pro_gallery .gitem:hover:after {
    display: block;
}

.pro_gallery .gitem:nth-child(2) h3, .pro_gallery .gitem:last-child h3 {
    right: 70px;
    left: auto;
}

.pro_gallery .pro_gallinfo {
    width: 320px;
    height: 320px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #fff;
    border-radius: 50%;
    padding: 95px 25px;
    text-align: center;
    z-index: 9;
}

.pro_gallery .pro_gallinfo h3 {
    font-family: 'Conv_Minion Pro Regular';
    font-size: 39px;
    line-height: 40px;
    color: #191919;
}

.pro_gallery .pro_gallinfo p {
    font-size: 18px;
    line-height: 22px;
    color: #555555;
}

/*--------------------------------------------------------------
# Values
--------------------------------------------------------------*/
.values .card {
    border: 0;
    padding: 160px 20px 20px 20px;
    position: relative;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.values .card-body {
    z-index: 10;
    background: rgba(255, 255, 255, 0.9);
    padding: 15px 30px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    transition: 0.3s;
    transition: ease-in-out 0.4s;
    border-radius: 5px;
}

.values .card-title {
    font-weight: 700;
    text-align: center;
    margin-bottom: 15px;
}

.values .card-title a {
    color: #473d3a;
}

.values .card-text {
    color: #4b4949;
}

.values .read-more a {
    color: #656262;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 12px;
    transition: 0.4s;
}

.values .read-more a:hover {
    text-decoration: underline;
}

.values .card:hover .card-body {
    background: #bea34c;
}

.values .card:hover .read-more a, .values .card:hover .card-title, .values .card:hover .card-title a, .values .card:hover .card-text {
    color: #fff;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .content {
    padding: 0px 0 0 50px;
}

.about .content h3 {
    padding-bottom: 0;
    color: #020202;
    font-family: 'abhaya_librebold';
    text-transform: uppercase;
    font-size: 47px;
}

.about .content p {
    margin-bottom: 0;
    text-align: left;
    font-family: 'ubuntulight';
    line-height: 24px;
    font-size: 15px;
    color: #000;
}

.about .content .icon-box {
    margin-top: 25px;
}

.about .content .icon-box h4 {
    font-size: 20px;
    font-weight: 700;
    margin: 5px 0 10px 60px;
    color: #000000;
}

.about .content .icon-box h4 a {
    color: #000000;
    transition: 0.3s;
    font-family: 'abhaya_librebold';
}

.about .content .icon-box h4 a:hover {
    color: #fdc134;
}

.about .content .icon-box i {
    font-size: 48px;
    float: left;
    color: #bf892c;
}

.about .content .icon-box p {
    font-size: 15px;
    color: #848484;
    margin-left: 60px;
}

.about .image {
    overflow: hidden;
}

.about .image img {
    object-fit: cover;
    transition: .2s;
}

.about .image img:hover {
    transform: scale(1.2);
}

@media (max-width: 667px) {
    .about .image img {
        max-width: 100%;
    }
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services {
    padding-bottom: 40px;
    padding-top: 0;
    /* background: #eee; */
    padding: 50px 0 50px;
}

.services .card {
    border: 0;
    padding: 0 5px;
    margin-bottom: 60px;
    position: relative;
    background: transparent;
}

.services .card-img {
    width: 100%;
    margin-left: 0;
    overflow: hidden;
    z-index: 9;
    border-radius: 0;
    display: inline-block;
    width: 100%;
}

.services .card-img img {
    max-width: 100%;
    transition: all 0.3s ease-in-out;
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.services .card-body {
    z-index: 10;
    background: #5a5a5a;
    padding: 30px 18px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    margin-top: 0;
    transition: 0.3s;
    text-align: center;
    margin-top: -8px;
}

.services .card-title {
    font-weight: 700;
    text-align: center;
    margin-bottom: 10px;
}

.services .card-title a {
    color: #fff;
    transition: 0.3s;
    font-family: 'abhaya_librebold';
    /* text-align: left; */
    font-size: 26px;
    overflow: hidden;
    FONT-WEIGHT: 400;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.services .card-text {
    color: #ffffff;
    font-size: 15px;
    line-height: 23px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 17px;
}

.services .read-more a {
    color: #000;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 14px;
    transition: 0.3s;
    width: 105px;
    height: 30px;
    display: block;
    margin: 0 auto;
    background: #fff;
    line-height: 32px;
}

.services .read-more a:hover {
    color: #000;
}

.services .card:hover img {
    transform: scale(1.1);
}

.services .card:hover .card-body {
    border-color: #000;
    background: #000;
}

.services .card:hover .card-body .card-title a {
    color: #fff;
    border-color: #fff;
}

#header .container {
    background: #000;
    margin: 0px auto 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -29px;
}

.social_links {
    display: inline-block;
}

.social_links ul {
    margin: 0;
    list-style: none;
    display: block;
}

.social_links ul li {
    display: inline-block;
    margin: 0 5px;
}

.social_links ul li a {
    width: 35px;
    height: 35px;
    display: block;
    text-align: center;
    line-height: 39px;
    background: #fff;
    border-radius: 50%;
    color: #000;
    font-size: 18px;
}

.social_links ul li a:hover {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#a26427+0,e9b129+52,cf972a+84,915d23+100 */
    background: #5a5a5a;
    color: white;
}

#footer .footer-top .footer-info .social_links ul li a:hover {
    background: #5a5a5a;
    color: #fff;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.top_header .middle_btn {
    display: block;
    padding: 0;
}

.top_header .middle_btn ul {
    list-style: none;
    padding: 0;
    margin: auto;
    margin-left: 20%;
}

.Soical-top {
    display: flex;
    margin-right: 20px;
	align-items: center;
}

.top_header .middle_btn ul li {
    display: inline-flex;
    vertical-align: top;
    /* align-items: center; */
}

.Soical-nav h6 {
    margin: 0;
}

.Soical-nav span {
    font-size: 16px;
}

.Soical-nav h6 {
    margin: 0;
}

.Soical-nav {
    margin-left: 12px;
    font-size: 18px;
    font-weight: 400;
}

.Soical-nav h6 {
    margin: 0;
    font-family: 'ubuntumedium';
    font-size: 14px;
    color: #000000;
    display: none;
}

footer .gt_touch:hover p {
    color: #000000;
    padding-left: 3px;
    transition: 0.2s ease;
}

footer .gt_touch:hover i {
    background: #000;
    font-size: 19px;
    transition: 0.4s ease;
    box-shadow: rgba(0, 0, 0, 0.34) 0px 3px 8px;
}

.top_header .middle_btn ul li a {
    color: #000000;
    font-size: 17px;
    display: inline-block;
    vertical-align: top;
    font-family: 'ubuntumedium';
    font-weight: 400;
}

.top_header .middle_btn ul li a:hover {
    color: #000;
}

.top_header .middle_btn ul li a i {
    font-size: 32px;
    vertical-align: top;
    color: #5a5a5a;
    /* margin-top: 10px; */
}

.top_header .middle_btn ul li a i:hover {
    color: #000;
}

.top_header .middle_btn ul li:after {
    content: '';
    width: 2px;
    height: 50px;
    display: inline-block;
    margin: 0 20px 0 21px;
    background: #fff;
    transform: rotate(17deg);
}

.top_header .middle_btn ul li:last-child:after {
    display: none;
}

.sticky-wrapper.is-sticky #header {
    background: #000000;
    height: 66px;
}

/* NESW CSS
-------------------------------------------------- */
.lb-sec {
    background: #fff;
    padding: 60px 0;
}

.lb-sec h2 {
    font-size: 55px;
    line-height: 32px;
    font-weight: normal;
    text-transform: capitalize;
    color: #000;
    text-align: center;
    font-family: 'abhaya_librebold';
    margin-bottom: 17px;
    margin-top: 20px;
}

.lb-sec h2:before {
    content: "";
    width: 63px;
    height: 4px;
    background: #fff;
    z-index: 1;
    position: absolute;
    margin: 64px 0 0 108px;
    display: none;
}

.lb-sec p, .lb-sec .item_box p {
    color: #4e4c4c;
    font-size: 17px;
    padding: 0px 0px 10px;
    /* margin: 0; */
    text-align: center;
}

.lb-sec .item {
    margin: 0 10px;
    padding: 5px;
}

.same_sec lb-sec.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}

.lb-sec .item .col-md-3 {
    width: 282px;
    float: left;
    margin: 0 24px 0 0;
    padding: 0;
}

.lb-sec .item .thumb {
    width: 260px;
    cursor: pointer;
    margin: 0;
    height: 318px;
    position: relative;
}

.lb-sec .item .col-md-3:nth-child(4n) {
    margin-right: 0;
}

.lb-sec .item .thumb .img-box {
    width: 260px;
    margin: 0;
    position: absolute;
    top: 0;
    left: -23px;
    height: 293px;
}

.lb-sec .item .thumb .img-box img {
    width: 100%;
    margin: 0;
    position: relative;
}

.lb-sec .item img {
    max-width: 100%;
    height: 270px;
    object-fit: cover;
    margin: 0px 0;
    width: 100% !important;
}

.ovrlay {
    background: rgba(15, 15, 15, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border: 5px solid #fff;
    display: none;
}

.lb-sec .item .thumb:hover .img-box .ovrlay {
    display: block;
    padding: 50% 0;
}

.lb-sec .item .thumb:hover .img-box .ovrlay a {
    width: 41px;
    height: 41px;
    display: inline-block;
    vertical-align: top;
    margin: 0 5px;
}

.lb-sec .item .col-md-3 h3 {
    margin: 0;
}

.lb-sec .item .col-md-3 h3 a {
    color: #fff;
    font-size: 17px;
    line-height: 48px;
}

.lb-sec .item .col-md-3 h3 a:hover {
    color: #d70507;
}

.item_box .img-box {
    width: 88px;
    margin: 0 auto;
}

.item_box .img-box i.fa.fa-quote-right {
    width: 44px;
    height: 44px;
    display: inline-block;
    border-radius: 100%;
    font-size: 17px;
    background: #ce0707;
    color: #fff;
    padding: 14px;
    margin: -20px 0 0;
}

.lb-sec h3 {
    font-family: 'ubuntumedium';
    font-size: 20px;
    color: #a1a1a1;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px;
}

.lb-sec span {
    /* font-family: 'ubuntumedium'; */
    color: #000;
    /* font-size: 18px; */
    margin: 0px 0 10px;
    display: inline-block;
}

.lb-sec .carousel-inner {
    padding: 0px 0 6px;
}

.lb-sec .carousel-inner>.item {
    padding: 30px 0 0px;
}

.lb-sec h3 a:hover {
    /* color: #d90303; */
}

#thumbcarousel .carousel-control.left span:hover, #thumbcarousel .carousel-control.right span:hover {
    background: #063b6d;
    transition: 0.6s;
}

.latest-blog .carousel-inner > .item {
    transition: 500ms ease-in-out left;
}

.latest-blog .carousel-inner .active.left {
    left: -33%;
}

.latest-blog .carousel-inner .active.right {
    left: 33%;
}

.latest-blog .carousel-inner .next {
    left: 33%;
}

.latest-blog .carousel-inner .prev {
    left: -33%;
}

@media all and (transform-3d), (-webkit-transform-3d) {
    .latest-blog .carousel-inner > .item {
        transition: 500ms ease-in-out left;
        transition: 500ms ease-in-out all;
        backface-visibility: visible;
        transform: none !important;
    }
}

.latest-blog .carouse-control.left, .latest-blog .carouse-control.right {
    background-image: none;
}

.lb-sec .carousel-inner>.item .img_box {
    overflow: hidden;
}

.blog_item {
    background: #000;
    padding: 20px 30px 20px 33px;
    text-align: left;
    /*margin: 0 1px 0 0px;*/
    transition: 0.6s;
    position: relative;
    z-index: 1;
}

.lb-sec .blog_item .comment {
    color: #ffffff;
    font-size: 15px;
    margin: 10px 0;
    display: flex;
    align-items: center;
}

.lb-sec .blog_item .comment a {
    color: #ffffff;
    display: inline-block;
    padding: 0 7px 0 7px;
    font-family: 'ubunturegular';
    font-size: 15px;
    height: 26px;
    font-weight: 400;
}

.blog_item .date_box {
    width: 115px;
    height: 40px;
    /* background: #ac128a; */
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    margin-top: -40px;
    font-family: 'ubuntumedium';
    font-size: 14px;
    color: #fff;
    line-height: 26px;
    padding: 8px;
    float: right;
    background: #5a5a5a;
    /* display: none; */
}

.blog_item .date_box span {
    display: inline-block;
    margin: 0;
    /* font-family: 'Poppins-Regular'; */
    /* font-size: 14px; */
    color: #ffffff;
    text-transform: capitalize;
}

.lb-sec .item:hover .blog_item .date_box {
    background: #000;
    transition: 0.8s;
    /* display: none; */
}

.blog_item:hover .heading h3 {
    color: #ac128a;
    transition: 0.8s;
}

.blog_item .heading {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    padding-left: 0;
}

.blog_item .heading h3 {
    color: #333232;
    font-size: 26px;
    font-family: 'abhaya_librebold';
    margin: 0;
    display: inline-block;
    text-align: left;
    text-transform: uppercase;
    line-height: 26px;
}

.blog_item p {
    font-family: 'Poppins-Regular';
    font-size: 14px;
    color: #6b6b6b;
    padding: 0;
    text-align: left;
}

.lb-sec .blog_item a {
    font-family: 'abhaya_librebold';
    font-size: 24px;
    color: #ffffff;
    text-transform: capitalize;
    /* background: #fff; */
    display: block;
    width: auto;
    text-align: left;
    font-weight: 400;
    line-height: 31PX;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.lb-sec .blog_item a:hover {
    /* color: #000; */
}

.lb-sec a {
    background: transparent;
    width: 5%;
    opacity: 9;
    height: 100%;
    top: 0;
}

.lb-sec .blog_item a::after {
    content: "";
    border-bottom: 1px solid #000;
    width: 66%;
    height: 1px;
    display: inline-block;
    margin: 10px 0 0;
    float: left;
    display: none;
}

.lb-sec .carousel-inner>.item .col-md-4.col-sm-4.col-xs-12 {
    padding: 0 12px;
}

.lb-sec .left.carousel-control {
    left: -40px;
}

.lb-sec .right.carousel-control {
    right: -40px;
}

.lb-sec .carousel .carousel-control, .lb-sec .carousel .carousel-control {
    background-color: #ac128a;
    width: 40px;
    height: 40px;
    color: #fff;
    font-size: 18px;
    padding: 10px;
    text-shadow: none;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    margin: auto;
    opacity: 9;
    background-image: none;
}

.lb-sec .carousel .carousel-control:hover, .lb-sec .carousel .carousel-control:hover {
    background-color: #88888d;
    color: #fff;
}

.home_about .section-title {
    text-align: left;
    padding-bottom: 0;
}

.home_about .about_cont {
    /* padding-left: 44px; */
}

.home_about h3, .same_sec h3 {
    line-height: 26px;
    margin-bottom: 10px;
    color: #000000;
    font-size: 17px;
    font-family: 'ubuntumedium';
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.home_about .section-title-2 h2 {
    color: #000;
    text-transform: none;
    font-size: 52px;
}

.home_about .section-title-2 h2 span {
    color: #5a5a5a;
}

.home_about .section-title h2 {
    color: #000;
    text-transform: none;
    /*   margin-bottom: 21px; */
}

.home_about .section-title h2 span {
    color: #5a5a5a;
}
.home_about .section-title h1 span {
    color: #5a5a5a;
}



.carousel-content h4 {
    color: #000000;
    font-size: 17px;
    font-family: 'ubuntumedium';
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.home_about .section-title p {
}

.home_about .section-title p:before, .home_about .section-title p:after {
    content: '';
    display: none;
}

.btn {
    background: #000;
    border-radius: 0px;
    padding: 13px 15px;
    color: white;
    font-size: 14px;
    text-transform: capitalize;
}

.home_about.home_about_tp .about_cont {
    padding: inherit;
    padding-left: 10px;
}

.home_about.home_about_tp .container {
}

.home_about.home_about_tp .container:before {
    content: '';
    position: absolute;
    left: -130px;
    width: 216px;
    height: 420px;
    display: block;
    background: url(../img/about_lft_img.png);
    background-repeat: no-repeat;
    top: -17px;
    bottom: -141px;
    margin: auto;
}

.home_about.home_about_tp .container:after {
    content: '';
    position: absolute;
    right: -75px;
    width: 216px;
    height: 420px;
    display: block;
    background: url(../img/about_lft_img.png);
    background-repeat: no-repeat;
    top: 231px;
    bottom: -141px;
    margin: auto;
    transform: rotateY(180deg);
}

.hover14-google img {
    color: wheat;
    border: 10px solid #000;
    top: 0;
    left: 0;
}

.hover14-google {
    width: 225px;
    /* border: 15px solid #000; */
    margin-top: -32px;
    position: relative;
    top: -41px;
    left: -48px;
    z-index: 11;
}

.home_about.home_about_tp .about_img img {
    z-index: 1;
    display: block;
    position: relative;
    width: 100%;
    margin: auto;
    padding-left: 34px;
    height: 491px;
    object-fit: cover;
}

/* .home_about.home_about_tp .about_img:after{z-index: 0;content: '';position: absolute;right: 0;width: 192px;height: 180px;display: block;background: url(../img/about_right_bg.png);background-repeat: no-repeat;top: 0;bottom: -320px;margin: auto;} */
.inner_banner img {
    width: 100%;
    height: 330px;
    object-fit: cover;
}

/* end about_us section */
.about_us {
    padding: 50px 0 50px;
    background: #eee;
    text-align: center;
    background-size: cover;
}

.about_us h3 {
    font-size: 18px;
    text-transform: uppercase;
    color: #252628;
    font-weight: normal;
    display: inline-block;
    width: 100%;
}

.about_us h2 {
    font-weight: normal;
    color: #000;
    margin: 0 auto;
    font-size: 55px;
}

.about_us h2 span {
    color: #000000;
}

.about_us p {
    margin-bottom: 0;
    text-align: left;
    font-family: 'ubuntulight';
    font-size: 17px;
    color: #000000;
    line-height: 28px;
    margin-top: 18px;
    /* padding: 0 160px; */
}

.about_desert {
    padding-top: 0
}

.exclusive_desert.about_desert .box .box-content {
    width: 97.8%;
}

/* end about_us section */
/*--------------------------------------------------------------
# Our Team
--------------------------------------------------------------*/
.team {
    background: #fff;
    padding: 60px 0 30px 0;
}

.team .section-title h2 {
}

.team .section-title p {
    padding: 0 270px 15px;
}

.team .member {
    text-align: center;
    margin-bottom: 80px;
    position: relative;
}

.team .member .pic {
    border-radius: 4px;
    overflow: hidden;
}

.team .row {
    margin-bottom: 45px;
}

.team .row:nth-child(odd) .mem_desc {
    order: -1;
}

.team .member img {
    transition: all ease-in-out 0.4s;
}

.team .member:hover img {
    transform: scale(1.1);
}

.team .mem_desc {
}

.team .mem_desc h4 {
    font-size: 37px;
    margin-bottom: 0;
}

.team .mem_desc span {
    font-size: 16px;
    color: #888;
    line-height: 35px;
}

.team .mem_desc .social {
    margin-bottom: 15px;
}

.team .mem_desc .social a {
}

.team .mem_desc p {
    font-size: 15px;
    line-height: 23px;
    margin: 27px 0;
}

.team .member .member-info {
    position: absolute;
    bottom: -48px;
    left: 20px;
    right: 20px;
    background: #252628;
    padding: 15px 0;
    border-radius: 4px;
}

.team .member h4 {
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 16px;
    color: #fff;
    position: relative;
    padding-bottom: 10px;
}

.team .member h4::after {
    content: '';
    position: absolute;
    display: block;
    width: 50px;
    height: 1px;
    background: #fff;
    bottom: 0;
    left: calc(50% - 25px);
}

.team .member span {
    font-style: italic;
    display: block;
    font-size: 13px;
    color: #fff;
}

.team .member .social {
    margin-top: 15px;
}

.team .member .social a {
    transition: color 0.3s;
    color: #fff;
}

.team .member .social a:hover {
    color: #0da861;
}

.team .member .social i {
    font-size: 16px;
    margin: 0 2px;
}

@media (max-width: 992px) {
    .team .member {
        margin-bottom: 100px;
    }
}

/* end team section */
/* our client section css */
.our_clients {
    background: #f2f5f4;
    padding-bottom: 30px;
    DISPLAY: NONE;
}

.our-client {
    background: transparent;
    color: #fff;
    padding: 0;
    padding-bottom: 0;
    min-height: auto;
}

.our-client .heading {
    font-family: 'Conv_Poppins-SemiBold';
    text-align: center;
    font-size: 52px;
    font-weight: 400;
    margin-bottom: 0;
    padding-bottom: 0;
    color: #252628;
}

.our-client .subheading {
    font-family: 'poppinsregular';
    font-size: 18px;
    color: #252628;
    text-align: center;
}

.client-list {
    margin-top: 20px;
    height: auto;
    overflow: auto;
}

.client-list ul {
}

.client-list ul li {
    overflow: hidden;
    margin-right: 11px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
}

.client-list ul li+li+li+li {
    margin-top: 10px;
}

.client-list ul li:nth-of-type(3n) {
    /* margin-right: 0; */
}

.client-list ul li img {
    display: block;
}

.about_testi {
    padding-top: 0
}

/* end our client section css */
/* testimonial_sec section */
.testimonial_sec {
    padding-bottom: 0;
    padding-top: 40px;
}

.testimonial_sec .left {
    padding-top: 65px;
}

.testimonial_sec .left span {
    font-size: 24px;
    line-height: 32px;
    color: #0da861;
}

.testimonial_sec .left h2 {
    font-size: 48px;
    color: #191919;
    line-height: 52px;
    padding: 20px 0 15px;
}

.testimonial_sec .left p {
    font-size: 16px;
    line-height: 22px;
    color: #5b5b5c;
}

.testimonial_sec .testimonial-slider {
}

.testimonial_sec .testimonial-slider .testi_box_shadow {
    margin: 15px 0px 15px 0px;
}

.testimonial_sec .testimonial-slider .testi_box_shadow .testi_box {}

.testimonial_sec .testimonial-slider .testi_box_shadow .testi_box .test_content_box {
    box-shadow: 2px 7px 15px 10px rgb(235,235,243);
    background: #000;
/*     height: 410px; */
    padding: 45px 20px 30px;
    position: relative;
    color: white;
}

.testimonial_sec .testimonial-slider .testi_box_shadow .testi_box .test_content_box:hover {
    background: #5a5a5a;
}

.testimonial_sec .testimonial-slider .testi_box_shadow .testi_box .test_content_box p {
    font-family: 'ubuntulight';
    line-height: 1.5;
}

.testimonial_sec .testimonial-slider .testi_box_shadow .testi_box .testi_img_box {
    display: block;
    width: 100%;
}

.testimonial_sec .testimonial-slider .testi_box_shadow .testi_box .testi_img_box .img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
}

.testimonial_sec .testimonial-slider .testi_box_shadow .testi_box .testi_img_box .img img {
    width: 100%;
    height: 100%;
}

.testimonial_sec .testimonial-slider .testi_box_shadow .testi_box .testi_img_box .cont {
    display: inline-block;
    vertical-align: middle;
    width: 59%;
    margin-left: 20px;
}

.testimonial_sec .testimonial-slider .testi_box_shadow .testi_box .testi_img_box .cont .name {
    display: block;
    font-family: 'Conv_Poppins-Medium';
    font-size: 20px;
    line-height: 28px;
    color: white;
}

.testimonial_sec .testimonial-slider .testi_box_shadow .testi_box .testi_img_box .cont .designation {
    display: block;
    font-family: 'poppinsregular';
    font-size: 15px;
    line-height: 18px;
    color: #cacaca;
}

/* end testimonial_sectiom */
.bl-pg .item {
    margin: 0px;
}

.blg_dt {
    padding: 0 0;
}

.blg_dt .blog_box {
    width: 100%;
    max-width: 100%;
    box-shadow: none;
    padding: 0;
    /* padding-right: 65px; */
    /* padding-left: 15px; */
}

.blg_dt .blog_box h1 {
    display: inline-block;
    line-height: 48px;
    vertical-align: top;
    font-size: 36px;
    color: #252628;
    text-transform: capitalize;
    padding: 10px 0 0px;
}

.blg_dt .blog_box h2 {
    font-size: 30px;
    margin: 0;
    color: #252628;
    font-family: 'abhaya_librebold';
}

.blg_dt .blog_box p {
    color: #000000;
    line-height: 25px;
    /* padding: 25px 0 10px; */
    font-family: 'ubuntulight';
}

.blg_dt .blog_img_box {
    width: 100%;
}

.blg_dt .blog_img_box img {
    width: 100%;
    margin-bottom: 10px;
}

.right_side_blog {
    padding-top: 0;
    padding-right: 15px;
    position: sticky;
    top: 67px;
}

.right_side_blog .right_blog {
    padding: 10px;
    /* border: solid thin #ececec; */
    /* background: #fcfcfc; */
}

.right_side_blog .right_blog .did_u_know {
    border: solid thin #ececec;
    background: #fcfcfc;
    padding: 45px 25px;
    text-align: center;
    margin: 0 0 45px;
}

.right_side_blog .right_blog .did_u_know h3 {
    font-size: 25px;
}

.right_side_blog .right_blog .did_u_know h3 span {
    display: block;
}

.right_side_blog .right_blog .did_u_know form {
    background: #0da861;
    padding: 12px 12px 12px;
    font-size: 0;
}

.right_side_blog .right_blog .did_u_know form input {
    width: 100%;
    padding: 10px;
    background: #ffffff;
    border: 0;
    outline: 0;
    display: block;
    font-size: 12px;
    margin: 0px 0 3px;
}

.right_side_blog .right_blog .did_u_know form input[type=submit] {
    background: #333;
    color: #fff;
    display: inline-block;
    width: auto;
    margin: 0px auto 0;
    font-size: 12px;
    text-transform: capitalize;
    width: 100%;
}

.right_side_blog .right_blog .did_u_know form input[type=submit]:hover {
    background: #3e3e3e;
}

.right_side_blog .right_blog .blog_abt {
    border: solid thin #ececec;
    background: #fcfcfc;
    padding: 45px 25px 25px;
    text-align: center;
    margin: 0 0 45px;
}

.right_side_blog .right_blog .blog_abt .image {
    width: 230px;
    height: 230px;
    border-radius: 50%;
    display: block;
    overflow: hidden;
    display: block;
    margin: 0 auto;
}

.right_side_blog .right_blog .blog_abt .image img {
    max-width: 100%;
}

.right_side_blog .right_blog .blog_abt h3 {
    margin: 20px 0 10px;
    font-size: 22px;
}

.right_side_blog .right_blog .blog_abt p {
    color: #5b5b5c;
    text-align: center;
    font-size: 14px;
}

.right_side_blog .right_blog h4 {
    color: #252628;
    font-size: 22px;
}

.right_side_blog .right_blog h4 i {
    color: #000;
}

.right_side_blog .right_blog .textwidget {
    font-size: 14px;
    border: solid thin #ececec;
    background: #fcfcfc;
    padding: 15px;
}

.right_side_blog .right_blog .textwidget p {
}

.right_side_blog .right_blog .textwidget p {
    margin: 10px 0 25px;
}

.right_side_blog .right_blog .recent_posts {
    margin-top: 0;
    border: solid thin #ececec;
    background: #fcfcfc;
    padding: 45px 25px;
    text-align: left;
    margin-bottom: 45px;
}

.right_side_blog .right_blog .recent_posts h4 {
    margin-bottom: 15px;
}

.right_side_blog .right_blog .recent_posts ul {
    padding: 0;
    margin: 0;
    list-style: none;
    border: 0;
}

.right_side_blog .right_blog .recent_posts ul li {
    display: block;
    width: 100%;
    border-bottom: dashed 1px #dcdada;
    padding: 15px 0;
}

.right_side_blog .right_blog .recent_posts ul li:last-child {
    border: 0;
}

.right_side_blog .right_blog .recent_posts li img {
    display: inline-block;
    width: 60px;
    height: 60px;
}

.right_side_blog .right_blog .recent_posts a {
    display: block;
}

.right_side_blog .right_blog .recent_posts a span {
    display: inline-block;
    width: 70%;
    margin-left: 5px;
    vertical-align: top;
    color: #000;
    text-align: left;
    font-size: 14px;
    font-family: 'ubunturegular';
}

.right_side_blog .right_blog .recent_posts p {
}

.testimonial_sec.inner_pg_testi .testimonial-slider .testi_box_shadow {
    margin: 15px 0px 15px 0;
}

* service detail page css starts */ .detail-box {
    width: 100%;
}

.detail-sidebar {
    /* width: 100%; */
    padding: 0;
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
}

.sidebar-link {
    width: 100%;
}

.sidebar-link ul {
    padding: 10px;
    border: 1px solid #b2b2b2;
    list-style-type: none;
}

.sidebar-link ul li a {
    display: inline-block;
    width: 100%;
    padding: 15px 0 15px 20px;
    color: #000;
    background-color: #f7f7f7;
    margin: 0 0 10px 0;
    position: relative;
    font-family: 'ubuntulight';
}

.sidebar-link ul li a:hover {
    background: #000;
    color: #fff;
}

.sidebar-link ul li a.active {
    /* background: #000; */
    /* color: #fff; */
}

.sidebar-link ul li a.active::after {
    content: "";
    position: absolute;
    top: 35%;
    right: -5px;
    width: 15px;
    height: 15px;
    z-index: -1;
    transform: rotate(45deg);
    /* background: linear-gradient(to bottom, #a26427 0%,#e9b129 52%,#cf972a 84%,#915d23 100%); */
}

.sidebar-image {
    width: 100%;
    height: 216px;
    margin: 30px 0 0 0;
    position: relative;
}

.sidebar-image::before {
    content: "";
    position: absolute;
    top: 0;
    left: 3%;
    width: 94%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}

.sidebar-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
}

.sidebar-imagetext {
    width: 100%;
    height: 100%;
    position: absolute;
    text-align: center;
    top: 0;
    left: 0;
    padding: 40px 0;
    z-index: 9;
}

.sidebar-imagetext h2 {
    font-size: 40px;
    color: #fff;
}

.sidebar-imagetext h2 span {
    color: #ffffff;
}

.sidebar-imagetext p {
    font-size: 18px;
    margin: 10px 0 0 0;
    color: #fff;
}

.sidebar-imagetext a {
    display: inline-block;
    padding: 10px 20px;
    color: #000000;
    background: RED;
    font-size: 15px;
    outline: none;
    border: none;
    cursor: pointer;
    transition: all 0.5s;
    margin: 20px 0 0 0;
    background: #ffffff;
}

.sidebar-imagetext a:hover {
    background: linear-gradient(to bottom, #000000, #000000);
    color: #ffffff;
}

.sidebar-imagetext a i {
    margin: 0 0 0 10px;
}

.detail-text {
    width: 100%;
    /* margin: 30px 0 0 0; */
}

.detail-text h2 {
    font-size: 40px;
    margin: 0 0 16px 0;
}

.detail-text p {
    margin: 0 0 30px 0;
    font-size: 17px;
    color: #1a2940;
    font-family: 'ubuntulight';
}

.detail-imagebox {
    width: 100%;
    height: 400px;
    margin: 0 0 30px 0;
}

.detail-imagebox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.detail-flex {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 30px 0;
}

.detail-image {
    width: 48%;
    height: 300px;
}

.detail-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.detail-text ul {
    padding: 0;
    /* display: flex; */
    justify-content: space-between;
    flex-wrap: wrap;
    list-style-type: none;
    margin: 0 0 20px 0;
}

.detail-text ul li {
    /* font-style: italic; */
    margin: 0 0 10px 0;
    /* color: #a7a7a7; */
    list-style: disc;
    margin-left: 19px;
}

.detail-text ul li i {
    margin: 0 10px 0 0;
    font-size: 17px;
}

.detail-icon-flex {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.detail-iconbox {
    width: 48%;
    margin: 0 0 30px 0;
    display: flex;
    justify-content: space-between;
}

.detail-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: var(--secondary-color);
    box-shadow: 0 0 5px #de82b6;
    display: grid;
    place-items: center;
}

.detail-icon img {
    width: 50%;
}

.detail-icontext {
    width: 80%;
}

.detail-icontext h4 {
    font-size: 20px;
    font-family: graphik-semibold;
    margin: 0;
}

.detail-icontext p {
    font-size: 15px;
    font-family: ubuntu-light;
    color: #7b7b7b;
    margin: 0;
    width: 90%;
}

/* service detail page ends */
/* form popup css starts */
.custom-model-wrap h3 {
    font-size: 26px;
    margin-bottom: 15px;
    color: #ffffff;
    TEXT-ALIGN: center;
}

.custom-model-wrap input[type="submit"] {
    background: RED;
    border: none;
    color: white;
    /* width: 175px; */
    padding: 4px 15px;
    font-size: 17px;
}


.custom-model-wrap p {
    margin-bottom: 0;
}
.custom-model-wrap input, .custom-model-wrap select {
    width: 100%;
    padding: 0px 7px;
    HEIGHT: 30PX;
    border-radius: 5px;
    border: 1px solid #fff;
    margin-bottom: 6px;
}


div#usa-options label {
    color: #fff;
}

div#usa-options span {
    color: #fff;
}

.custom-model-wrap input[type="radio"] {
    width: 15px;
    height: 15px;
}

.custom-model-wrap textarea {
    width: 100%;
    padding: 6px;
    /* margin-bottom: 10px; */
}

.custom-model-main {
    text-align: center;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    opacity: 0;
    -webkit-transition: opacity 0.15s linear, z-index 0.15;
    -o-transition: opacity 0.15s linear, z-index 0.15;
    transition: opacity 0.15s linear, z-index 0.15;
    z-index: -1;
    overflow-x: hidden;
    overflow-y: auto;
}

.model-open {
    z-index: 99999;
    opacity: 1;
/*     overflow: hidden; */
}

.custom-model-inner {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    display: inline-block;
    vertical-align: middle;
    width: 800px;
    margin: 30px auto;
    max-width: 97%;
}

.custom-model-wrap {
    display: block;
    width: 100%;
    position: relative;
    background-color: #000;
    /* border: 1px solid #999; */
    /* border: 1px solid rgba(0, 0, 0, 0.2); */
    /* border-radius: 6px; */
    /* -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); */
    /* box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); */
    background-clip: padding-box;
    outline: 0;
    text-align: left;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-height: calc(100vh - 70px);
    overflow-y: auto;
}

.model-open .custom-model-inner {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    position: relative;
    z-index: 999;
}

.model-open .bg-overlay {
    background: rgba(0, 0, 0, 0.6);
    z-index: 99;
}

.bg-overlay {
    background: rgba(0, 0, 0, 0);
    height: 100vh;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    -webkit-transition: background 0.15s linear;
    -o-transition: background 0.15s linear;
    transition: background 0.15s linear;
}

.close-btn {
    position: absolute;
    right: 12px;
    top: -5px;
    cursor: pointer;
    z-index: 99;
    font-size: 35px;
    color: #fff;
    font-weight: 400;
}

@media screen and (min-width: 800px) {
    .custom-model-main:before {
        content: "";
        display: inline-block;
        height: auto;
        vertical-align: middle;
        margin-right: -0px;
        height: 100%;
    }
}

@media screen and (max-width: 799px) {
    .custom-model-inner {
        margin-top: 45px;
    }
}

/* form popup css ends */
/*WEBSITE-RESPONSIVE-START*/
@media (min-width: 576px) {
    .container {
        width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1301px) {
    .container {
        width: 1200px;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1040px;
    }
}

@media only screen and (max-width: 1280px) {
    .slide_nav {
        right: 3%;
        margin: auto;
        text-align: left;
    }
}

@media only screen and (max-width: 1199px) {
    .Soical-top:first-child {
        /* display: none; */
    }

    .nav-menu a {
        padding: 13.5px 16px;
    }

    .clk_btn {
        right: -3px;
    }
}

@media only screen and (max-width: 1140px) {
    #hero .carousel-content {
        text-align: left;
        position: absolute;
        top: 30%;
        left: 7%;
    }

    .btn {
        font-size: 14px;
        padding: 13px;
    }

    .home_about .about_cont {
        padding-left: 20px;
    }

    .t-item {
        width: auto;
    }

    .top_header .middle_btn ul li a i {
        font-size: 30px;
    }

    .item {
        width: auto;
    }

    #footer .footer-top .footer-info p {
        padding: 0 ;
    }
}

@media only screen and (max-width: 1024px) {
    .slide_nav {
        right: -1%;
        margin: auto;
        bottom: 19vh;
        text-align: left;
    }

    .testimonial_sec .testimonial-slider .testi_box_shadow .testi_box .test_content_box {
        height: auto;
        padding: 37px;
        position: relative;
    }
}

@media only screen and (max-width: 991px) {
    .top_header .middle_btn {
        display: none;
    }
.right_side_blog .right_blog .recent_posts li img {
    width: 24%;
    object-fit: cover;
}
.blg_dt .blog_box h1 {
    font-size: 30px;
}
.right_side_blog .right_blog .recent_posts {
    padding: 11px;
}
    .head-form {
        width: 33%;
    }

    .home-form {
        padding: 27px 0px;
    }

    .Submit-btn a {
        width: 90%;
        margin: 0 0 0 auto;
        margin-top: -10px;
    }

    .top_header .middle_btn ul li span {
        display: none;
    }

    footer .gt_touch a {
        word-break: break-all;
    }
	
	
    .ocs-sec .h-title h2 span {
        font-size: 28px;
        color: #5a5a5a;
		
    }

    .top_header .middle_btn ul {
        display: none;
    }

    div#header-sticky-wrapper {
        display: none;
    }

    .top_header {
       position: fixed;
       border-top: none;
       /* top: 37px; */
       box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    }
	

    .top_header .row {
        display: flex;
        align-items: center;
    }

    #hero .carousel-content {
        text-align: left;
        position: absolute;
        padding-right: 50px;
        top: 38%;
        left: 13%;
    }

    .home_about .about_cont {
        padding-left: 0;
    }

    .t-item {
        height: 400px;
    }

    .about .content {
        padding: 0;
    }

    .section-title p {
        padding: 0 70px 25px;
    }

    li.menu-item {
        position: relative;
    }

    .dropdown-menu {
        position: relative;
        /* align-content */
    }

    ul.dropdown-menu li a {
        color: #000;
        background: #fff;
        border-bottom: 1px solid #bcbcbc;
    }
.clk_btn {
/*     right: 20px; */
    top: 6px;
    padding: 6px 25px 6px 36px;
}
	
	.phone-top {
   	display: flex;
    position: fixed;
    z-index: 99999;
    top: 0;
    width: 100%;
	}
	
	.Soical-top:first-child {
    display: flex;
	}
	
	.mobile-nav a {
    display: block;
    padding: 0;
    padding-left: 10px; 
	line-height: 35px;
	}
	
	
}

@media only screen and (max-width: 960px) {
    #hero .carousel-content {
        width: 60%;
        position: absolute;
        top: 37%;
        left: 6%;
    }

    .home_about.home_about_tp .about_cont {
        width: 100%
    }

    .home_about .about_cont {
        width: 100%;
    }

    .col-md-3.col-sm-12.col-xs-12.text-left.h-title {
        width: 50%;
        margin: 0;
    }

    section.same_sec.ocs-sec .col-md-9.col-sm-12.col-xs-12 {
        width: 50%;
    }
}

@media only screen and (max-width: 840px) {
    .slide_nav {
        position: absolute;
        bottom: 23vh;
        left: auto;
        right: 0%;
    }

    .Soical-nav h6 {
        margin: 0;
        padding: 0;
    }

    .col-lg-2.col-md-3.info_tp {
        width: 20%;
    }

    .Click-here.btn {
        font-size: 13px;
    }

    .home_about.home_about_tp .container:before {
        display: none;
    }

    .home_about.home_about_tp .about_img:after {
        display: none;
    }
}

@media only screen and (max-width: 800px) {
    .col-lg-2.col-md-3.info_tp {
        width: 20%;
        position: absolute;
        left: 64%;
    }
}

@media only screen and (max-width: 768px) {
    #hero h1 {
        font-size: 44px;
        line-height: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .slide_nav {
        position: absolute;
        bottom: 23vh;
        left: auto;
        right: 19%;
    }

    .phone {
        display: block;
    }

    .laptop {
        display: none;
    }

    .about_us p {
        padding: 0px;
    }

    .team .section-title p {
        padding: 0px 20px;
    }

    .section-title p:before {
        display: none;
    }

    .section-title p:after {
        display: none;
    }

    .col-md-6.mem_desc img {
        width: 100%;
    }

    .bl-pg .item {
        margin: 10px 0px;
    }

    .testimonial_sec .testimonial-slider .testi_box_shadow .testi_box .test_content_box {
        height: auto;
        padding: 45px 20px 30px;
        position: relative;
    }
	
	.custom-model-inner .site_details.col-md-5 {
    padding: 24px 30px 25px 41px;
    text-align: left;
    order: 2;
}
	.ms-d-none {
    display: none;
}
	section.detail-box {
    margin-top: 50px;
}
}

@media only screen and (max-width: 667px) {
    .col-lg-2.col-md-3.info_tp {
        width: 25%;
        position: absolute;
        left: 60%;
    }

    .slide_nav {
        display: none;
    }

    #hero p {
        width: 90%;
    }

    .col-md-3.col-sm-12.col-xs-12.text-left.h-title {
        width: 100%;
    }

    section.same_sec.ocs-sec .col-md-9.col-sm-12.col-xs-12 {
        width: 100%;
    }
}

@media only screen and (max-width: 575px) {
    .container {
        padding: 0 15px;
    }
	.inner_banner img {
    height: 161px;
    margin-top: 65px;
}
	.home_about .section-title h2 {
    line-height: 34px;
    margin: 0;
}
	.home_about .section-title h1 {
    line-height: 34px;
    margin: 0;
}
	.home_about .section-title h2, .about_us h2 {
    line-height: 34px;
    margin: 0;
    font-size: 28px;
}
	.about_us {
    padding: 30px 10px 40px 10px;
}
	.about_us h2, .section-title h2 {
    font-size: 28px;
    line-height: 31px;
    margin: 10px 0;
}
/*     .col-lg-2.col-md-4.col-4.info_tp {
        position: fixed;
		top: 52%;
	   right: -80px;
		transform: rotate(-90deg);
		width: 200px;
    } */
	.Click-here.btn {
		font-size: 13px;
		padding: 10px 10px;
	}
	section#contact{
		padding: 0px 20px 34px 20px;
	}
    .Submit-btn a {
        margin: auto;
        margin-top: 0px;
    }

    .Submit-btn a {
        padding: 7px 27px;
        font-size: 19px;
    }

    .head-form {
        width: 49%;
    }
	div#usa-option, div#city-fields, div#carpet-option {
		width: 49%;
	}
    .home_about .about_cont {
        padding: 0px 10px;
    }

    .t-item {
        margin: auto;
    }

    #footer .footer-top .footer-info {
        margin-bottom: 30px;
        padding-right: 11px;
    }

    #footer .footer-top .footer-links.services {
        padding: 0px 10px;
        width: 100%;
    }

    #footer .footer-top .footer-links {
        margin-bottom: 10px;
        /* width: 20%; */
    }

    #footer .footer-top .footer-links.services li {
        width: 100%;
        display: inline-block;
        vertical-align: top;
    }

    .section-title p {
        padding: 0 30px 25px;
    }

    .col-lg-2.col-md-3.info_tp {
        width: 30%;
        position: absolute;
        left: 55%;
    }
	.home_about {
    padding: 30px 10px 40px 10px;
}

.column div {
    margin-bottom: -26px;
}

.services .card {
    margin-bottom: 10px;
}
.contact-form-wrap textarea, .contact-form-wrap input, .contact-form-wrap select {
    padding: 11px;
    border: 1px solid #eee;
    background: #e7e7e7;
    border-radius: 11px;
    margin-bottom: 0;
}

.contact-form-wrap label {
    line-height: 2;
}

.contact-form-wrap input {
    height: 46px;
    width: -webkit-fill-available;
}

.contact-form-wrap .form-group.mt-3 {
    margin: 0 !important;
}

.contact-form-wrap textarea.wpcf7-form-control.wpcf7-textarea.form-control {
    width: 100%;
}

.contact-form-wrap input.wpcf7-form-control.wpcf7-submit.has-spinner.btn {
    height: auto;
    margin-top: 19px;
    border-radius: 14px;
}

.ocs-sec {
	 margin: 0px;
    padding: 30px 10px 30px 10px;
}

.lb-sec {
    padding: 40px 10px 10px;
}
	.lb-sec span{
		margin: 0;
	}
.item {
    width: 95%;
}

#footer .footer-top {
    padding: 30px 10px 0;
}
	
	.mobile-nav-toggle {
    position: fixed;
    top: 76px;
    font-size: 29px; 
	}
}

/* @media only screen and (min-width: 480px) {
    .form_info-2 {
        margin: auto;
    }

    .detail-sidebar {
        padding: 0 0 0 0;
    }
	#hero .carousel-content a.btn {
		padding: 7px 14px;
	}
	
} */

@media only screen and (max-width: 480px) {
    .col-lg-2.col-md-3.info_tp {
        width: 33%;
        position: absolute;
        left: 48%;
    }
	.read_bt a {
    width: 150px;
}
	#hero .carousel-content {
    /* text-align: left; */
    position: absolute;
    top: 23%;
    left: 11%;
}
	.read_bt a {
    width: 178px;
    height: 39px;
    font-size: 14px;
    /* margin-top: -1px; */
    padding-top: 6px;
}
	#hero .carousel-item::before {  
    background-color: rgba(21, 27, 26, 0.8);
  
}
	.hero-container.inner_banner {
    /* margin-top: 74px; */
}
	.inner_banner img {
    height: 161px;
    /* margin-top: 85px; */
    /* display: none; */
}
	section#hero {
    margin-top: 0;
}
	.breadcrumbs {
    display: none;
}
	.detail-imagebox img{
		height: auto;
	}
	.detail-imagebox{
		height: auto;
	}
	#hero .carousel-item {
    width: 100%;
    height: 500px;
 }
	#hero {
    width: 100%;
/* 		height: 50vh; */
	}
	.read_bt a {
		width: auto;}
	
	
	.inner_banner img {
        height: 161px;
    }
	   
	
	form.wpcf7-form.init .row {
	margin: 0px !important;
	}
	.form-control{
		margin: 0;
	}
	footer .gt_touch p{
		width: 86%;
	}
	footer .gt_touch i {
		    margin: auto auto auto 0;
	}
.mt-3 {
    margin-top: 1rem!important;
    
}
	.home_about .section-title h2, .about_us h2 {
    line-height: 34px;
    margin: 0;
    font-size: 28px;
	}
	.about_us p{
		text-align: center;
	}
	section.same_sec.home_about.home_about_tp div:first-child {
    margin-left: 0;
}
	.about_us {
    padding: 30px 10px 40px 10px;
}
	.home_about .column div:first-child {
    margin-left: 9px;
}
	.home_about.home_about_tp .about_cont{
		padding: 0;
	}
	.section-title.aos-init.aos-animate {
    padding: 0;
}
	
	.t-item {
    width: 98%;
    margin: 35px auto !important;
    float: inherit;
}
	main#main section.same_sec.home_about.home_about_tp .hover14.column {
    margin: 0;
}
.lb-sec .item {
    margin: 0 auto;
    padding: 20px 19px;
}
	.item {
    width: 100%;
}
    footer .gt_touch p {
        margin: 0;
    }

    .home_about .about_img {
        MARGIN-TOP: 20PX;
    }

    .detail-sidebar {
        padding: 0 !important;
    }

    .t-item.aos-init.aos-animate {
        margin: 30px auto;
    }

    .home_about .section-title-2 h2 {
        font-size: 28px;
    }

    .right_side_blog .right_blog .recent_posts {
        padding: 0;
        margin: 0;
    }

    .about_us h2, .section-title h2 {
		font-size: 28px;
		line-height: 31px;
		margin: 10px 0;
	}

    .lb-sec h2, .ocs-sec .h-title h2 {
        margin: 10px;
		font-size: 28px;
    }
	.inner_banner img {
		height: 161px;
		/* margin-top: 85px; */
}



	.home_about .section-title h2 {
    /* line-height: 34px; */
    margin: 0;
}
	.home_about .section-title h1 {
    /* line-height: 34px; */
    margin: 0;
    font-size: 30px;
}
	.home_about.home_about_tp .container:after{
		display:none;
	}
	.sidebar-imagetext {
		/* padding: 70px 10px; */
	}
    .header-form {
        width: 100%;
        padding: 35PX 5px !important;
    }
	section.detail-box {
    padding: 40px 0;
	}
    .detail-text h2 {
        font-size: 28px;
        margin: 0 0 16px 0;
        color: #000;
    }

    .detail-text h2 {
        font-size: 25px
    }

    #client-slider {
        margin-top: 0px;
    }

    #hero .carousel-content {
        left: 4%;
        padding-right: 11px;
    }

    .blg_dt .blog_box {
        padding: 10px;
    }

    .right_side_blog .right_blog .recent_posts a span {
        width: 100%;
        padding: 20px 0 0px 0;
        margin: 0;
    }
	
	.top_header .social a img {
    width: 80%;
	}
	
	section.same_sec.home_about.home_about_tp {
    padding: 30px 0 40px;
}
	
	#hero {
    width: 100%;
    height: 500px; 
	}
	
		#hero .carousel-content a.btn {
    padding: 4px 16px;
	}
	
	section {
    padding: 35px 0;
	}
	
	.blg_dt .blog_box h1 {
    font-size: 29px;
    line-height: normal;
    padding: 0;
	}
	
	.contact .info {
    padding: 30px;
    margin-bottom: 20px;
	}
	section#contact .col-md-6.form-group {
    padding: 0;
	}
	
	.head-form {
    width: 100%;
	}
	

	.Soical-top.top-ph {
   display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
	}
	
	.Soical-top.top-ph i {
    color: #5a5a5a;
	}
	
	.Soical-nav span {
    font-size: 14px;
	}
	
	.ocs-sec .h-title h2 br {
    display: none;
    /* margin: 0; */
	}
	.ocs-sec .h-title h2 {
    margin: 0;
	}
	
	.form_info-2 {
    width: 100%; 
	}
	
	.header-form textarea {
    width: 100%; 
	}
	
	div#wpcf7-f83-o1 p {
    margin-bottom: 0;
	}

	div#usa-option, div#city-fields, div#carpet-option {
    width: 100%;
	}
	
	div#usa-option {
    padding: 0px 8px;
	}
	
	div#usa-option {
    background-color: #FFF;
    color: #898989;
    width: 95%;
    margin: 0px auto 14px;
	}
	div#usa-option label {
    font-size: 14px;
	}
.home_about.home_about_tp .about_img .hover14-google img {
    margin-left: 0;
}

.home_about.home_about_tp .about_img img {
    padding-left: 0;
}

.column div {
    margin: 10px;
}
	input.wpcf7-form-control.wpcf7-submit.has-spinner.btn {
    width: 100%;
    margin-top: 16px;
}
}

@media only screen and (max-width: 440px){
	.Click-here.btn {
    font-size: 13px;
    padding: 7px 6px;
	}
	.section-title h1 {    
    font-size: 42px;   
}
	.contact-form-wrap input {
		width :100%;
	}
	.detail-text p {   
    font-size: 16px !important;   
}
	.mobile-nav {
    position: fixed;
    top: 100px;
	}
	.services .card-img img {
   
    height: 230px;
  
}
}

/* =========== */
@media only screen and (max-width: 400px) {
    .logo img {
        width: 67%;
    }

   .section-title h1 {   
    font-size: 42px;
  
}
	.read_bt a {
    width: 150px;
}

    .col-lg-2.col-md-3.info_tp {
        width: 40%;
        position: absolute;
        left: 38%;
    }

    #hero {
        width: 100%;
/*         height: 42vh; */
        background-color: transparent;
        overflow: hidden;
        padding: 0;
    }

    .t-item {
        height: auto;
    }
	
	.col-lg-2.col-md-4.col-4.info_tp {
    width: auto;
	}
	
	.head-form {
    width: 100%;
	}
	
	.mobile-nav-toggle {
    position: fixed;
    top: 64px;
    font-size: 29px;
	}
	
	#hero .carousel-item {
    width: 100%;
    height: 460px;
	}
	
	#hero {
    width: 100%;
    height: 460px; 
	}
	#hero h1 {
    font-size: 38px;
    line-height: 40px;
	}
	

	
	
}

@media only screen and (max-width: 384px) {
  

/*     .col-lg-2.col-md-3.info_tp {
        width: 40%;
        position: absolute;
        left: 38%;
    } */

   
	.inner_banner img {
/*     height: 100%;
    margin-top: 81px !important; */
}
    

    .about_us h2 span, .home_about .section-title h2 span {
        margin: 10px 0px;
    }
	  .about_us h2 span, .home_about .section-title h1 span {
        margin: 10px 0px;
    }

    .t-item {
        height: auto;
    }

    .services .card {
        border: 0;
        padding: 0 5px;
        margin-bottom: 30px;
    }

    p {
        font-size: 15px !important;
    }

    .blg_dt .blog_box h1 {
        font-size: 25px;
        line-height: 30px;
    }

    .contact .contact-form-wrap input.wpcf7-form-control.wpcf7-submit.has-spinner.btn {
        margin-top: 38px;
    }
}

@media only screen and (max-width: 384px) {
	
	.lb-sec .blog_item p {
    display: none;
	}
	
	.Soical-nav {
    margin-left: 6px;
    font-size: 14px;
    font-weight: 400;
	}
	
	.Soical-top {
    margin: auto;
	}
	.top_header .social a img {
    width: 85%;
	}
	
}


@media only screen and (max-width: 340px) {
	.phone-top {
    flex-direction: column;
	}
	
	.top_header {
    position: fixed;
    border-top: none;
    top: 50px;
	}
	
	.mobile-nav-toggle {
    top: 13%;
	}
		
}

/* ======== */

.detail-text a {
    color: #5a5a5a ;
}

.detail-text a strong {
    color: #5a5a5a ;
}

.detail-text a:hover {
    color: #000 ;
}

.detail-text a strong:hover {
    color: #000 ;
}
span.wpcf7-list-item.first {
    display: none;
}


#hero .carousel-content h2 {
    font-size: 53px;
}

.carousel-content h4, .carousel-content h2, .carousel-content p {
    color: #000;
    margin-bottom: 7px;
}

.head-form:last-child {
    width: 50%;
}
.sticky-wrapper.is-sticky #header .container {
    margin: auto;
    bottom: 0;
    top: 0;
}
.read_bt {
    margin-top: 26px;
}

section.same_sec.home_about .about_img img {
    height: 437px;
}

section.same_sec.ocs-sec h3 {margin-top: 11%;}

.home_about.home_about_tp .about_img .hover14-google img {
    height: auto;
    padding: initial;
    margin-top: -40px;
}
.detail-text p, .detail-text ul li {
    font-size: 16px;
    color: #000000;
    line-height: 1.5;
    margin-bottom: 15px;
}
h4 {
    font-size: x-large;
}
.column:last-child {
    margin: 0;
    padding: 0;
}
	.validate {
    display: none;
}

section#contact .form-group input, section#contact .form-group textarea, section#contact .form-group select {
    width: -webkit-fill-available;
    border: 0;
    background: #eee;
    height: 37px;
    margin-bottom: 21px;
    border-radius: 8px;
    margin-top: 8px;
	padding: 10px;
}

.form-group.mt-3 {
    margin: 0 !important;
}

section#contact .form-group textarea {
    height: auto;
}

@media only screen and (max-width: 1200px) {

	.top_header .info_tp{
		padding:0;
	}
.home_about.home_about_tp .about_img img {
    height: 477px;
    object-fit: cover;
}

.home_about.home_about_tp .about_img .hover14-google img {
    height: auto;
    padding: initial;
    margin-top: -43px;
    margin-left: 18px;
}

.about_us h2, .ocs-sec .h-title h2, .section-title h2, .home_about .section-title-2 h2, .home_about .section-title h2 {
    font-size: 35px;
    FONT-WEIGHT: 400;
}

.t-item {
    width: 94%;
    margin: 5% 3%;
}

}
div#header-sticky-wrapper {
    height: auto !important;
}
ol {
    text-align: center;
}
.nav-menu > ul > li#menu-item-105 {
    margin-right: 10px;
}
@media only screen and (max-width: 991px) {
	
.top_header .info_tp {justify-items: right;}
	
#hero p {
    width: 100%;
    margin-bottom: 28px;
	    line-height: 1.5;
}
	.carousel-content h4, .carousel-content h2, .carousel-content p
 {
    color: #ffffff !important;
    margin-bottom: 7px;
	 font-weight : 400;
}
	.read_bt {
    margin-bottom: 50px;
}
	#hero .carousel-item::before {
		    background-color: rgb(0 0 0 / 46%);
	}
	.head-form:last-child {
    width: 100%;
}
	.mobile-nav-toggle {
    top: 6%;
    right: 10%;
}
.head-form:last-child {
    width: 99%;
}
	.column div:first-child {
    margin: 0;
}
	section.same_sec.home_about img {
    padding-bottom: 50px;
}

section.same_sec.home_about.home_about_tp img {
    padding-bottom: 0;
    padding: 0;
}
#hero .carousel-container {
    width: 100%;
}

#hero .carousel-content {
    width: 80%;
    left: 10%;
    top: 41%;
}
	#hero .carousel-content h2 {
    font-size: 45px;
}
	section.same_sec.home_about .about_img img {
    padding-top: 15px;
    padding-bottom: 15px;
}
}
@media only screen and (max-width: 840px) {
}
@media only screen and (max-width: 800px) {
}
@media only screen and (max-width: 734px) {

	.services .card {
		    margin-bottom: 20px;
	}
.carousel-content h4, .carousel-content h2, .carousel-content p {
    display: none;
}

.carousel-content h2 {
    display: block;
    padding-bottom: 19px;
}
}
@media only screen and (max-width: 640px) {
	#hero .carousel-content {
    top: 35%;
    width: 90%;
    padding: 0;
    left: 21px;
}

.mobile-nav-toggle {
    top: 8%;
}

section.lp {
    margin-top: 80px;
}
}
@media only screen and (max-width: 600px) {
	    .mobile-nav-toggle {
        top: 8%;
    }
	.contact .contact-form-wrap {
    padding: 20px;
}

section#contact .form-group input, section#contact .form-group textarea, section#contact .form-group select {
    margin: 0 0 10px 0;
}
}
@media only screen and (max-width: 568px) {
}
@media only screen and (max-width: 480px) {
}

@media only screen and (max-width: 414px) {
	    .mobile-nav-toggle {
        top: 8%;
    }
	section#services .section-title.aos-init.aos-animate p {
    display: none;
}
	.form_info textarea {
    margin-bottom: 16px;
}
}
@media only screen and (max-width: 384px) {
	.form_info textarea {
    margin-bottom: 20px;
}
}
@media only screen and (max-width: 375px) {
}
@media only screen and (max-width: 360px) {
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    color: #878787;
}

.sticky-top {
    position: sticky;
    top: 20px;
}
.detail-text ol {
    color: #000000;
    line-height: 25px;
    /* padding: 25px 0 10px; */
    font-family: 'ubuntulight';
    margin-left: 17px;
    margin-bottom: 15px;
}

.detail-text ol li::marker {
    FONT-WEIGHT: 800;
}
	footer .gt_touch {
		margin-bottom: 15px;
		overflow-wrap: break-word;
	}
h1.text-light {
    margin: 0;
}