@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

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

body {
    word-break: break-word;
    font: 15px/25px 'Poppins', 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 20px;
    padding: 0;
    list-style-type: none;
}

p {
    font-weight: 500;
    line-height: 25px;
    font-family: 'montserrat-regular';
    font-size: 17px;
}


/***** 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
}

@font-face {
    font-family: 'ranelte-norm-regular';
    src: url(../fonts/ranelte-norm-regular.otf);
    font-weight: 400;
    font-style: normal
}
@font-face {
    font-family: 'montserrat-regular';
    src: url(../fonts/montserrat-regular\ .ttf);
    font-weight: 400;
    font-style: normal
}
/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

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

.pt_8 {
    padding-top: 80px;
}

.pb_8 {
    padding-bottom: 80px;
}

.py_8 {
    padding: 80px 0px;
}

.theme_btn {
    padding: 15px 25px;
    border: unset;
    border-radius: 15px;
    color: #ffffff;
    z-index: 1;
    background: #242889;
    position: relative;
    font-size: 17px;
    -webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    transition: all 250ms;
    overflow: hidden;
    display: inline-block;
}

.theme_btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    border-radius: 14px;
    background-color: #72d219;
    z-index: -1;
    -webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    transition: all 250ms
}

.theme_btn:hover {
    color: #000000;
}

.theme_btn:hover::before {
    width: 100%;
}

.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: 'ranelte-norm-regular';
    font-size: 60px;
    line-height: 1.2;
    color: #fff;
    font-weight: 500;
    margin: 0 0 17px;
}

h2 {
    font-family: 'ranelte-norm-regular';
    font-size: 55px;
    line-height: 1.2;
    color: #000000;
    font-weight: 500;
    margin: 0 0 30px;
    text-transform: uppercase;
}

h3 {
    font-family: 'ranelte-norm-regular';
    font-size: 31px;
    line-height: 1.2;
    color: #000000;
    font-weight: 600;
    margin: 0 0 28px;
}

h4 {
    font-family: 'ranelte-norm-regular';
    font-size: 24px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 13px;
}

h5 {
    font-family: 'ranelte-norm-regular';
    font-size: 20px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 20px;
}

h6 {
    font-family: 'ranelte-norm-regular';
    font-size: 18px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 22px;
}

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 {
    position: absolute;
    width: 100%;
    z-index: 99;
}
.menuSec {
    padding: 0px 0;
    border-bottom: 2px solid #282828;
}

.menuSec img {
    margin: 0;
    height: 100px;
    width: auto;
    object-fit: contain;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
    display: flex;
    justify-content: left;
    gap: 50px;
    align-items: center;
}

.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: #ffffff;
    /* padding: 10px 23px; */
    font-size: 14px;
    font-family: 'montserrat-regular';
    display: flex;
    justify-content: center;
    align-items: center;
    width: 92px;
    height: 117px;
    font-weight: 600;
}

.menuSec ul li a:after {
    /* content: ''; */
    position: absolute;
    top: 35%;
    right: 0;
    width: 1px;
    height: 13px;
    background-color: #393939;
}

.menuSec ul li:last-child a {
    padding-right: 0px;
}

.menuSec ul li:last-child a:after {
    display: none;
}

.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: #d0b872;
    background: #1e1d18;
}

.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 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;
}

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

.droopdwon {
    float: left;
}

.droopdwon li:hover li a:hover {
    background-color: #ffffff;
    color: #000 !important;
}


/*header css start */

.dropdown-menu {
    position: absolute !important;
    z-index: 1000;
    display: block;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}


/*banner css start */

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 1.5;
  transition: opacity 0.15s ease;
  height: 50px;
  margin: auto;
}

.carousel-control-prev-icon {
    background-image: url('../images/Left-arrow.png');
    filter: brightness(0) saturate(100%) invert(100%) sepia(36%) saturate(490%) hue-rotate(275deg) brightness(114%) contrast(101%);
    height: 60px;
    width: 70px;
}
.carousel-control-next-icon {
    background-image: url('../images/RIGHT-arrow.png');
    height: 60px;
    width: 70px;
}
.carousel-control-prev-icon:hover {
    filter: brightness(0) saturate(100%) invert(88%) sepia(85%) saturate(542%) hue-rotate(319deg) brightness(94%) contrast(83%);
}

