@import url('https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&display=swap');
/*font-family: "Inter Tight", sans-serif;*/
:root {
    --primary-color: #FFCE02;
    /* --secondary-color: #E39A20; */
    --heading-color: #302B2B;
    --black-color: #090804;
    --paragraph-color: #787878;
    --bg-color: #F3F6F7;
    --white-color:#fff;
    --font-size: 1.2rem;
}

*{
    box-sizing: border-box;
}
body{margin: 0px; font-family: "Inter Tight", sans-serif;}
button:focus{outline: none;}
input:focus{outline: none;}
a{
    color: #1b70bb;
    text-decoration: none;
}
a:hover{
    text-decoration: none;
}
ul{
	list-style: none;
	padding-left: 0px;
}


/*###### common css start ######*/
.container-fluid {
    padding-left: 100px;
    padding-right: 100px;
}
@media(max-width:1599px){
    .container-fluid {
        padding-left: 60px;
        padding-right: 60px;
    }
}
@media(max-width:1399px){
    .container-fluid {
        padding-left: 50px;
        padding-right: 50px;
    }
}
@media(max-width:991px){
    .container-fluid {
        padding-left: 30px;
        padding-right: 30px;
    }
}
@media(max-width:767px){
    .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }
}


.common-btn1{
    position: relative;
    padding: 8px 20px;
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
    color: var(--black-color);
    font-size: 16px;
    font-weight: 500;
    border-radius: 30px;
}
.common-btn1:hover{
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
    color: var(--black-color);
}

.common-outline-btn1{
    position: relative;
    padding: 8px 20px;
    border: 1px solid var(--primary-color);
    background-color: transparent;
    color: var(--white-color);
    font-size: 16px;
    font-weight: 500;
    border-radius: 30px;
}
.common-outline-btn1:hover{
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
    color: var(--black-color);
}

.common-outline-btn2{
    position: relative;
    padding: 8px 20px;
    border: 1px solid #B4B4B4;
    background-color: transparent;
    color: var(--heading-color);
    font-size: 16px;
    font-weight: 500;
    border-radius: 30px;
}
.common-outline-btn2:hover{
    border: 1px solid #B4B4B4;
}

.common-title{
    position: relative;
    width: 100%;
}
.common-title h4{
    position: relative;
    width: 100%;
    color: var(--black-color);
    font-size: 15px;
    margin-bottom: 10px;
}
.common-title h4::before{
    content: "\f111";
    position: relative;
    display: inline-block;
    font-size: 10px;
    color: var(--primary-color);
    font-family: "fontawesome";
    margin-right: 5px;
    top: -2px;
}
.common-title h3{
    position: relative;
    width: 100%;
    color: var(--black-color);
    font-size: 45px;
    font-weight: 600;
    margin-bottom: 15px;
}
/*###### common css end ######*/


/*#### Header css start #######*/
.header-wrapper{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 10;
}
.header-wrapper .logo-wrap {
  position: relative;
  border-radius: 5px;
}
.header-wrapper .logo-wrap img{
    width: auto;
}
.header-wrapper .logo-wrap .navbar-brand {
  margin-right: 0;
}

.header-wrapper .navbar {
  position: relative;
}
.header-wrapper .navbar .navbar-nav {
  position: relative;
}
.header-wrapper .navbar .navbar-nav li {
  position: relative;
  padding: 0px 5px;
}
.header-wrapper .navbar .navbar-nav li a {
  position: relative;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.5s;
  padding: 5px 14px;
  background-color: #FFFFFF12;
  border: 1px solid #8686862B;
  border-radius: 30px;
  
}
.header-wrapper .navbar .navbar-nav li a:hover {
  color: #000000;
  background-color: var(--primary-color);
}
.header-wrapper .navbar .navbar-nav li a.active {
  color: #000000;
  background-color: var(--primary-color);
}

.head-right-wrap {
  position: relative;
}
.head-right-wrap ul {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 0px;
  gap: 5px 10px;
}

