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

/***** General CSS *****/

body {
    word-break: break-word;
    font: 15px/25px 'Montserrat', sans-serif;
    color: #393939;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: #28b16d;
    white-space: initial;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #393939;
}

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

img {
    max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

ul {
    margin: 0 0 0px;
    padding: 0;
    list-style-type: none;
}


/***** Font Files *****/

@font-face {
    font-family: 'Fonts Awesome';
    src: url(../fonts/fontawesome-webfont.eot);
    src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
    font-weight: 400;
    font-style: normal
}


/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.mt-5 {
    margin-top: 50px;
}

.mb-5 {
    margin-bottom: 50px;
}

.mt-8 {
    margin-top: 80px;
}

.mt-4 {
    margin-top: 40px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-2 {
    margin-top: 20px;
}

.pt-5 {
    padding-top: 50px;
}

.pb-1 {
    padding-bottom: 10px;
}

.pb-2 {
    padding-bottom: 20px;
}

.pb-3 {
    padding-bottom: 30px;
}

.pb-4 {
    padding-bottom: 40px;
}

.pb-8 {
    padding-bottom: 80px;
}

.m-0 {
    margin: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-8 {
    padding-top: 80px;
}

.pt-4 {
    padding-top: 40px;
}

.pt-3 {
    padding-top: 30px;
}

.pt-2 {
    padding-top: 20px;
}

.all-section {
    padding: 80px 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.d-flex {
    display: flex;
    align-items: center;
}

.over-flow-h {
    overflow: hidden;
}

.btn10 {
    border: 1px solid #a30000!important;
    text-align: center;
    position: relative;
    overflow: hidden!important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background: #a30000!important;
    z-index: 10;
    display: inline-block;
    color: #fff;
    padding: 20px 20px;
    border-radius: 10px;
    font-size: 17px;
    font-family: 'Montserrat';
    font-weight: 400
}

.btn10:hover {
    border: 1px solid #a30000!important;
    color: #fff!important
}

.btn10::before {
    content: '';
    width: 0%;
    height: 100%;
    display: block;
    background: #a30000;
    position: absolute;
    -ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    left: -10%;
    opacity: 1;
    top: 0;
    z-index: -12;
    -moz-transition: all .7s cubic-bezier(.77, 0, .175, 1);
    -o-transition: all .7s cubic-bezier(.77, 0, .175, 1);
    -webkit-transition: all .7s cubic-bezier(.77, 0, .175, 1);
    transition: all .7s cubic-bezier(.77, 0, .175, 1);
    box-shadow: 2px 0 14px rgba(0, 0, 0, .6);
    border-color: #a30000!important
}

.btn10::after {
    content: '';
    width: 0%;
    height: 100%;
    display: block;
    background: #fff;
    position: absolute;
    -ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    left: -10%;
    opacity: 0;
    top: 0;
    z-index: -15;
    -webkit-transition: all .94s cubic-bezier(.2, .95, .57, .99);
    -moz-transition: all .4s cubic-bezier(.2, .95, .57, .99);
    -o-transition: all .4s cubic-bezier(.2, .95, .57, .99);
    transition: all .4s cubic-bezier(.2, .95, .57, .99);
    box-shadow: 2px 0 14px rgba(0, 0, 0, .6);
    border-color: #a30000!important
}

.btn10:hover::before,
.btn1O:hover::before {
    opacity: 1;
    width: 116%
}

.btn10:hover::after,
.btn1O:hover::after {
    opacity: 1;
    width: 120%
}

.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

h1 {
    font-family: 'Rajdhani', Sans-Serif;
    font-size: 55px;
    line-height: 60px;
    color: #fff;
    font-weight: 500;
    margin: 0 0 17px;
}

h2 {
    font-family: 'Rajdhani', Sans-Serif;
    font-size: 55px;
    line-height: 60px;
    color: #393939;
    font-weight: 500;
    margin: 0 0 30px;
}

h3 {
    font-family: 'Rajdhani', Sans-Serif;
    font-size: 30px;
    line-height: 34px;
    color: #000000;
    font-weight: 600;
    margin: 0 0 28px;
}

h4 {
    font-family: 'Rajdhani', Sans-Serif;
    font-size: 24px;
    line-height: 29px;
    color: #393939;
    font-weight: 500;
    margin: 0 0 13px;
}

h5 {
    font-family: 'Rajdhani', Sans-Serif;
    font-size: 20px;
    line-height: 25px;
    color: #393939;
    font-weight: 500;
    margin: 0 0 20px;
}

h6 {
    font-family: 'Rajdhani', Sans-Serif;
    font-size: 18px;
    line-height: 23px;
    color: #393939;
    font-weight: 500;
    margin: 0 0 22px;
}

p {
    color: #737373;
    font-size: 14px;
    line-height: 1.8;
    font-family: 'Montserrat', serif;
    font-weight: 500;
    letter-spacing: 0px;
    margin: 0px;
}

select {
    background: #fff url('../images/arrow.png') no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #575757;
}

::-moz-placeholder {
    color: #575757;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #575757;
}

:-moz-placeholder {
    color: #575757;
    opacity: 1;
}


/*header css start */
header{
    background-color: #141414;
}
.topSec {
    border-bottom: 1px solid #5b5b5b;
    padding: 10px;
}
.br_left{
    border-left: 1px solid #5b5b5b;
}
.top-bar-left {
    padding-right: 50px;
}
.top-bar-left ul {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
}
.top-bar-right ul {
    display: flex;
    justify-content: center;
    gap: 10px;
    padding: 10px 0;
    display: none;
}
.top-bar-right ul li a i {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
    color: #fff;
    font-size: 16px;
    background: linear-gradient(to bottom,  rgba(220,182,119,1) 0%,rgba(191,150,85,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.top-bar-left ul li {
    color: #dedede;
}
.top-bar-left ul li a {
    color: #dedede;
}

.top-bar-left ul li i {
    color: #dab475;
    font-size: 20px;
    margin-right: 10px;
}

.top-bar-left ul li span {
    color: #dab475;
    display: inline-block;
    margin-right: 5px;
}
.menuSec {
    padding: 0px 0;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: right;
    text-transform: capitalize;
}
ul#menu {
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.menuSec ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.menuSec li ul {
    display: none;
}

.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #e2e2e2;
    padding: 10px 23px;
    font-size: 16px;
    text-transform: uppercase;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    color: #28b16d;
}

.menuSec li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 38px;
}

.menuSec li>ul>li>a {
    border: none;
    padding: 13px 20px !important;
    color: #fff !important;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
    display: block;
    margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
    display: none;
}

.menuSec li:hover li {
    float: none;
}

.menuSec li:hover a {}

.menuSec li ul li a:hover {
    background-color: #ffffff;
    color: #000000 !important;
}

.menuSec ul ul ul {
    left: 100%;
    top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
    content: " ";
    display: table;
}

.menuSec ul:after {
    clear: both;
}

.menuSec li>ul>li:hover>ul {
    left: 230px;
    top: 0px;
    width: 270px;
}


ul#menu {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

a.btn_theme {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    background: linear-gradient(to bottom, rgba(220, 182, 119, 1) 0%, rgba(191, 150, 85, 1) 100%);
    color: #fff;
    padding: 5px 5px 5px 10px;
    text-transform: uppercase;
    font-size: 12px;
}
a.btn_theme img {
    width: 20px;
}
a.btn_theme span {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}
a.btn_theme2 {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    background-color: #fff;
    color: #fff;
    padding: 5px 5px 5px 10px;
    text-transform: uppercase;
    font-size: 16px;
    margin-top: 15px;
}
a.btn_theme2 img {
    width: 20px;
    filter: brightness(500);
}

a.btn_theme2 span {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(to bottom, #dcb677 0%, #bf9655 100%);
}
a.btn_theme2 .gradient_text{
    display: inline-block;
    background: -webkit-linear-gradient(#dcb677, #bf9655) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    width: auto !important;
    height: auto !important;
    display: inline-block;
}
/*header css start */


/*banner css start */

.main-banner-img {
    width: 100%;
    object-fit: cover;
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    width: 100%;
}

.carousel-control.right,
.carousel-control.left {
    background: none;
    opacity: 1;
    width: 50px;
    height: 50px;
    top: initial;
    top: 40%;
    background: rgba(255, 255, 255, 0.1);
    text-shadow: none;
}

.carousel-control.right:hover,
.carousel-control.left:hover {
    background: rgba(255, 27, 27, 0.6);
    color: #fff;
}

.carousel-control.right .fa,
.carousel-control.left .fa {
    position: relative;
    top: 12px;
    font-size: 20px;
    color: #fff;
    opacity: 0.5;
}

.carousel-control.right {
    right: 0px;
}

.carousel-control.left {
    left: 0px;
}

.carousel-indicators {}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 12px;
    padding: 0;
    margin: 3px!important;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    /* transition: opacity 0.6s ease; */
    border-radius: 20px;
}

.carousel-caption {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    /*align-items: center;*/
    background: rgba(0, 0, 0, 0.1);
}

.carousel-indicators li {
    border: none;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    background: #fff;
    width: 12px;
    height: 12px;
    margin: 0;
}

.carousel-indicators .active {
    margin: 0;
    background-color: #28b16d;
    width: 10px;
    height: 12px;
}


.inner-banner{
    display: flex!important;
    align-items: center;

}

.inner-banner .banner_text{
    margin-top:45%;
}

.banner_text{
    background: linear-gradient(to bottom, rgba(220, 182, 119, 1) 0%, rgba(191, 150, 85, 1) 100%);
    padding: 50px 30px;
}
.banner_text h3 {
    color: #fff;
    margin-bottom: 10px;
    font-size: 43px;
    font-weight: 500;
    text-transform: uppercase;
}
.banner_text h1{
    margin-bottom: 0;
    font-size: 61px;
    font-weight: 700;
}
.banner_text p{
    font-weight: 300;
    color: #fff;
    line-height: 2;
    margin-top: 0px;
	font-size:25px;
}
section.main_slider {
    position: relative;
}
.play_btn_div{
    position: absolute;
    right: 30%;
    top: 50%;
    transform: translateY(-50%);
    width: 100px;
    height: 100px;
    padding: 8px;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    border-radius: 100px;
}
.play_btn_div a{
    background-color: #fff;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    font-size: 22px;
    color: #bf9655;
}
/*banner css end*/


/*OUR STORYS SECTION*/
.our_story_Sec{
    padding: 80px 0;
}
.our_story_content {
    padding-right: 30px;
}
.who_we_Are_content{
    padding-left: 30px;
}
.our_story_content img{
    width: 100%;
}
.our_story_content h4{
    margin-top: 20px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 32px;
    color: #000;
    font-weight: 800;
}
.who_we_Are_content h3{
    font-size: 62px;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #000;
    font-weight: 800;
	line-height: 60px;
}
.who_we_Are_content a.btn_theme {
    display: inline-flex;
    font-size: 16px;
}
.who_we_Are_content>img{
    margin-top: 70px;
}



/*SERVICES SECTION*/
section.our_services_section {
    padding: 80px 0;
    background: #141414;
}
.our_services_heading h2{
    text-transform: uppercase;
    color: #fff;
    font-size: 62px;
    font-weight: 800;
    margin-bottom: 10px;
}
.our_services_heading p{
    color: #e0e0e0;
}
.services_tabs .nav button {
    display: flex;
    padding: 8px;
    align-items: center;
    gap: 20px;
    border-radius: 0;
    border: 2px solid #9a8157;
    color: #9a8157;
    background: -webkit-linear-gradient(#dcb677, #bf9655) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    font-family: 'Rajdhani';
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: left;
}

.services_tabs .nav button>.na_img {
    height: 80px;
    width: 80px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(to bottom, rgba(220, 182, 119, 1) 0%, rgba(191, 150, 85, 1) 100%);
}
.services_tabs .nav {
    width: 30%;
    row-gap: 15px;
}
.services_tabs  .tab-content {
    width: 65%;
}
.services_tabs .nav button span {
    width: 70%;
}   
.services_tabs .nav button>.na_img img{
    filter: brightness(100);
}
.services_tabs .nav button:hover{
    background: linear-gradient(to bottom, rgba(220, 182, 119, 1) 0%, rgba(191, 150, 85, 1) 100%) !important;
    color: #fff !important;
    -webkit-text-fill-color: #fff;
}
.services_tabs .nav button:hover .na_img{
    background: #fff !important;
}
.services_tabs .nav button:hover .na_img img{
    filter: invert(58%) sepia(62%) saturate(343%) hue-rotate(358deg) brightness(95%) contrast(84%);
}
.services_tabs .nav button.active{
    background: linear-gradient(to bottom, rgba(220, 182, 119, 1) 0%, rgba(191, 150, 85, 1) 100%) !important;
    color: #fff !important;
    -webkit-text-fill-color: #fff;
}
.services_tabs .nav button.active .na_img{
    background: #fff !important;
}
.services_tabs .nav button.active .na_img img{
    filter: invert(58%) sepia(62%) saturate(343%) hue-rotate(358deg) brightness(95%) contrast(84%);
}
.sevices_tab_content_portion {
    padding: 50px;
    background: linear-gradient(to bottom, rgba(220, 182, 119, 1) 0%, rgba(191, 150, 85, 1) 100%);
}
.services_tab_img img{
    height: 460px;
    object-fit: cover;
    width: 100%;
}
.sevices_tab_content h3{
    font-size: 34px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}
.sevices_tab_content p{
    line-height: 1.8;
    color: #fff;

}
.sevices_tab_content ul{
    padding: 20px 0;
}
.sevices_tab_content ul li {
    padding-left: 25px;
    position: relative;
    color: #fff;
}
.sevices_tab_content ul li:not(:last-child){
    margin-bottom: 12px;
}
.sevices_tab_content ul li:before {
    content: '';
    position: absolute;
    background-image: url(../images/bullet.png);
    background-size: contain;
    left: 0;
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    top: 5px;
}


/*WHAT WE DO*/
.counter_sec{
    background-image: url(../images/counter.jpg);
    padding: 60px 0;
    margin-top: 40px;
}
.counter_main {
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.counter_main .counter{
    font-size: 55px;
    display: block;
    font-weight: 700;
    background: -webkit-linear-gradient(#dcb677, #bf9655) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    line-height: 1;
    font-family: 'Rajdhani';
}
.counter_main .counter + span{
    color: #8b8681;
    font-size: 16px;
}
.what_we_do_content h2 {
    font-size: 62px;
    text-transform: uppercase;
    font-weight: 900;
    color: #000;
    margin-bottom: 15px;
}
.what_we_do_content ul{}
.what_we_do_content ul li{
	padding-left: 25px;
    position: relative;
	margin-bottom:20px;
}

.what_we_do_content ul li:before{
	content: '';
    position: absolute;
    background-image: url(../images/bullet.png);
    background-size: contain;
    left: 0;
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    top: 5px;
	filter: brightness(0) saturate(100%) invert(63%) sepia(20%) saturate(876%) hue-rotate(358deg) brightness(102%) contrast(86%);
	
}


.what_we_do_content p{
    color: #5a5a5a;
    font-weight: 500;
}
section.what_we_do_sec {
    padding: 80px 0;
}
.what_logo {
    padding: 0px 20px;
    background: #141414;
    height: auto;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
	padding-bottom:20px;
}
.what_we_do_content a {
    display: inline-flex;
    font-size: 16px;
}






/* Our Gallery Start */

.latest_work_sec {
    overflow: hidden;
    background: #141414;
    padding: 80px 0;
}

.latest_workheading h2 {
    color: #fff;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    font-size: 60px;
    margin-bottom: 5px;
}

.latest_workheading p {
    color: #d0d0d0;
    width: 45%;
    margin: auto;
    letter-spacing: 0;
}

.latest_work_slider ul li img {
    height: 600px;
    object-fit: cover;
    width: 400px;
}

.latest_work_slider {
    max-width: 100%;
    overflow: visible;
}

.slider-container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    height: clamp(300px, 60vw, 500px);
    overflow: hidden;
}

.slider-container a{display:contents;}

/* Base image style */
.slider-container a img {
    position: absolute;
    width: clamp(180px, 40vw, 400px);
    height: 100%;
    object-fit: cover;
    border-radius: 0px;
    border: 10px solid #000;
    opacity: 0;
    transform: scale(0.7);
    z-index: 1;
    transition: all 0.5s ease;
}

/* Active center image */
.slider-container a img.active {
    opacity: 1;
    transform: translateX(0) scale(1);
    z-index: 5;
}

/* Left & right images */
.slider-container a img.left {
    transform: translateX(-10vw) scale(0.85);
    opacity: 1;
    z-index: 4;
}

.slider-container a img.right {
    transform: translateX(10vw) scale(0.85);
    opacity: 1;
    z-index: 4;
}

/* Far left & far right */
.slider-container a img.far-left1 {
    transform: translateX(-18vw) scale(0.7);
    opacity: 1;
    z-index: 3;
}

.slider-container a img.far-right1 {
    transform: translateX(18vw) scale(0.7);
    opacity: 1;
    z-index: 3;
}

.slider-container a img.far-left2 {
    transform: translateX(-25vw) scale(0.6);
    opacity: 1;
    z-index: 2;
}

.slider-container a img.far-right2 {
    transform: translateX(25vw) scale(0.6);
    opacity: 1;
    z-index: 2;
}

/* Arrow buttons */
.slider-container .arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 2.5rem;
    background: rgba(255, 255, 255, 0.7);
    border: none;
    cursor: pointer;
    z-index: 10;
    padding: 0 10px;
    color: #000;
    border-radius: 4px;
    transition: background 0.3s ease;
}

.slider-container .arrow:hover {
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
}

#left-arrow {
    left: 10px;
}

#right-arrow {
    right: 10px;
}

/* Optional: Dots */
.slider-dots {
    text-align: center;
    margin-top: 10px;
}

.slider-dots button {
    width: 12px;
    height: 12px;
    margin: 0 4px;
    border-radius: 50%;
    background-color: #ccc;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s;
}

.slider-dots button.active {
    background-color: #000;
}


.latest_work_sec .dots {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.latest_work_sec .dots button {
    width: 10px;
    height: 10px;
    border: none;
    margin: 5px;
    cursor: pointer;
    border-radius: 50%;
    position: relative;
    padding: 0 !important;
      background: linear-gradient(to bottom, rgba(220, 182, 119, 1) 0%, rgba(191, 150, 85, 1) 100%);
}

.latest_work_sec .dots button.active {
      background: linear-gradient(to bottom, rgba(220, 182, 119, 1) 0%, rgba(191, 150, 85, 1) 100%);
    transform: scale(1.2);
    margin: 5px 10px;
}

.latest_work_sec .dots button.active::before {
    height: 18px;
    width: 18px;
    left: -4px;
    right: 0;
    top: 0;
    content: '';
    bottom: 0;
    margin: auto;
    z-index: -2;
    position: absolute;
    border-radius: 50%;
    border: 1px solid rgba(253, 195, 15, 1);
}


.Ellipse_6_copy_8 {
  border-radius: 50%;

  position: absolute;
  left: 821px;
  top: 4352px;
  width: 13px;
  height: 13px;
  z-index: 78;
}

.slider-container .arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0,0,0,0.5);
  color: white;
  border: none;
  font-size: 2rem;
  padding: 0.5rem 1rem;
  cursor: pointer;
  z-index: 10;
}

.slider-container #left-arrow {
  left: 50px;
}

.slider-container #right-arrow {
  right: 50px;
}

/* Our Gallery Ends */


/*Get Free Estimate Start*/

.get-free-estimate-sec {
    padding: 100px 0;
}
.get-free-estimate-form {
    background: #141414;
    margin-left: 30px;
    padding: 50px;
    width: 90%;
}


.get-free-estimate-heading h2 {
    font-size: 60px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    line-height: 70px;
    margin-bottom: 10px;
}
.get-free-estimate-heading p {
    color: #f8f3ea;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0;
    width: 90%;
}


.get-free-estimate-heading h2 span {
    font-size: 77px;
}


.get-free-estimate-heading h2 span {
    display: block;
}
.get-free-estimate-form-input p{
    width: 100%;
}
.get-free-estimate-form-input input {
    width: 100%;
    text-transform: capitalize;
    height: 55px;
    padding: 0 20px;
    background: #e8f0fe;
    color: #000;
    font-weight: 500;
    border: 1px solid #b38c50;
  
}
.get-free-estimate-form-input select {
    width: 100%;
    text-transform: capitalize;
    height: 55px;
    padding: 0 20px;
    background: #e8f0fe;
    color: #000;
    font-weight: 500;
    border: 1px solid #b38c50;
}
.get-free-estimate-input-icon i {
    color: #9a7c4a;
    font-size: 18px;
}
.get-free-estimate-form-input {
    position: relative;
    display: flex
;
    align-items: center;
    margin-bottom: 20px;
}
.get-free-estimate-input-icon {
    right: 15px;
    position: absolute;
    pointer-events: none;
}
.get-free-estimate-form-input input::placeholder {
    
    
    color: #000;
    font-weight: 500;
	background:#e8f0fe;
}
.get-free-estimate-form-input textarea {
    width: 100%;
    text-transform: capitalize;
    height: 155px;
    padding: 15px 20px;
    background: #e8f0fe;
    color: #000;
    font-weight: 500;
    border: 1px solid #b38c50;
}
.get-free-estimate-form-input textarea::placeholder {
    
    
    color: #000;
    font-weight: 500;
}
button.theme-btn-2 {

  
  background-image: -webkit-linear-gradient( 90deg, rgb(190,149,84) 0%, rgb(221,183,120) 100%);
 
    font-size: 16px;
    height: 60px;
    width: 100%;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    border: none;
}
.get-free-estimate-sec .row.back:before {
    content: "";
    position: absolute;
    background-image: -webkit-linear-gradient(90deg, rgb(190, 149, 84) 0%, rgb(221, 183, 120) 100%);
    width: 100%;
    height: 380px;
    z-index: -1;
}

.get-free-estimate-sec .row.back {
    position: relative;
}
.get-free-estimate-heading {
    padding-left: 40px;
}

/*Get Free Estimate Ends*/

/*Testimonail Start*/

.testimonials-sec .row {
    padding: 0 100px;
}

.test-img-silder-items img {
    width: 100%;
    height: 640px;
    object-fit: cover;
}
.test-text-silder {
    background: #141414;
    padding: 50px 50px;
    margin-bottom: 60px;
    position: relative;
}
.test-text-silder:before {
    content: "";
    position: absolute;
    background-image: -webkit-linear-gradient(90deg, rgb(190, 149, 84) 0%, rgb(221, 183, 120) 100%);
    width: 25px;
    height: 100%;
    top: -35%;
    left: 15%;
    z-index: -1;
}
.testimonials-sec .slick-slide {
    margin: 0px 0px;
}

.test-img-silder .slick-next {
    right: -660px;
}
.test-img-silder .slick-prev {
  
    top: inherit;
    
    bottom: 180px;
}
 .test-img-silder .slick-next {
  
    top: inherit;
    
    bottom: 180px;
}
.test-text-silder-items p {
    color: #e2e2e2;
    letter-spacing: 0;
    font-style: italic;
    line-height: 30px;
}
.testimonials-sec .padding-left {
    padding-left: 0;
}
.testimonials-sec .padding-right {
    padding-right: 0;
}
.test-text-silder-items h2 {
    font-size: 20px;
    color: #fff;
    font-family: 'Montserrat';
    margin-bottom: 2px;
    line-height: 30px;
    margin-top: 18px;
}
.test-text-silder-items ul {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    gap: 5px;
}
.test-text-silder-items ul li i {
    background-image: -webkit-linear-gradient(90deg, rgb(190, 149, 84) 0%, rgb(221, 183, 120) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
    font-size: 18px;
}
.test-text-silder-items span {
    background-image: -webkit-linear-gradient(90deg, rgb(190, 149, 84) 0%, rgb(221, 183, 120) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
    font-style: italic;
}
.testimonials-sec {
    padding: 10px 0 120px;
}
.testimonials-heading {
    text-align: center;
    margin-bottom: 50px;
}
.testimonials-heading h2 {
    font-size: 60px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.testimonials-heading p {
    width: 50%;
    margin: 0 auto;
    letter-spacing: 0;
    line-height: 25px;
    color: #656565;
    font-weight: 600;
}
.test-img-silder .slick-prev:before {
    content: '\f104';
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 120px;
    color: #fff !important;
    font-size: 22px;
    background-image: -webkit-linear-gradient(90deg, rgb(190, 149, 84) 0%, rgb(221, 183, 120) 100%);
    opacity: 10 !important;
}
.test-img-silder .slick-prev {
    left: -120px;
}
.test-img-silder .slick-next:before {
 content: '\f105';
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 120px;
    color: #fff !important;
    font-size: 22px;
    background-image: -webkit-linear-gradient(90deg, rgb(190, 149, 84) 0%, rgb(221, 183, 120) 100%);
    opacity: 10 !important;
}

.testimonial-status {
   margin-top: 20px;
   text-align: center;
}

.testimonial-counter {
    font-size: 20px;
    color: #b2b2b2;
    font-weight: bold;
    display: flex
;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 80px;
    margin-left: 95px;
    width: 60%;
}

.testimonial-progress {
    width: 48%;
    background-color: #eee;
    height: 3px;
    border-radius: 5px;
    overflow: hidden;
    position: absolute;
    top: 11px;
    right: 190px;
}

.testimonial-bar {
    height: 100%;
    background: #000;
    width: 0%;
    transition: width 0.4s ease;
}
.testimonial-counter {
    font-size: 20px;
    color: #b2b2b2;
    font-weight: bold;
    display: flex
;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 100px;
    margin-left: 82px;
    width: 65%;
}
.testimonial-counter-number {
    position: relative;
}

.testimonials-sec span.active {
    font-size: 45px;
    color: #000;
}

/*Testimonail Ends*/



/* Footer Start */

.footer-sec {
    background-color: #141414;
    overflow-x: hidden;
}


.footer-social {
    height: 100%;
    padding: 20px;
    border-right: 1px solid #3d3d3c;
}

.footer-social ul {
    gap: 5%;
    margin: auto;
    height: 100%;
    padding: 20px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-evenly;
}

.footer-social ul li a {
    rotate: 180deg;
    font-size: 14px;
    color: #a7a7a7;
    writing-mode: sideways-lr;
    font-weight: 500;
}

.footer-log-box {
    min-height: 100%;
    text-align: left;
    padding: 50px 25px 40px;
    /*border-right: 1px solid #3d3d3c;*/
}
.border_both{
    border-right: 1px solid #3d3d3c;
    border-left: 1px solid #3d3d3c;
}
.column-1 ul {
    column-count: 1 !important;
}
.footer-links ul li a i {
    color: #cda565;
    width: 30px;
    font-size: 20px;
}
.footer-log-box a img {
    width: 205px;
    height: 80px;
    object-fit: contain;
    margin-bottom: 15px;
}

.footer-log-box p {
    letter-spacing: 0;
    color: #cdcdcd;
    line-height: 25px;
    font-weight: 500;
    margin-bottom: 0;
}



.footer-log-box a {
    margin-bottom: 15px;
}

.footer-links {
    padding: 60px 25px 40px;
}

.footer-links h4 {
    color: #fff;
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.footer-links ul {
    columns: 2;
}

.footer-links ul li a {
    font-size: 14px;
    color: #cdcdcd;
}

.footer-links ul li {
    margin-bottom: 15px;
}
.news-letter {
    min-height: 100%;
    padding: 50px 8% 65px;
    border-top: 1px solid #3d3d3c;
}

button.theme-btn-3 span img {
    width: 22px;
    height: 12px;
    object-fit: contain;
}

button.theme-btn-3 {
    background-image: -webkit-linear-gradient(90deg, rgb(190, 149, 84) 0%, rgb(221, 183, 120) 100%);
    border: gainsboro;
    text-transform: uppercase;
    color: #fff;
    padding: 14px 6px 14px 15px;
}
button.theme-btn-3 span {
    background: #fff;
    padding: 12px 10px;
    margin-left: 20px;
}

.news-letter h4 {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.news-letter input {
    width: 100%;
    border: none;
    height: 60px;
    color: #fff;
    padding-left: 15px;
    margin-bottom: 25px;
    background-color: #313131;
}

.news-letter input::placeholder {
    color: #989898;
}

.footer-contact {
    min-height: 100%;
}

.footer-contact ul {
    display: flex;
    min-height: 100%;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.footer-contact ul li {
    width: 100%;
    text-align: center;
    padding: 60px 5% 60px;
    border-bottom: 1px solid #313131;
}

.footer-contact {
    border-left: 1px solid #313131;
    border-right: 1px solid #313131;
}

.footer-contact ul li:last-child {
    border: none;
}

.footer-contact ul li h5 {
    color: #616161;
    font-size: 22px;
    margin-bottom: 10px;
    font-weight: 500;
    text-transform: uppercase;
}

.footer-contact ul li a {
    color: #fff;
    font-size: 25px;
    font-weight: 500;
}

.copyright-text {
    display: flex;
    min-height: 100%;
    align-items: center;
    justify-content: center;
    padding: 20px 20px 20px 0px;
}

.copyright-text p {
    font-size: 16px;
    color: #767574;
    writing-mode: sideways-lr;
}
.copyright_text {
    border-top: 1px solid #3d3d3c;
    background: #141414;
    padding: 15px 0;
    text-align: center;
}

.copyright_text p {
    text-align: center;
    color: #cdcdcd;
}
/* Footer Ends */


.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output {
    border-color: #dc3232;
    background: #d5ae6f;
    color: #fff;
    padding: 20px 10px;
    text-align: center;
}


.contact_detail_box {
        padding: 40px 30px;
    height: 235px;
    border-radius: 0px;
    border-radius: 5px;
    border: 2px solid #c29958;
    transition: 0.5s;
}

.contact_detail_box img{
    filter: brightness(0) saturate(100%) invert(60%) sepia(76%) saturate(277%) hue-rotate(358deg) brightness(91%) contrast(86%);
}

.inner-service img{
    width: 100%;
}
.inner-service ul{}
.inner-service ul li{}

.inner-service ul li {
    padding-left: 25px;
    position: relative;
    color: #000;
    line-height: 30px;
}
.inner-service ul li:before {
    content: '';
    position: absolute;
    background-image: url(../images/bullet.png);
    background-size: contain;
    left: 0;
    width: 22px;
    height: 16px;
    background-repeat: no-repeat;
    top: 5px;
    filter: brightness(0) saturate(100%) invert(60%) sepia(76%) saturate(277%) hue-rotate(358deg) brightness(91%) contrast(86%);
}


.wpcf7 form.sent .wpcf7-response-output {
    border-color: #c39b5a!important;
    background: #c09756!important;
    padding: 10px!important;
    text-align: center!important;
    color: #fff!important;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
   border-color: #c39b5a!important;
    background: #c09756!important;
    padding: 10px!important;
    text-align: center!important;
    color: #fff!important;
}


.menuSec ul li a:hover, .menuSec ul li a.active {
    color: #dab475;
}
/*General Style Starts */
.slicknav_menu {
    font-size: 16px;
    box-sizing: border-box;
    background: #caa262;
    padding: 5px;
}
.slicknav_nav a:hover
 {
    background: #caa262;
    color: #fff;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.slicknav_menu .slicknav_icon-bar {
    background-color: #c49b5b;
}
/*General Style Ends */
@media only screen and (min-width: 1366px) and (max-width: 1920px) {
    .inner-banner .banner_text {
    margin-top: 40% !important;
}
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    h3{
        font-size:30px !important;
    }
    .banner_text h1 {
    margin-bottom: 0;
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
}
.who_we_Are_content>img {
    margin-top: 50px;
}
.services_tab_img img {
    height: 244px;
    object-fit: cover;
    width: 100%;
}
.testimonial-counter {
    font-size: 20px;
    color: #b2b2b2;
    font-weight: bold;
    display: flex
;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 100px;
    margin-left: 72px;
    width: 65%;
}
.testimonial-progress {
    width: 48%;
    background-color: #eee;
    height: 3px;
    border-radius: 5px;
    overflow: hidden;
    position: absolute;
    top: 11px;
    right: 154px;
}

.our_services_section .container .row .col-xl-6,
.our_services_section .container .row .col-lg-7,
.our_services_section .container .row .col-md-10,
.our_services_section .container .row .col-12
{
    color: #d0d0d0;
    width: 100%;
    margin: auto;
    letter-spacing: 0;
}
.latest_workheading p {
    color: #d0d0d0;
    width: 100% !important;
    margin: auto;
    letter-spacing: 0;
}
.inner-banner .banner_text {
    margin-top: 40%;
}
.get-free-estimate-sec {
    padding: 0 0 100px 0 !important;
}


}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    h3{
        font-size:30px !important;
    }
.menuSec .btn_theme img {
    width: 15px;
}
.menuSec .btn_theme span {
    width: 25px;
    height: 25px;
    display: flex
;
    align-items: center;
    justify-content: center;
    background: #fff;
}
.menuSec .btn_theme {
    display: flex
;
    align-items: center;
    justify-content: space-between;
    gap: 0px;
    background: linear-gradient(to bottom, rgba(220, 182, 119, 1) 0%, rgba(191, 150, 85, 1) 100%);
    color: #fff;
    padding: 5px 5px 5px 10px;
    text-transform: uppercase;
    font-size: 9px;
}
.banner_text h3 {
    color: #fff;
    margin-bottom: 10px;
    font-size: 33px;
    font-weight: 500;
    text-transform: uppercase;
}

.banner_text h1 {
    margin-bottom: 0;
    font-size: 38px;
    font-weight: 700;
    margin: 0;
    padding: 0;
    line-height: 40px;
}
.carousel-inner>.carousel-item> img {
    height: 450px;
}
.services_tab_img img {
    height: 578px;
    object-fit: cover;
    width: 100%;
}
.what_we_do_image>img {
    height: 450px;
    width: 100%;
    object-fit: cover;
}
.get-free-estimate-sec .row.back:before
 {
    content: "";
    position: absolute;
    background-image: -webkit-linear-gradient(90deg, rgb(190, 149, 84) 0%, rgb(221, 183, 120) 100%);
    width: 100%;
    height: 420px;
    z-index: -1;
}
.get-free-estimate-sec {
    padding: 100px 0 50px;
}
.testimonial-counter {
    font-size: 20px;
    color: #b2b2b2;
    font-weight: bold;
    display: flex
;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 100px;
    margin-left: 62px;
    width: 65%;
}

.testimonial-progress {
    width: 42%;
    background-color: #eee;
    height: 3px;
    border-radius: 5px;
    overflow: hidden;
    position: absolute;
    top: 11px;
    right: 130px;
}
.our_story_Sec {
    padding: 80px 0 0;
}
.test-img-silder .slick-next:before {
    content: '\f105';
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    background: #000;
    display: flex
;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 120px;
    color: #fff !important;
    font-size: 22px;
    background-image: -webkit-linear-gradient(90deg, rgb(190, 149, 84) 0%, rgb(221, 183, 120) 100%);
    opacity: 10 !important;
    margin-left: -210px;
}
.footer-links ul li a {
    font-size: 12px;
    color: #cdcdcd;
}
.copyright_text p {
    text-align: center;
    color: #cdcdcd;
    font-size: 11px;
}
.inner-banner .banner_text {
    margin-top: 35%;
}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner_text
 {
        padding: 50px 10px;
        margin-top: 0 !important; 
    }
    .main-banner-img {
        height: 500px;
    }
    .our_story_content img {
        height: 350px !important;
        object-fit: cover;
    }
    .who_we_Are_content>img {
    margin-top: 50px;
}
.who_we_Are_content>img {
    margin-top: 50px;
    height: 350px;
    width: 100%;
    object-fit: cover;
}
.sevices_tab_content .btn_theme2 {
    font-size: 15px;
}
    .sevices_tab_content h3 {
        font-size: 23px;
        padding: 0;
        margin: 0;
    }
.sevices_tab_content_portion>.row {
    display: block;
}
.sevices_tab_content_portion>.row>.col-md-6 {
    width: 100%;
}
.sevices_tab_content_portion {
        padding: 40px 10px !important;
    }
    .services_tab_img img {
    height: 260px;
    object-fit: cover;
    width: 100%;
}
.footer-log-box p {
    letter-spacing: 0;
    color: #cdcdcd;
    line-height: 25px;
    font-weight: 500;
    margin-bottom: 0;
    font-size: 10px;
}
.copyright_text p {
    text-align: center;
    color: #cdcdcd;
    font-size: 11px;
}
.get-free-estimate-heading {
    padding-left: 30px;
}
    .test-img-silder .slick-next:before {
        width: 120px;
        height: 120px;
    }
.testimonial-counter {
    font-size: 20px;
    color: #b2b2b2;
    font-weight: bold;
    display: flex
;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 100px;
    margin-left: 62px;
    width: 80%;
}
.testimonial-progress {
    width: 48%;
    background-color: #eee;
    height: 3px;
    border-radius: 5px;
    overflow: hidden;
    position: absolute;
    top: 11px;
    right: 60px;
}
.inner-banner .banner_text {
    margin-top: 45% !important;
}
.main-banner-img {
        height: 500px !important;
    }
    .get-free-estimate-sec {
    padding: 80px 0;
}
    .get-free-estimate-sec {
    padding: 0 0 100px 0;
}
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
    h2{
       font-size:55px;
    }
    h3{
        font-size:33px;
    }
   
    .top-bar-left {
    padding-right: 0;
}
    /*Home page Starts */
    .main-banner-img {
    width: 100%;
    object-fit: cover;
    height: 610px;
}
.banner_text {
    background: linear-gradient(to bottom, rgba(220, 182, 119, 1) 0%, rgba(191, 150, 85, 1) 100%);
    padding: 50px 30px;
    margin: 40% 0 0 0 !important;
}
.top-bar-left ul {
    display: flex
;
    justify-content: space-between;
    margin-bottom: 0;
    gap: 10px;
    align-items: center;
}
.our_story_content {
    padding-right: 0;
}
.our_story_content img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}
.our_story_Sec {
    padding: 60px 0;
}
.our_story_content h4 {
    margin-top: 20px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 32px;
    color: #000;
    font-weight: 800;
    text-align: center;
}
.our_story_content {
    padding-right: 0;
    display: flex
;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0 0 20px 0;
}
.our_story_content h4 {
    margin-top: 30px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 32px;
    color: #000;
    font-weight: 800;
    text-align: center;
}
.who_we_Are_content h3 {
    font-size: 32px;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #000;
    font-weight: 800;
    line-height: 60px;
    text-align: center;
}
.who_we_Are_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
    section.our_services_section .services_tabs>div  {
        display:flex;
        flex-direction:column !important;
    
}
.services_tabs .nav {
    width: 100%;
    row-gap: 15px;
}
.sevices_tab_content_portion {
    padding: 50px;
    background: linear-gradient(to bottom, rgba(220, 182, 119, 1) 0%, rgba(191, 150, 85, 1) 100%);
    margin: 30px 0 0 0;
    width: 100%;
}
.services_tabs .tab-content {
    width: 100%;
}
.services_tab_img img {
    height: 360px;
    object-fit: cover;
    width: 100%;
}
.sevices_tab_content {
    margin: 40px 0 0 0;
    display: flex
;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.sevices_tab_content .btn_theme2 {
    margin: 30px 0  0 0;
}
.what_we_do_image {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.what_logo {
        padding: 0px 20px;
        background: #141414;
        height: auto;
        display: flex
;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        padding-bottom: 20px;
        padding: 10px 10px 30px 10px !important;
    }
    .what_we_do_content {
    margin: 30px  0 0 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.latest_work_sec {
    overflow: hidden;
    background: #141414;
    padding: 60px 0;
}
.latest_workheading p {
    color: #d0d0d0;
    width: 100%;
    margin: auto;
    letter-spacing: 0;
}
.get-free-estimate-sec .row.back:before {
    content: "";
    position: absolute;
    background-image: -webkit-linear-gradient(90deg, rgb(190, 149, 84) 0%, rgb(221, 183, 120) 100%);
    width: 100%;
    height: 380px;
    z-index: -1;
    top: 0;
    left: 0;
}
.get-free-estimate-sec {
    padding: 70px 0;
}
.get-free-estimate-heading {
    padding: 50px 50px 0 50px;
}
.testimonials-sec .row:nth-child(1) {
    padding: 0;
}
.test-img-silder-items img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.testimonials-sec .row {
    padding: 0 75px;
}
.test-img-silder .slick-next:before {
        content: '\f105';
        font-weight: 900;
        font-family: 'Font Awesome 5 Free';
        background: #000;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 120px;
        height: 120px;
        color: #fff !important;
        font-size: 22px;
        background-image: -webkit-linear-gradient(90deg, rgb(190, 149, 84) 0%, rgb(221, 183, 120) 100%);
        opacity: 10 !important;
        margin: 0 0 0 -640px;
    }
.testimonial-counter {
    font-size: 20px;
    color: #b2b2b2;
    font-weight: bold;
    display: flex
;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0 0 0;
    margin-bottom: 100px;
    margin-left: 52px;
    width: 65%;
}
.testimonial-progress {
    width: 38%;
    background-color: #eee;
    height: 3px;
    border-radius: 5px;
    overflow: hidden;
    position: absolute;
    top: 21px;
    right: 120px;
}
.testimonials-sec {
    padding: 10px 0 0px;
}

.footer-log-box {
    min-height: 100%;
    text-align: center;
    padding: 50px 25px 40px;
}
.footer-links {
    display: flex
;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.footer-links {
    padding: 60px 10px 40px;
}
.footer-links ul li a i {
    color: #cda565;
    width: 30px;
    font-size: 15px;
}
.footer-links ul li a {
    font-size: 10px;
    color: #cdcdcd;
}
.footer-links h4 {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 25px;
    text-transform: uppercase;
}
.border_both {
    border-right: 1px solid #3d3d3c;
    border-left: 1px solid transparent;
}
.copyright_text p {
    text-align: center;
    color: #cdcdcd;
    font-size: 10px;
}

    /*Home page Ends*/
    .border_both {
    border-right: 1px solid #3d3d3c;
    border-left: 1px solid transparent !important;
}

.contact_detail_box {
    padding: 40px 30px;
    height: 235px;
    border-radius: 0px;
    border-radius: 5px;
    border: 2px solid #c29958;
    transition: 0.5s;
    margin: 10px 0 !important;
}
}

html {
            overflow-x: hidden;
}
@media only screen and (min-width: 300px) and (max-width: 519px) {
    
    
    
    
    
    
    
    
    
    .top-bar-left ul li i {
    font-size: 15px;
    margin-right: 1px;
}

    
    .banner_text p {
    font-weight: 300;
    color: #fff;
    line-height: 2;
    margin-top: 0px;
    font-size: 15px;
}
 .banner_text {
        padding: 30px 7px !important;
        margin-top: 30% !important;
    }

.banner_text h1 {
    font-size: 31px !important;
    line-height: 30px !important;
}

    .banner_text h3 {
        font-size: 25px !important;
    }
    a.btn_theme2 span {
    width: 30px;
    height: 30px;
 
}

.topSec {
    padding: 10px 0;
}

.top-bar-left {
    padding-right: 0;
}

.header-logo {
    text-align: center;
}
.slicknav_menu {
  
    padding: 0px;
}
.top-bar-left ul li {
    font-size: 8px !important; 
}
a.btn_theme span {
    width: 30px;
    height: 30px;

}
    a.btn_theme {
        color: #fff;
        padding: 4px 4px 4px 7px;
        text-transform: uppercase;
        font-size: 10px;
        width: 60%;
        margin: 0 auto;
    }
.menuSec img {
    margin: 0;
    height: auto;
    width: 80%;
    align-content: center;
}
/*--------------------- */
.our_story_content {
    padding-right: 0;
}
.our_story_Sec {
    padding: 60px 0;
}
    .our_story_content h4 {
    text-transform: uppercase;
    font-size: 32px;
    color: #000;
    font-weight: 800;
    text-align: center;
    padding: 0;
    margin: 30px 0px 20px 0;
}
.who_we_Are_content h3 {
        font-size: 30px;
        line-height: 40px;
        text-align: center;
    }
    .who_we_Are_content {
        padding-left: 0;
        padding-top: 30px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    section.our_services_section {
    padding: 50px 0;
    background: #141414;
}
.services_tab_img img {
    height: auto;
    object-fit: cover;
    width: 100%;
}
.sevices_tab_content {
        margin-top: 30px;
        display: inline-flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
section.what_we_do_sec {
    padding: 60px 0;
}
    
.what_logo {
    padding: 30px 20px;
    background: #141414;
    height: auto;
    display: flex
;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 20px;
    text-align: center;
}    
.what_we_do_content {
        padding-top: 30px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
.latest_work_sec {
    overflow: hidden;
    background: #141414;
    padding: 50px 0;
}

.latest_work_sec .dots button {
    width: 5px;
    height: 5px;
    border: none;
    margin: 5px;
    cursor: pointer;
    border-radius: 50%;
    position: relative;
    padding: 0 !important;
      background: linear-gradient(to bottom, rgba(220, 182, 119, 1) 0%, rgba(191, 150, 85, 1) 100%);
}

.latest_work_sec .dots button.active {
      background: linear-gradient(to bottom, rgba(220, 182, 119, 1) 0%, rgba(191, 150, 85, 1) 100%);
    transform: scale(1.2);
    margin: 5px 10px;
}

.latest_work_sec .dots button.active::before {
    height: 12px;
    width: 12px;
    left: -px;
    right: 0;
    top: 0;
    content: '';
    bottom: 0;
    margin: auto;
    z-index: -2;
    position: absolute;
    border-radius: 50%;
    border: 1px solid rgba(253, 195, 15, 1);
}
.get-free-estimate-heading h2 {
        font-size: 35px;
        line-height: 50px;
        text-align: center;
    
}
        .get-free-estimate-heading p {
        width: 100%;
        text-align: center;
    }
    .get-free-estimate-form-input textarea {
    width: 100%;
    text-transform: capitalize;
    height: 130px;
    padding: 15px 20px;
    background: #e8f0fe;
    color: #000;
    font-weight: 500;
    border: 1px solid #b38c50;
}
.get-free-estimate-sec {
    padding: 50px 0;
}
.testimonials-heading {
    text-align: center;
    margin-bottom: 30px;
}
.test-img-silder-items img {
        height: 300px !important;
        width: 100%;
        object-fit: cover;
        object-position: 0 -32px;
    }
    .testimonial-counter {
        font-size: 20px;
        color: #b2b2b2;
        font-weight: bold;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 10px;
        margin-bottom: 50px;
        margin-left: 65px;
        width: 65%;
    }
.testimonials-sec span.active {
    font-size: 35px;
    color: #000;
}
    .our_story_content img {
        height: 360px;
        width: 100%;
        object-fit: cover;
    }
.testimonial-progress {
    width: 45%;
    background-color: #eee;
    height: 3px;
    border-radius: 5px;
    overflow: hidden;
    position: absolute;
    top: 11px;
    right: 115px;
}
    .footer-log-box {
        padding: 30px 25px 10px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    .footer-log-box a {
    padding: 0;
}
      .footer-links ul li {
        margin-bottom: 0;
        padding: 5px 0;
        font-size: 11px;
    }
.footer-links h4 {
    color: #fff;
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding:0  0 10px 0;
}
.footer-links ul {
    columns: 1;
    display: flex
;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-items: center;
}
.footer-links {
        padding: 30px 15px 10px !important;
    }
.test-text-silder {
    margin-bottom: 40px;
    position: relative;
}
.copyright_text p {
    text-align: center;
    color: #cdcdcd;
    text-wrap: wrap;
    font-size: 10px;
}
.footer-links ul li a {
    font-size: 10px;
 
}
.footer-links ul li a i {
 
    width: 15px;
    font-size: 12px;
}

.who_we_Are_content {
    text-align: center;
}
    .our_story_content {

        text-align: center;
    }
/*About page starts */
      .main-banner-img {
        height: 400px !important;
        object-position: 0 -10;
    }
    a.btn_theme2 {
  
    font-size: 12px;
   
}
    .inner-banner .banner_text {
    margin-top: 25%;
}
.who_we_Are_content>img {
    margin-top: 40px;
}
section.what_we_do_sec {
        padding: 40px 0;
    }
/*About page starts */
.get-free-estimate-heading {
        padding-bottom: 30px;
        padding-top: 50px;
        padding-left: 10px;
    }
    .contact_detail_box {
    padding: 40px 30px;
    height: 235px;
    border-radius: 0px;
    border-radius: 5px;
    border: 2px solid #c29958;
    transition: 0.5s;
    margin: 10px 0;
}
    .get-free-estimate-heading {
        padding-bottom: 30px;
        padding-top: 50px !important;
        padding-left: 10px;
    }
}