span.carousel-control-next-icon:hover {
    filter: brightness(0) saturate(100%) invert(88%) sepia(85%) saturate(542%) hue-rotate(319deg) brightness(94%) contrast(83%);
}
.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 [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;
}
.banner_text h1 span {
    font-size: 68px;
    color: #FFD700;
    background: #000;
    padding:  0 12px;
}
.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-item.inner-banner.active img {
    height: 620px;
}
.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;
}
.banner_text ul {
    display: flex;
    justify-content: center;
    gap: 25px;
    text-transform: uppercase;
}

a.btn.btn-primary {
    display: flex;
    justify-content: center;
    align-items: center;
    background: unset;
    border: 1px solid #e2c46f;
    border-radius: 0;
    transform: skew(-17deg, 0deg);
    height: 47px;
    padding: 0;
    width: 176px;
    font-size: 18px;
    color: #e2c46f;
    font-weight: 500;
    font-family: 'ranelte-norm-regular';
}

a.btn.btn-secondary {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #e2c46f;
    border-radius: 0;
    transform: skew(-17deg, 0deg);
    height: 47px;
    padding: 0;
    width: 194px;
    font-size: 18px;
    color: #000000;
    background-image: -webkit-linear-gradient( 90deg, rgb(231,198,104) 0%, rgb(171,128,54) 100%);
    font-weight: 600;
    font-family: 'ranelte-norm-regular';
    letter-spacing: 1px;
    text-transform: uppercase;
}
.banner_text {
    position: relative;
    z-index: 1;
}
.banner_text.inner-banner img {
    top: 31px;
}
.banner_text.inner-banner h1 {
    color: #bca351;
    font-size: 45px;
}
.banner_text p {
    padding-bottom: 18px;
}
.banner-logo img {
    position: unset !important;
    height: 270px !important;
    width: 446px !important;
    object-fit: contain;
}
.banner-angel {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 55px;
    z-index: -1;
    height: auto !important;
    width: auto !important;
}
.carousel-item img {
    width: 100%;
    height: 810px;
}
.PLASTERING_BOX:before {
    width: 2px;
    height: 30px;
    position: absolute;
    content: '';
    background: #ddba62;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.PLASTERING_BOX:hover:before {
    background:#000;
}

.PLASTERING_BOX:hover {
    background-image: -webkit-linear-gradient(90deg, rgb(231, 198, 104) 0%, rgb(171, 128, 54) 100%);
}

.PLASTERING_BOX:hover p {
    color: #000;
}
.PLASTERING_BOX:hover img {
   filter: brightness(0) saturate(100%) invert(0%) sepia(25%) saturate(5360%) hue-rotate(116deg) brightness(105%) contrast(95%);
}
.PLASTERING_sec .col-md-2 {
    width: 20%;
}
.PLASTERING_sec {
    padding: 0 32px;
    margin-top: -150px;
    /* padding-bottom: 50px; */
}

.PLASTERING_BOX {
    text-align: center;
    align-items: center;
    height: 316px;
    background: #000000;
    padding: 43px 23px;
    padding-top: 0;
    width: 100%;
    position: relative;
    z-index: 1;
}