.head-contact-info {
  position: relative;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
}
.head-contact-info .icon {
  position: relative;
  width: 50px;
  height: 50px;
  background-color: var(--primary-color);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.head-contact-info .info {
  position: relative;
  padding-left: 8px;
}
.head-contact-info .info h5 {
  position: relative;
  font-size: 14px;
  font-weight: 500;
  color: var(--white-color);
  margin-bottom: 3px;
}
.head-contact-info .info h4 {
  position: relative;
  font-size: 18px;
  color: var(--white-color);
  font-weight: 700;
  margin-bottom: 0;
}
.head-contact-info .info h4 a {
  color: inherit;
}

/*#### Header css end ####*/

/*##### Banner css start ######*/
.banner-main-wrapper{
    position: relative;
    width: 100%;
}
.banner-main-wrapper .banner-sld-items{
    position: relative;
    width: 100%;
}
.banner-main-wrapper .banner-sld-items::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #06050599 0%, rgba(28, 19, 19, 0) 64.53%);
}
.banner-main-wrapper .banner-sld-items::after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(74.03deg, #000000 -0.69%, rgba(0, 0, 0, 0) 66.62%);
}
.banner-main-wrapper .banner-content-wrap{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    z-index: 2;
}
.banner-main-wrapper .banner-content{
    position: relative;
    width: 100%;
}
.banner-main-wrapper .banner-content h4{
    position: relative;
    width: 100%;
    color: var(--white-color);
    font-size: 14px;
    font-weight: 400;
    padding-left: 15px;
    margin-bottom: 15px;
}
.banner-main-wrapper .banner-content h4::before{
    content: "\f111";
    position: absolute;
    left: 0;
    top: 2px;
    font-family: "fontawesome";
    color: var(--primary-color);
    font-size: 10px;
}
.banner-main-wrapper .banner-content h3{
    position: relative;
    width: 100%;
    color: #FFFFFF;
    font-size: 80px;
    font-weight: 600;
    margin-bottom: 15px;
}
.banner-main-wrapper .banner-content h5{
    position: relative;
    width: 60%;
    color: var(--white-color);
    font-size: 18px;
    margin-bottom: 20px;
}
.banner-main-wrapper .banner-content ul{
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 10px;
    margin-bottom: 15px;
}
/*### Banner Dots css start #####*/
#banner-slider .slick-dots {
    position: absolute;
    left: 100px;
    bottom: 15px;
    z-index: 9;
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 10px 0px 10px 0px;
}
#banner-slider .slick-dots li {
    position: relative;
    margin: 0px 4px;
}
#banner-slider .slick-dots li button {
    padding: 0;
    font-size: 0;
    line-height: 0;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
    width: 20px;
    height: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.5s;
}
#banner-slider .slick-dots li button:before {
    content: "";
    width: 5px;
    height: 5px;
    background-color: #999999;
    border: 0px solid transparent;
    display: block;
    border-radius: 50%;
}
#banner-slider .slick-dots li.slick-active button:before {
    width: 5px;
    height: 5px;
    background-color: #FFCE02;
    border: 0px solid #fff;
    outline: 1px solid #fff;
    outline-offset: 5px;
    border-radius: 10px;
}
/*##### Banner css end ######*/


/*###### About us section css start ######*/
.about-wrapper {
    padding: 70px 0;
    background: #fff;
}

.about-wrapper .about-left-top {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    font-weight: 500;
    color: #1f1f1f;
    margin-top: 8px;
}

.about-wrapper .about-left-top .dot {
    width: 8px;
    height: 8px;
    background: #ffc107;
    border-radius: 50%;
    display: inline-block;
}

.about-wrapper .about-content h3 {
    font-size: 35px;
    line-height: 1.15;
    font-weight: 700;
    color: #302B2B;
    margin: 0;
}
.about-wrapper .about-content h3 span {
    color: #807474;
    font-weight: 400;
}
.about-wrapper .about-image {
    overflow: hidden;
    border-radius: 35px;
}
.about-wrapper .about-image img {
    width: 100%;
    display: block;
    object-fit: cover;
    transition: all 0.5s;
}
.about-wrapper .about-image:hover img{
    transform: scale(1.1);
}

.about-wrapper .about-feature {
    display: flex;
    flex-direction: column;
    gap: 26px;
}

.about-wrapper .about-feature-item {
    display: flex;
    gap: 20px;
    padding: 20px 25px;
    border: 1px solid #dedede;
    border-radius: 22px;
    background: #fff;
    transition: .3s;
}
.about-wrapper .about-feature-item .icon {
    min-width: 44px;
    font-size: 34px;
    color: #ffc107;
    line-height: 1;
}
.about-wrapper .about-feature-item .content h4 {
    font-size: 22px;
    font-weight: 600;
    color: var(--black-color);
    margin-bottom: 10px;
}

.about-wrapper .about-feature-item .content p {
    margin: 0;
    font-size: 16px;
    line-height: 1.5;
    color: var(--paragraph-color);
}

@media (max-width: 1199px) {

    .about-wrapper .about-content h3 {
        font-size: 30px;
    }
}

@media (max-width: 991px) {

    .about-wrapper {
        padding: 50px 0;
    }

    .about-wrapper .about-left-top {
        margin-bottom: 20px;
    }

    .about-wrapper .about-content h3 {
        font-size: 25px;
    }

    .about-wrapper .about-feature {
        margin-top: 35px;
    }
}

@media (max-width: 767px) {

    .about-wrapper {
        padding: 40px 0;
    }

    .about-wrapper .about-content h3 {
        font-size: 24px;
    }

    .about-wrapper .about-feature-item {
        padding: 25px;
    }

    .about-wrapper .about-feature-item .content h4 {
        font-size: 20px;
    }

    .about-wrapper .about-feature-item .content p {
        font-size: 15px;
    }

    .about-wrapper .about-left-top {
        font-size: 15px;
    }
}
/*###### About us section css end ######*/

/*###### excellence-professionalism css start #######*/
.excellence-professionalism-wrapper{
    position: relative;
    width: 100%;
    padding: 0px 0px 70px 0px;
}