.PLASTERING_BOX img {
    padding-top: 25px;
    padding-bottom: 31px;
    filter: brightness(0) saturate(100%) invert(88%) sepia(85%) saturate(542%) hue-rotate(319deg) brightness(94%) contrast(83%);
    width: auto;
    margin: 0 auto;
}
.PLASTERING_BOX span {
    color: #ccb949;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}

.PLASTERING_BOX:hover span {
    color: #000;
}
.PLASTERING_BOX p {
    font-size: 14px;
    color: #ddba62;
    line-height: 30px;
}
.PLASTERING_BOX p span {
    font-size: 30px;
}
/*banner css end*/
.about_text a {
    font-size: 20px !important;
}
.about_text ul {
    column-count: 2;
}
.about_text p {
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    color: #000;
}
.about_text h2 {
    color: #000;
}

.about_text h2 span {
    color: #ddbc67;
}
.about_text h2 {
    text-transform: unset;
    margin: 0;
    padding-bottom: 16px;
}
.about_img img {
    height: 538px;
    width: 100%;
    object-fit: cover;
}

.about_img {
    position: relative;
    z-index: 1;
}
.about_img1 img {
    height: 294px;
    width: 100%;
    object-fit: cover;
}

.about_img1 {
    position: absolute;
    top: 86px;
    right: 0;
}

.about_sec {
    padding: 100px 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.about_sec_img {
    position: absolute;
    left: 0;
    z-index: -3;
    height: 74px;
    top: 0;
    width: 88%;
}
.service_sec{
    background-image: url(../images/service.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px 0;
}
.section_title h2 {
    text-align: center;
    text-transform: capitalize;
    color: #c4a053;
    margin: 0;
}

.service_img img {
    height: 550px;
    width: 100%;
    object-fit: cover;
    /* object-position: right; */
    transition: 0.5s;
}
.service_box:hover img {
    filter: brightness(0.5);
    transform: scale(1.05);
}

.service_box {
    overflow: hidden;
}
.service_text h3 {
    color: #c19f58;
    text-transform: uppercase;
    padding-bottom: 27px;
    border-bottom: 1px solid;
    margin-bottom: 20px;
}
.service_box:hover .service_text {
   background-image: -webkit-linear-gradient(90deg, rgb(231, 198, 104) 0%, rgb(171, 128, 54) 100%);
}

.service_box:hover h3 {
    color: #000;
}

.service_box:hover a {
    color: #000;
}
.service_text {
    text-align: center;
    padding: 26px 0;
    background: #000;
}

.service_text a {
    color: #bf9d57;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    font-size: 18px;
    text-transform: uppercase;
}

.service_text a i {
    transform: rotate(
323deg);
}
.servi_btn a {
    text-align: center;
    margin: 0 auto;
    margin-top: 50px;
}
.slick-slide {
    transition: all ease-in-out .3s;
    opacity: 1.2;
}
.servi_slider .slick-prev:before {
    content: '';
    opacity: 1;
}
.servi_slider .slick-prev {
    background-image: url(../images/Left-arrow.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 50px;
    height: 50px;
    left: -72px;
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7487%) hue-rotate(181deg) brightness(101%) contrast(99%);
}
.servi_slider .slick-next:before {
    content: '';
    opacity: 1;
    z-index: 1;
}
.servi_slider .slick-next {
    background-image: url(../images/RIGHT-arrow.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 64px;
    height: 50px;
    right: -76px;
    z-index: 1;
}

.servi_slider .slick-next:hover,
.servi_slider .slick-prev:hover {
    filter: brightness(0) saturate(100%) invert(88%) sepia(85%) saturate(542%) hue-rotate(319deg) brightness(94%) contrast(83%);
}
.our-Recent-Work {
    padding: 100px;
}

.section_title {
    text-align: center;
    padding-bottom: 50px;
}

.section_title h2 span {
    color: #000;
}

.section_title p {
    opacity: 1 !important;
    color: #000;
    font-weight: 600;
}

.our-Recent-Work {
    font-family: 'Lato', sans-serif;
    padding: 60px 20px;
    background: #f5f5f3;
  }

 
.rw-grid {
    display: grid;
    grid-template-columns: 4fr 5fr 4fr 0fr;
    grid-template-rows: 311px 321px 300px;
    gap: 21px;
    margin: 0 auto 32px;
}
.recent_work_box { position: relative; overflow: hidden; }
.recent_work_box img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.5s ease; }
.recent_work_box:hover img { transform: scale(1.07); }
.recent_work_box.featured {
    grid-column: 1;
    grid-row: 1 / 3;
}

.recent_work_box.featured-right { 
    grid-column: 4; 
    grid-row: 1 / 4; 
}


.testimonial-section {
    background-image: url(../images/testimonal.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px 0;
    background:#000;
}

h2.heading {
    color: #fff;
}
section.testimonial-section.wow.fadeInUp .col-md-8 {
    margin: 0 auto;
}
h2.heading span {
    color: #c3a657;
}

.client-info {
    display: flex;
    justify-content: start;
    gap: 18px;
    align-items: start;
}

.client-meta .name {
    font-size: 35px;
    font-family: 'ranelte-norm-regular';
    color: #fff;
    line-height: 1;
}
.client-meta .name span {
    color: #c3a657;
}
p.desc {
    color: #fff;
    line-height: 35px;
    font-style: italic;
    width: 97%;
}
.client-img img {
    padding: 9px;
    background: #fff;
    object-fit: cover;
    height: 435px;
    width: auto;
}
.designation {
    color: #fff;
    padding-top: 10px;
    font-size: 20px;
    padding-bottom: 19px;
}

.testimonial-slider .slick-prev:before {
    content: '';
    opacity: 1;
}
.testimonial-slider .slick-prev {
    background-image: url(../images/Left-arrow.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 50px;
    height: 50px;
    left: 21%;
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7487%) hue-rotate(181deg) brightness(101%) contrast(99%);
    top: 110%;
    z-index: 999;
}
.testimonial-slider .slick-next:before {
    content: '';
    opacity: 1;
    z-index: 1;
}
.testimonial-slider .slick-next {
    background-image: url(../images/RIGHT-arrow.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 64px;
    height: 50px;
    right: 68%;
    z-index: 1;
    top: 110%;
}

.testimonial-slider .slick-next:hover,
.testimonial-slider .slick-prev:hover {
    filter: brightness(0) saturate(100%) invert(88%) sepia(85%) saturate(542%) hue-rotate(319deg) brightness(94%) contrast(83%);
}


.contact-hm {
    padding: 100px 0;
    background-image: url(../images/contact-hm.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.contact-hm-form {
    background: #000000;
    padding: 35px;
    border-top: 10px solid #ad853f;
}
.contact-hm-form h2 {
    text-transform: uppercase;
    color: #fff;
    margin: 0;
    padding-bottom: 10px;
}

.contact-hm-form p {
    color: #fff;
    padding-bottom: 10px;
}

.contact-hm-form input {
    height: 70px;
    background: #131313;
    border: 0;
}
.contact-hm-form textarea {
    background: #131313;
    border: 0;
}
.contact-hm-form button {
    height: 50px;
    border: 0;
    width: 100%;
    background-image: -webkit-linear-gradient(90deg, rgb(231, 198, 104) 0%, rgb(171, 128, 54) 100%);
    font-size: 20px;
    text-transform: uppercase;
    color: #000;
}
.Get-in-Touch ul  li {
    display: flex;
    align-items: center;
    gap: 29px;
    padding-bottom: 50px;
}
.Get-in-Touch ul li i:after {position: absolute;content:'';width: 100%;height:100%;left: 0;top: 0;background-image: -webkit-linear-gradient(90deg, rgb(231, 198, 104) 0%, rgb(171, 128, 54) 100%);z-index: -1;transform: rotate(45deg);}


.Get-in-Touch ul li i {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70px;
    height: 70px;
    color: #000;
    font-size: 30px;
    position: relative;
    z-index: 1;
}

.Get-in-Touch ul li a {
    font-size: 30px;
    color: #000;
    font-family: 'ranelte-norm-regular';
    font-weight: 700;
    line-height: 38px;
}

.Get-in-Touch ul {
    margin-top: 94px;
}

.Get-in-Touch h2 {
    color: #000;
    text-transform: uppercase;
    margin: 0;
    padding-bottom: 12px;
}
.Get-in-Touch p {
    font-weight: 600;
    color: #000;
}
.Get-in-Touch h2 span {
    color: #c0a55b;
}


/*---------------------------------------------------- Footer Section Start ------------------------------------------------------------- */

a.top-navigator {
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 61px;
    font-size: 25px;
    color: white;
    background: #179ffc;
}

a.top-navigator:hover {
    background: #000;
}

a.top-navigator i {
    transition: 0.3s all ease-in-out;
}

footer {
    padding: 50px 0 0 0;
    width: 100%;
    background: #000000;
}

.foot-bottom {
    padding: 10px 0px;
    border-top: 1px solid #343434;
}

footer h5 {
    font-size: 24px;
    color: #bea45f;
    margin-bottom: 20px;
    text-transform: uppercase;
}

footer p {
    font-size: 14px;
    color: #fff;
    line-height: 26px;
}
.footer-logo-txt-socail img {
    height: 185px;
    width: auto;
}
.footer-logo-txt-socail {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 10px;
}

.footer-logo-txt-socail p {
    font-size: 14px;
    width: 80%;
    opacity: 70%;
    margin: 10px 0;
}
ul.quick-links li {
    padding-bottom: 26px;
}
ul.quick-links {
    /* display: flex; */
    /* flex-direction: column; */
    /* align-items: start; */
    /* justify-content: start; */
    /* gap: 15px; */
    column-count: 2;
}

ul.quick-links-services {
    display: flex;
    justify-content: start;
    align-items: start;
    flex-direction: column;
    gap: 22px;
}

ul.quick-links-services li {
    color: #fff;
    opacity: 70%;
    font-size: 15px;
}

footer .container {
    padding-bottom: 40px;
}

.foot-bottom .container {
    padding: unset;
}

.social-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    color: #fff;
    background: transparent;
    border: 1px solid white;
    border-radius: 50%;
    font-size: 24px;
    margin-right: 10px;
    box-shadow: 0 5px 15px 0px rgb(0 0 0 / 60%);
    transform: translatey(0px);
    transition: 0.3s all ease-in-out;
    overflow: hidden;
}

.social-links a:hover {
    background-color: var(--primary);
}

.quick-links a {
    font-size: 16px;
    font-family: 'montserrat-regular';
    color: #fff;
    text-transform: capitalize;
    opacity: 1;
}

.quick-links a:hover {
    color: #fdb056;
    text-decoration: underline;
}

.foot-number {
    font-size: 30px;
    font-family: 'Montserrat';
    color: #fefefe;
    display: block;
    margin-bottom: 20px;
}

.foot-number:hover {
    color: #0d68ae;
}

a.req-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    border-radius: 72px;
    border: 1px solid white;
    padding: 0 20px;
    font-size: 14px;
    font-family: 'Roboto';
    color: white;
    transition: 0.3s all ease-in-out;
    margin-top: 20px;
}

a.req-btn:hover {
    background: var(--primary);
}

.foot-timing li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    border-bottom: 1px solid #3c3c3c;
}

.foot-timing li span {
    font-size: 14px;
    color: #fff;
}

span.text-darkbrown.green {
    color: #8ccffd;
}

.foot-bottom p {
    text-align: center;
    color: #777777;
}

section.news-letter ul {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 0px;
}

section.news-letter p {
    color: #ffffffa6;
    font-size: 14px;
    width: 90%;
    font-weight: 400;
}

.new-box button {
    font-size: 12px;
    border: transparent;
    width: 25%;
    position: absolute;
    right: 5px;
    background: linear-gradient(90deg, rgba(2, 0, 36, 1) 0%, rgba(13, 104, 174, 1) 0%, rgba(0, 212, 255, 1) 100%);
    color: #fff;
    padding: 15px 0;
    border-radius: 10px;
    background: #ff7900;
    font-family: 'Montserrat';
    text-transform: uppercase;
}

.news-letter {
    background: #265486;
    padding: 35px 20px;
}

.news-letter .new-box input::placeholder {
    text-transform: uppercase;
    font-size: 12px;
    font-family: 'Montserrat';
}

.news-letter h2 {
    color: #fff;
    font-weight: 500;
    margin: 0;
    font-size: 25px;
    line-height: 35px;
    letter-spacing: 1px;
    margin-bottom: 7px;
}

.news-letter .new-box {
    position: relative;
    display: flex;
    align-items: center;
    height: 65px;
}

.news-letter .new-box input {
    background: #f6f6f6;
    border: 0;
    padding: 18px 20px;
    width: 100%;
    border-radius: 10px;
}

.news-letter .new-box .theme-button {
    border: 0;
}

.news-letter .new-box .theme-button:hover {
    box-shadow: none;
}

.social-links a:hover {
    color: #fff;
    background: #179ffc;
}

section.news-letter .row {
    align-items: center;
}

footer h6 {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Montserrat';
}

footer p {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
}

.add-cont ul li {
    display: flex;
    align-items: center;
    gap: 20px;
    padding-bottom: 30px;
}

.add-cont ul li i {
    font-size: 24px;
    color: #c9a85a;
}

.add-cont ul li a {
    font-size: 13px;
    color: #fff;
    opacity: 80%;
}

.add-cont ul li p {
    font-size: 14px;
    width: 80%;
    opacity: 80%;
}

ul.social {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 5px;
}

ul.social li a i {
    font-size: 19px;
    color: #dfbf69;
    background-color: #ffffff;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    /* border: 1px solid #fff; */
    opacity: 1;
    transition: 0.5s;
}

ul.social li a i:hover {
    opacity: 100%;
    background: #e2c36c;
    color: #000;
    transform: rotate(
179deg);
}

/*---------------------------------------------------- Footer Section End ------------------------------------------------------------- */
.Vision {
    padding: 100px 0;
}
.mission .row {
    align-items: center;
}

.Vision .row {
    align-items: center;
}
.Vision_text h2 {
    color: #fff;
    text-transform: uppercase;
    margin: 0;
}

.Vision_text h2 span {color: #debf6a;}

.Vision_text p {
    color: #fff;
    width: 99%;
}

.Vision_text ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
    font-size: 17px;
    color: #daba66;
}
.Vision_img img {
    width: 79%;
    height: 439px;
    object-fit: cover;
}

.Vision_img {
    text-align: end;
    position: relative;
    z-index: 1;
}
.Vision_img1 {
    position: absolute;
    top: 148px;
    left: 0;
}

.Vision_img1 img {
    height: 222px;
    width: 100%;
    object-fit: cover;
}

.mision_text h2 {
    color: #ffffff;
    text-transform: uppercase;
    margin: 0;
    font-size: 32px;
}

.mision_text h2 span {color: #debf6a;}

.mision_text p {
    color: #ffffff;
    width: 99%;
}
.mision {
    padding: 100px 0;
        background: #181718;
}
.mision .row {
    align-items: center;
}
.mision_text ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
    font-size: 17px;
    color: #ffffff;
}
.mision_img img {
    width: 100%;
    height: 447px;
    object-fit: cover;
}

.mision_img {
    text-align: end;
    position: relative;
    z-index: 1;
}
.mision_img1 {
    position: absolute;
    top: 148px;
    left: 0;
}

.mision_img1 img {
    height: 214px;
    width: 250px;
    object-fit: cover;
    padding: 7px;
    background: #fff;
}
.mision_text.vsion_text h2 {color: #000;}

.mision_text.vsion_text p {
    color: #000;
}

.mision_text.vsion_text ul li {
    color: #000;
}

.mision_img.vsion_img {
    text-align: start;
}

.mision_img1.vsion_img1 {
    right: 0 !important;
    left: unset;
}

.inner-contact {
    padding: 100px 0;
}

.contact-form h2 {
    color: #000;
    text-transform: uppercase;
}

.contact-form h2 span {
    color: #ddbd68;
}

.contact-form form input {
    width: 100%;
    height: 51px;
}

.contact-form form button {
    width: 100%;
    height: 50px;
    text-transform: uppercase;
    background-image: -webkit-linear-gradient(90deg, rgb(231, 198, 104) 0%, rgb(171, 128, 54) 100%);
    border: 0;
    color: #000;
}
.contact-info {
    background: #000;
    padding: 64px 42px;
    height: 552px;
    border-top: 9px solid #b18943;
}

.contact-info h2 {
    color: #fff;
    text-transform: uppercase;
    margin: 0;
}

.contact-info h2 span {
    color: #d8b764;
}

.contact-info p {
    color: #fff;
    padding-bottom: 21px;
}

.contact-info ul  li {
    display: flex;
    align-items: center;
    gap: 29px;
    padding-bottom: 50px;
}
.contact-info ul li i:after {position: absolute;content:'';width: 100%;height:100%;left: 0;top: 0;background-image: -webkit-linear-gradient(90deg, rgb(231, 198, 104) 0%, rgb(171, 128, 54) 100%);z-index: -1;transform: rotate(45deg);}


.contact-info ul li i {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70px;
    height: 70px;
    color: #000000;
    font-size: 30px;
    position: relative;
    z-index: 1;
}

.contact-info ul li a {
    font-size: 20px;
    color: #e3e3e3;
    font-family: 'ranelte-norm-regular';
    font-weight: 700;
    line-height: 38px;
}

.contact-info ul {
    margin-top: 54px;
}
.get-a-free-quote {
    padding: 100px 0 250px;
}
.get-a-free-quote-form {
    background: #000;
    padding: 40px;
    border-top: 10px solid #a8803b;
    position: relative;
    z-index: 99;
}

.get-a-free-quote-form form input {
    background: #131313;
    border: 0;
    border-radius: 0;
    height: 50px;
}

.get-a-free-quote-form form textarea {
    background: #131313;
    border: 0;
    border-radius: 0;
}
.form-control:disabled, .form-control:read-only {
    background-color: #131313;
    opacity: 1;
    color: #fff;
    opacity: 50%;
    border: 0;
    height: 51px;
}
.get-a-free-quote-form form select {
    background-color: #131313;
    appearance: auto;
}
.get-a-free-quote-form form button {
    height: 50px;
    border: 0;
    width: 100%;
    background-image: -webkit-linear-gradient(90deg, rgb(231, 198, 104) 0%, rgb(171, 128, 54) 100%);
    font-size: 20px;
    text-transform: uppercase;
    color: #000;
}
.get-a-free-quote-text h2 {
    color: #e3c56b;
    margin: 0;
}

.get-a-free-quote-text h2 span {
    color: #000;
}

.get-a-free-quote-text p {
    color: #000;
    font-weight: 600;
}

.get-a-free-quote-text img {
    width: 100%;
    height: 661px;
    /* object-fit: cover; */
    padding: 11px;
}

.get-a-free-quote-img {
    margin-left: 0;
    position: absolute;
    width: 140%;
    left: -8px;
    z-index: -1;
    height: 100%;
}

.get-a-free-quote-text {
    position: relative;
    z-index: 1;
}
.services_sec {
    padding: 100px 0;
}
.servi-img img {
    height: 419px;
    width: 90%;
    object-fit: cover;
}
.services_sec .container {
}
.services_sec .row {
    align-items: center;
    /* padding-left: 0; */
    margin-top: 80px;
}

.servi-img {
    position: relative;
    z-index: 1;
    text-align: end;
}

.servi-img:before {
    position: absolute;
    width: 50%;
    content: '';
    height: 500px;
    /* background: #d9b864; */
    top: -37px;
    left: 0;
    z-index: -1;
    background-image: -webkit-linear-gradient(90deg, rgb(231, 198, 104) 0%, rgb(171, 128, 54) 100%);
}

.servi-content h3 {
    text-transform: uppercase;
    margin-bottom: 11px;
}

.servi-content h3 span {
    color: #e1c26b;
}

.servi-content p {
    font-weight: 600;
    font-size: 15px;
}
.servi-img1 img {
    width: 100%;
    height: 426px;
    object-fit: cover;
}


.servi-img1 {
    margin-top: 51px;
    position: relative;
    z-index: 1;
    padding-bottom: 50px;
}

.servi-img1:before {
    position: absolute;
    content: '';
    width: 106%;
    height: 50%;
    background-image: -webkit-linear-gradient(90deg, rgb(231, 198, 104) 0%, rgb(171, 128, 54) 100%);
    z-index: -1;
    top: -47px;
    left: -40px;
}

.services_detail {
    padding: 100px 0;
}

.servi-detail-img img {
    height: 550px;
    width: 100%;
}
.servi-detail-text a {
    margin: 0 auto;
}
.servi-detail-text {
    text-align: center;
    padding-top: 50px;
}

.servi-detail-text h2 span {
    color: #e2c36c;
}

.servi-detail-text p {
    font-weight: 600;
}
.servi-detail-text ul li img {
    height: 14px;
}

.servi-detail-text ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding-bottom: 12px;
    font-weight: 600;
    color: #000;
}
.scrollbar {
        max-height: 202px;
    overflow-y: auto;
    direction: ltr;
    padding-left: 12px;
}
.services_sec .row.centr {
    justify-content: center;
}

.mision_text h2 span.smllg {
    color: #fff;
    text-transform: capitalize;
}