.professionalism-video{
    position: relative;
    width: 100%;
}
.professionalism-video video{
    position: relative;
    width: 100%;
    object-fit: cover;
    border-radius: 8px;
}
.professionalism-video::before{
    content: "";
    position: absolute;
    width: 330px;
    height: 130px;
    right: 0;
    bottom: 0;
    background-image: url(../images/excellence-professionalism-images-shape.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom;
    z-index: 1;
}


.excellence-professionalism-btn{
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.excellence-professionalism-btn li{
    position: relative;
    padding: 0px 25px;
    border-right: 2px solid #B1B1B1;
}
.excellence-professionalism-btn li:last-child{
    border-right: 0;
}
.excellence-professionalism-btn li h4{
    position: relative;
    color: #302B2B;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 0;
}
/*###### excellence-professionalism css end #######*/

/*###### Our services css start ######*/

.our-services-wrapper{
    position: relative;
    width: 100%;
    padding: 70px 0px;
    background-color: var(--bg-color);
}

.services-list{
    position: relative;
    width: 100%;
}
.services-list .services-img{
    position: relative;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}
.services-list .services-img::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(26, 26, 26, 0) 59.35%, #121212 100%);
    z-index: 1;
}
.services-list .services-img img{
    position: relative;
    width: 100%;
    height: 400px;
    object-fit: cover;
}
.services-list .services-title{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 2;
    padding: 20px 20px;
}
.services-list .services-title h4{
    position: relative;
    width: 100%;
    color: var(--white-color);
    font-size: 25px;
    margin-bottom: 0;
}
.services-list .services-title h4 a{
    position: relative;
    color: inherit;
}
/*###### Our services css end ######*/

/*#### Gallery css start ######*/
.gallery-wrapper{
    position: relative;
    width: 100%;
    padding: 60px 0px;
}

.gallery{
    position: relative;
}
.gallery .gallery-sld-items{
    position: relative;
    padding: 5px 10px;
}
.gallery-img{
    position: relative;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.gallery-slider-wrap{
    position: relative;
    width: 100%;
}
.gallery-slider-wrap .gallery-logo{
    position: absolute;
    width: 180px;
    height: 180px;
    background-color: #fff;
    border: 4px solid #FFCE00;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
/*#### Gallery css end ######*/

/*#### lets-connect section css start #####*/
.lets-connect-wrapper{
    position: relative;
    width: 100%;
    padding: 0px 0px 40px 0px;
}
.lets-connect-inner-wrap{
    position: relative;
    width: 100%;
    padding: 15px 15px;
    background-color: var(--bg-color);
    border-radius: 10px;
}
.lets-connect-inner-wrap::before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 270px;
    height: 70px;
    background-image: url(../images/lets-connect-shape-img.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom;
}
.lets-connect-left-img{
    position: relative;
    width: 100%;
    border-radius: 15px;
    overflow: hidden;
}
.lets-connect-left-img img{
    position: relative;
    width: 100%;
}
.lets-connect-right-img{
    position: relative;
    width: 100%;
    border-radius: 15px;
    overflow: hidden;
}
.lets-connect-right-img img{
    position: relative;
    width: 100%;
}

.lets-connect-content{
    position: relative;
    width: 100%;
    text-align: center;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
}
.lets-connect-content p{
    position: relative;
    width: 100%;
    color: #787878;
    font-size: 15px;
    margin-bottom: 15px;
}
/*#### lets-connect section css end #####*/

/*#### Footer css start #####*/
.footer-wrapper{
    position: relative;
    width: 100%;
    background-image: url(../images/footer-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 0px;
}
.footer-main-wrap{
    position: relative;
    width: 100%;
    background-color: #090804eb;
    padding-top: 80px;
    border-radius: 10px;
}

.footer-inner-wrap{
    position: relative;
    width: 100%;
}
.footer-inner-wrap h3{
    position: relative;
    width: 100%;
    color: var(--white-color);
    font-size: 22px;
    margin-bottom: 15px;
}

.footer-menu{
    position: relative;
    width: 100%;
}
.footer-menu ul{
    position: relative;
    width: 100%;
    margin-bottom: 0;
}
.footer-menu ul li{
    position: relative;
    width: 100%;
    padding: 5px 0px;
}
.footer-menu ul li a{
    position: relative;
    color: #B8B8B8;
    font-size: 15px;
}

.footer-inner-wrap h4{
    position: relative;
    width: 100%;
    color: var(--white-color);
    font-size: 18px;
    margin-bottom: 10px;
}
.footer-inner-wrap p{
    position: relative;
    width: 100%;
    color: #B8B8B8;
    font-size: 16px;
    margin-bottom: 15px;
}
.footer-inner-wrap p a{
    color: inherit;
}
.footer-inner-wrap p a img{
    margin-left: 5px;
    vertical-align: sub;
}
.footer-newsletter-wrap{
    position: relative;
    width: 100%;
}
.footer-newsletter-wrap h3{
    position: relative;
    width: 100%;
    color: var(--white-color);
    font-size: 50px;
    margin-bottom: 15px;
}

/*  */
.footer-quick-links-wrap{
    position: relative;
    width: 100%;
    padding-left: 20%;
    padding-right: 20%;
}
.footer-quick-links-wrap::before{
    content: "";
    position: absolute;
    left: 10%;
    top: 0;
    width: 1px;
    height: 100%;
    border-left: 1px dashed #424242;
}
.footer-quick-links-wrap::after{
    content: "";
    position: absolute;
    right: 10%;
    top: 0;
    width: 1px;
    height: 100%;
    border-right: 1px dashed #424242;
}

/*##### newsletter ####*/
.newsletter-wrap{
    position: relative;
    width: 100%;
}
.newsletter-wrap .newsletter-inner{
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #616161;
    border-radius: 5px;
    padding: 8px;
}
.newsletter-wrap .newsletter-inner .newsletter-input{
    position: relative;
    width: calc(100% - 50px);
}
.newsletter-wrap .newsletter-inner .newsletter-input .form-control{
    position: relative;
    width: 100%;
    background-color: transparent;
    border: 0;
    height: 50px;
    color: var(--white-color);
}
.newsletter-wrap .newsletter-inner .newsletter-input .form-control::placeholder{
    color: #4B4B4B;
}
.newsletter-wrap .newsletter-inner .newsletter-input .form-control:focus{
    outline: none;
    box-shadow: none;
}
.newsletter-wrap .newsletter-inner .newsletter-btn-wrap{
    position: relative;
    width: 50px;
}
.newsletter-wrap .newsletter-inner .newsletter-btn-wrap .newsletter-btn{
    position: relative;
    width: 100%;
    height: 50px;
    background-color: #FFCE02;
    border-radius: 5px;
    border: 0;
    font-size: 20px;
}
.newsletter-wrap .newsletter-inner .newsletter-btn-wrap .newsletter-btn i{
    transform: rotate(-45deg);
}
/* newsletter css end */

.footer-copyright-wrap{
    position: relative;
    width: 100%;
    padding: 30px 0px;
    border-top: 1px dashed #424242;
    text-align: center;
}
.footer-copyright-wrap p{
    position: relative;
    width: 100%;
    color: #696969;
    font-size: 15px;
    margin-bottom: 0;
}

/*#### Footer css end #####*/

/*#### Inner banner css start #####*/
.inner-banner-wrapper{
    position: relative;
    width: 100%;
}
.inner-banner-wrapper::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #06050599 0%, rgba(28, 19, 19, 0) 64.53%);
    z-index: 1;
}
.inner-banner-wrapper::after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(74.03deg, #000000 -0.69%, rgba(0, 0, 0, 0) 66.62%);
}
.inner-banner-wrapper > img{
    position: relative;
    width: 100%;
    object-fit: cover;
}
.inner-banner-wrapper .inner-banner-content{
    position: absolute;
    left: 0;
    bottom: 30px;
    width: 100%;
    z-index: 9;
}
.inner-banner-wrapper .inner-banner-content h1{
    position: relative;
    width: 100%;
    color: var(--white-color);
    font-size: 30px;
    margin-bottom: 12px;
}
.inner-banner-wrapper .inner-banner-content .banner-breadcrumb{
    position: relative;
    width: 100%;
}
.inner-banner-wrapper .inner-banner-content .banner-breadcrumb .breadcrumb{
    position: relative;
    width: 100%;
    margin-bottom: 0;
}
.inner-banner-wrapper .inner-banner-content .banner-breadcrumb .breadcrumb li{
    position: relative;
    color: var(--white-color);
}
.inner-banner-wrapper .inner-banner-content .banner-breadcrumb .breadcrumb li a{
    color: var(--primary-color);
}
.inner-banner-wrapper .inner-banner-content .banner-breadcrumb .breadcrumb li.breadcrumb-item + .breadcrumb-item::before{
    color: var(--white-color);
}
/*#### Inner banner css end #####*/

/*#### About us css start #####*/
.about-page-professionalism{
    padding-top: 60px;
}
.about-our-company-wrapper{
    position: relative;
    width: 100%;
    padding: 60px 0px;
    background-color: var(--bg-color);
}

.about-company-dtls-list{
    position: relative;
    width: 100%;
    padding: 20px 20px;
    background-color: var(--white-color);
    box-shadow: 0px 2px 12px 4px #0000000a;
    border-radius: 15px;
    border: 1px solid #d2d2d2;
}
.about-company-dtls-list .abt-img-box{
    position: relative;
    width: 100%;
    border-radius: 15px;
    overflow: hidden;
}
.about-company-dtls-list .about-company-dtls-content{
    position: relative;
    width: 100%;
}
.about-company-dtls-list .about-company-dtls-content h3{
    position: relative;
    width: 100%;
    font-size: 30px;
    color: var(--black-color);
    margin-bottom: 15px;
}
.about-company-dtls-list .about-company-dtls-content p{
    position: relative;
    width: 100%;
    color: var(--paragraph-color);
    font-size: 16px;
    margin-bottom: 15px;
}
/*#### About us css end #####*/

/*#### Contact us css start #####*/
.contact-us-wrapper{
    position: relative;
    width: 100%;
    padding: 60px 0px;
    background-color: var(--white-color);
}

.contact-info-left-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 40px 40px;
  background-color: var(--bg-color);
  border: 1px solid #ddd;
  border-radius: 15px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.contact-info-left-wrap .contactus-info-wrap {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.contact-info-left-wrap .contactus-info-wrap .icon {
  position: relative;
  width: 50px;
  height: 50px;
  background-color: var(--primary-color);
  border-radius: 50%;
  color: var(--black-color);
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.contact-info-left-wrap .contactus-info-wrap .info {
  position: relative;
  width: calc(100% - 50px);
  padding-left: 15px;
}
.contact-info-left-wrap .contactus-info-wrap .info h6 {
  position: relative;
  width: 100%;
  color: #656565;
  font-size: 16px;
  margin-bottom: 5px;
}
.contact-info-left-wrap .contactus-info-wrap .info h5 {
  position: relative;
  width: 100%;
  color: #202020;
  font-size: 18px;
  font-weight: 600;
  word-break: break-word;
}
.contact-info-left-wrap .contactus-info-wrap .info h5 a {
  color: #202020;
}

.contact-form-right-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 30px 30px;
  background-color: #202020;
  border: 1px solid #2F302C;
  border-radius: 15px;
}
.contact-form-right-wrap .title {
  position: relative;
  width: 100%;
}
.contact-form-right-wrap .title h3 {
  position: relative;
  width: 100%;
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 10px;
}
.contact-form-right-wrap .title p {
  position: relative;
  width: 100%;
  color: #b4b4b4;
  font-size: 15px;
  margin-bottom: 10px;
}
.contact-form-right-wrap .form-group {
  position: relative;
  width: 100%;
}
.contact-form-right-wrap .form-group .form-control, .contact-form-right-wrap .form-group .form-select {
  position: relative;
  width: 100%;
  border: 1px solid #5B5B5B;
  padding: 12px 12px;
  background-color: #2D2D2D;
  color: #fff;
  transition: all 0.5s;
}
.contact-form-right-wrap .form-group .form-control::-moz-placeholder, .contact-form-right-wrap .form-group .form-select::-moz-placeholder {
  color: #fff;
}
.contact-form-right-wrap .form-group .form-control::placeholder, .contact-form-right-wrap .form-group .form-select::placeholder {
  color: #fff;
}
.contact-form-right-wrap .form-group .form-control:focus, .contact-form-right-wrap .form-group .form-select:focus {
  outline: none;
  box-shadow: none;
  border-color: var(--primary-color);
}
.contact-form-right-wrap .form-group .cf7sr-g-recaptcha {
    transform: scale(0.7);
    margin-left: -40px;
}
.contact-form-right-wrap .wpcf7 form .wpcf7-response-output{
    color: var(--white-color);
}
.contact-map-wrap {
  position: relative;
  width: 100%;
}
.contact-map-wrap iframe {
  position: relative;
  width: 100%;
  height: 350px;
  border-radius: 15px;
}
/*#### Contact us css end #####*/

/*#### Gallery page css start #####*/
.gallery-wrapper{
    position: relative;
    width: 100%;
    padding: 60px 0px;
}
/*#### Gallery page css end #####*/

/*#### Services page css start #####*/
.services-page-wrapper{
    position: relative;
    width: 100%;
    padding: 60px 0px;
}

.services-details-wrapper{
    position: relative;
    width: 100%;    
    padding: 60px 0px;
}
.services-left-img{
    position: sticky;
    width: 100%;
    top: 0;
    left: 0;
    border-radius: 15px;
    overflow: hidden;
}
.services-right-content{
    position: relative;
    width: 100%;
}
.services-right-content h3{
    position: relative;
    width: 100%;
    color: var(--black-color);
    font-size: 30px;
    margin-bottom: 15px;
}
.services-right-content h4{
    position: relative;
    width: 100%;
    color: var(--heading-color);
    font-size: 22px;
    margin-bottom: 10px;
}
.services-right-content h5{
    position: relative;
    width: 100%;
    color: var(--heading-color);
    font-size: 18px;
    margin-bottom: 10px;
}
.services-right-content p{
    position: relative;
    width: 100%;
    color: var(--paragraph-color);
    font-size: 15px;
    margin-bottom: 15px;
}
.services-right-content ul{
    position: relative;
    width: 100%;
    margin-bottom: 20px;
}
.services-right-content ul li{
    position: relative;
    width: 100%;
    padding-left: 20px;
    font-size: 15px;
    color: var(--paragraph-color);
    margin-bottom: 8px;
}
.services-right-content ul li:before{
    content: "\f111";
    font-family: fontawesome;
    font-size: 8px;
    position: absolute;
    left: 0px;
    top: 5px;
    color: var(--primary-color);
}
/*#### Services page css end #####*/



/*##### 404 page css start ####*/
.page404-wrapper{
    position: relative;
    width: 100%;
    padding: 60px 0px;
}
.page404-wrapper .text404{
    font-size: 150px;
    font-weight: 600;
    color: var(--primary-color);
    text-shadow: 5px 6px 5px #afafa0;
}
.page404-wrapper h5 {
  position: relative;
  width: 100%;
  color: var(--paragraph-color);
  font-size: 18px;
}
/*##### 404 page css end ####*/