body
{
    font-family: "Raleway", sans-serif;
}

.bg-background
{
    background: #f8f8ff;
}

.navbar-brand img{
    height: 75px;
}

.navbar
{
    background-color: #ffffff;
    box-shadow: 0px 0px 0px 1px #ececec;
    padding: 15px 0px 15px 0px;

}

.navbar .navbar-nav .nav-item .nav-link
{
    color: #2e3b4c;
    font-size: 16px;
    font-weight: 600;
    padding-left: 25px;
}



.navbar .navbar-nav .nav-item .nav-link:hover
{
    color: #c3a26c;
}

.dropdown-menu
{
    padding-top: 5px;
    border-radius: 0px;
    background: ghostwhite;
    box-shadow: 2px 2px 15px rgb(12 35 34 / 9%);
    border: none;
}

.dropdown-item
{
    color: #212529;
    font-size: 16px;
    font-weight: 500;
}



/* home banner section */
.home-banner
{
    /* background: #f8f8ff; */
}

.home-banner-text
{
    position: absolute;
    z-index: 1;
    top: 300px;
    left: 293px;
   
}



.home-banner-text .banner-sub-title
{
    display: inline-flex;
    padding: 5px 15px;
    background-color: #c3a26c;
    border-radius: 5px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.7px;
    margin-bottom: 22px;
}

.banner-title-hilight
{
    color: #c3a26c;
    font-weight: 800;
}

.home-banner-text h1
{
    font-size: 60px;
    margin-bottom: 0;
    color:#fff;
}

.home-banner-text p
{
    margin-top: 22px;
    max-width: 520px;
    font-weight: 400;
    font-size: 20px;
    color:#18273f;
}


.home-banner-image
{
    /* padding-top: 150px; */
}


/* home banner section */
.about-banner
{
    background: #f8f8ff;
}

.about-banner-text
{
    position: relative;
    top: 0;
    padding-top: 200px;
    padding-bottom: 110px;
   
}
.about-banner-text .banner-sub-title
{
    display: inline-flex;
    padding: 5px 15px;
    background-color: #c3a26c;
    border-radius: 5px;
    color: #212529;
    font-size: 14px;
    letter-spacing: 0.7px;
    margin-bottom: 22px;
    font-weight: 600;
}

.about-title-hilight
{
    color:#a24be9;
}

.about-banner-text h1
{
    font-size: 45px;
    margin-bottom: 0;
    color: #f7f7f5;
    font-weight: 600;
}

.about-banner-text p
{
    margin-top: 22px;
    max-width: 520px;
    font-weight: 400;
    font-size: 20px;
    color:#18273f;
}


.about-banner-image
{
    padding-top: 75px;
    z-index: 3;
}

.banner-background
{
    background-image: url(../../image/banner/team-bg.jpg);
    background-size: cover;
    background-position: center;
}

.header-title h2{
    color: #2e3b4c;
    font-size: 40px;
    font-weight: 600;
    border-left: 6px solid;
    padding-left: 10px;
    border-image-slice: 1;
    border-image-source: linear-gradient(to top, #18273f, #c3a26c);

}






.property-btn {
    padding: 10px 21px;
    border-radius: 5px;
    background-color: #c3a26c;
    color: #ffffff;
    font-weight: 600;
    font-family: "Josefin Sans", sans-serif;
    transition: 0.6s;
}

.property-btn:hover {
    background-color: #18273f;
    color: #ffffff;
}





.about-us-section
{

}

.about-us-content
{

}

.about-us-content h2
{
    font-size: 42px;
    color: #18273f;
}

.about-us-content p
{
    font-size: 25px;
    color: #18273f;
    line-height: 1.8;
    text-align: justify;
    /* padding-left: 10px; */
}

.about-us-content i{
    font-size: 20px;
    color: #ce2d32;
}

.about-us-image
{
    

}

.about-us-image img
{
    /* border: 1px dashed  #c3a26c; */
    padding: 10px;
    border-radius: 30px 30px 30px 30px;
    border: 5px solid #c3a26c;
    border-bottom-color: #303f52;
    border-right-color: #303f52;

}


.counter-list
{
    background:#f8f8ff;
    border-radius: 5px;
    box-shadow: 0 4px 15px rgb(12 35 34 / 50%);
    /* border-radius: 10px 30px 10px 10px; */
}

.counter-list img{
    /* height: 165px; */
}

.counter-icon
{
    font-size: 45px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #c3a26c;
}

.counter-title
{
    font-size: 15px;
    font-weight: 500;
    color: #f4f4f5;
    background: #ce2d32;
    padding: 5px 5px;
    border-radius: 5px;
    bottom: 30px;
    left: 30px;
}

.background-bg-img
{
    background-image: url("../../image/business/background-image.jpg");
}

.business-list
{
    position: relative;
    background: #ffffff;
    padding: 5px;
    border-radius: 5px;
}

.business-image
{
    position: relative;
    background-color: #4b0508d6;
}

.image {
    opacity: 1;
    display: block;
    /* width: 100%;
    height: auto; */
    /* transition: .5s ease; */
    transition: 0.5s ease-in-out !important;
    backface-visibility: hidden;
  }

  .middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
  }

  .business-image:hover .middle {
    opacity: 1;
  }
  
  .text {
    background-color: #ce2d32;
    color: white;
    font-size: 16px;
    padding: 16px 32px;
    text-decoration: none;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;

  }
  .business-image:hover .image {
    opacity: 0.3;
  }



.business-icon i{
    font-size: 49px;
    color: #ce2d32;
    padding-right: 10px;
}
.business-content-details
{
    padding-top: 20px;
}



.title-heading h2
{
    font-size: 42px;
    color: #18273f;
    font-weight: 500;
}

.sub-title-heading
{
    display: inline-flex;
    padding: 5px 15px;
    background-color: #c3a26c;
    border-radius: 5px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.7px;
    margin-bottom: 15px;

}


.right-float-btn
{
    position: absolute;
    top: 50px;
    right: 0px;

}


.top-banner-text
{
    padding-top: 120px;
    padding-bottom: 90px;
}

.top-banner-text h2{
    font-size: 32px;
}

.top-banner-text p{
    font-size: 14px;
}



.top-banner-text .banner-sub-title {
    display: inline-flex;
    padding: 5px 15px;
    background-color: #c3a26c;
    border-radius: 5px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.7px;
    margin-bottom: 22px;
}




.float-property-text4
{
    top: 10px;
    left: 10px;
    padding: 2px 5px;
    background-color: #c3a26c;
    /* box-shadow: 1px 2px 1px rgba(94, 93, 99, 0.08), 0 1px 2px rgba(61, 60, 66, 0.12); */
    letter-spacing: 1px;
    font-size: 14px;
    color: #fff;
    border-radius: 5px;
}

.float-property-text5
{
    top: 10px;
    right: 10px;
    padding: 2px 5px;
    background-color: #dc3545;
    /* box-shadow: 1px 2px 1px rgba(94, 93, 99, 0.08), 0 1px 2px rgba(61, 60, 66, 0.12); */
    letter-spacing: 1px;
    font-size: 14px;
    color: #fff;
    border-radius: 5px;
}


.float-property-text6
{
    bottom: 6px;
    left: 10px;
    padding: 2px 5px;
    letter-spacing: 1px;
    font-size: 14px;
    color: #fff;
    background: green;
    border-radius: 5px;
  
}

.float-property-text6 img
{
    max-height: 22px;
}




.custom-modal-body
{
    padding: 0px!important;
    text-align: center;
}

.btn-close-1
{
    width: 1.5em;
    height: 1.5em;
    position: absolute;
    top: -4px;
    right: -7px;
    background: rgb(94 93 99 / 4%);
    border: none;
}

.btn-close-1 i{
    font-size: 23px;
    margin-left: -8px;
    margin-top: -2px;
    color: #18273f;
    border: 2px solid #c3a26c;
    border-radius: 50%;
    background: white;
}



/* Youtuve Video CSS */

.embed-responsive {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	overflow: hidden;
}

.embed-responsive::before {
	display: block;
	content: ""
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0
}

.embed-responsive-21by9::before {
	padding-top: 42.857143%
}

.embed-responsive-16by9::before {
	padding-top: 56.25%
}

.embed-responsive-4by3::before {
	padding-top: 75%
}

.embed-responsive-1by1::before {
	padding-top: 100%
}

/* Youtuve Video CSS End */




.required:after {
    content: "*";
    position: relative;
    font-size: inherit;
    color: #dc3545;
    padding-left: 0.15rem;
    font-weight: 600;
}

.contact-info span i{

    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #f8f8ff;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    margin-right: 5px
}

.property-right-sidebar-contact .card-footer
{
    background: none;
    border-top:none;
    margin-top: -25px;
}

.property-right-sidebar-contact .card-footer i
{
    color: #fff;
}
.property-right-sidebar-contact .card-footer a
{
    color: #fff;
}


.contact-modal{}

.contact-modal-body .form-control
{
    margin: 10px 0px 10px 0px;
    height: 46px;
    background-color: #ffffff;
    border-radius: 5px;
    outline: 0;
    box-shadow: unset;
    color: #18273f;
    border: 1px solid #c7c4c9;
    transition: 0.6s;
    padding: 10px 21px;
    font-size: 15px;

}

.offcanvas
{
    background-color: #0a0a0ae3;
}

.offcanvas-stikcy-toolbar {
    position: fixed;
    bottom: 0;
    background: white;
    left: 0;
    right: 0;
    z-index: 99;
    -webkit-box-shadow: 0 0 9px rgba(0,0,0,.12);
    box-shadow: 0 0 9px rgba(0,0,0,.12);
    padding: 10px 20px;
    display: none;
    visibility: hidden
}

@media only screen and (min-width: 500px) {
    .offcanvas-stikcy-toolbar {
        padding:10px 40px
    }
}

@media only screen and (min-width: 768px) {
    .offcanvas-stikcy-toolbar {
        padding:10px 60px
    }
}

@media only screen and (max-width: 991px) {
    .offcanvas-stikcy-toolbar {
        display:block;
        visibility: visible
    }
}

.offcanvas-stikcy-toolbar-btn {
    position: relative;
    text-align: center
}

.offcanvas-stikcy-toolbar-btn:hover .offcanvas-stikcy-toolbar-icon {
    background: var(--primary-color);
    color: var(--white-color)
}

.offcanvas-stikcy-toolbar-icon {
    width: 3rem;
    height: 3rem;
    text-align: center;
    background: var(--secondary-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    color: var(--white-color);
    margin: 0 auto
}

.offcanvas-stikcy-toolbar-label {
    display: block;
    font-size: 1.2rem;
    font-weight: 600;
    margin-top: 6px
}

/* p::first-letter { */
   
  .firstletter
{font-size: 50px;
    line-height: 24px;
    font-weight: 600;
    color: #c3a26c;
}

/*  */





/*  */

.bg-video-wrap {
    position: relative;
    overflow: hidden;
    width: 100%;
    /* height: 100vh; */
    /* background: url(https://designsupply-web.com/samplecontent/vender/codepen/20181014.png) no-repeat center center/cover; */
    }

    video {
    min-width: 100%;
    /* min-height: 100vh; */
    z-index: 1;
    }

     .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(45deg, rgb(0 0 0 / 7%) 50%, rgb(0 0 0 / 4%) 50%);
    background-size: 2px 2px;
    z-index: 2;}
    
     
    .video-heading {
    text-align: center;
    font-weight: 600;
    font-size: 60px;
    color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 3;
    /* max-width: 400px; */
    width: 100%;
    height: 50px;
    text-shadow: 4px 3px 2px rgb(0 0 0 / 92%);
    }

    .video-icon i
    {
        font-size: 30px;
        color: #fff;
        position: absolute;
        top: 170px;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        z-index: 3;
        max-width: 60px;
        width: 100%;
        height: 60px;
        background: #c3a26c;
        padding: 15px;
        border-radius: 50%;
    }

    .video-icon i:hover
    {
        background: #101010;
        color: #c3a26c;
        border: 2px solid;
    }


    .home-video-icon i
    {
        font-size: 30px;
        color: #fff;
        position: absolute;
        top: 330px;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        z-index: 3;
        max-width: 60px;
        width: 100%;
        height: 60px;
        background: #c3a26c;
        padding: 15px;
        border-radius: 50%;
    }

    .home-video-icon i:hover
    {
        background: #101010;
        color: #c3a26c;
        border: 2px solid;
    }

.shape-mockup-1
{
    position: absolute;
    z-index: 1;
    opacity: 0.14;
    pointer-events: none;
    background-repeat: repeat-x;
    height: 400px;
    width: 100%;
    animation: cloudMove 60s linear 0s infinite;
}

.shape-mockup-2
{
    position: absolute;
    z-index: 1;
    opacity: 0.14;
    pointer-events: none;
    background-repeat: repeat-x;
    height: 400px;
    width: 100%;
    animation: cloudMove 60s linear 0s infinite;
}

.bnt-textile i{
    font-size: 30px;
    color: #c3a26c;
}


@keyframes cloudMove {
	0% {
		background-position: -1920px 100%;
	}

	100% {
		background-position: 0 100%;
	}
}

/* Footer CSS */

.footer-section
{
    background: #141e2b;
}

.footer-bg-image
{
    background: url(../../image/banner/footer-bg-image.webp);
    background-position: center;
    background-size: cover;
}

.footer-main{
    padding-top: 3rem;
    padding-bottom: 3rem;
   
}

.footer-main h6 {
    font-size: 18px;
    margin-bottom: 1.2rem;
}

.footer-main a i{

    color:#c3a26c;
}

.footer-main  i{

    color:#c3a26c;
}

.custom-hr-color
{
    border: 1px solid #c3a26c;
    width: 114px
}

.footer-main a {
    line-height: 2;
    transition: opacity 0.2s;
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
    font-family: sans-serif;
}

.footer-bottom
{
    background: #1a1b1c;
    padding: 15px 0px 15px 0px;

}
.bank-list
{
    height: 220px;
    overflow-y: auto;
}
.bank-list img{
    background: #fff;
    padding: 5px;
    width: 145px;
    margin-bottom: 6px;
}


/* width */
.bank-list::-webkit-scrollbar {
	width: 3px;
}

/* Track */
.bank-list::-webkit-scrollbar-track {
	box-shadow: inset 0 0 3px #00000060;
}

/* Handle */
.bank-list::-webkit-scrollbar-thumb {
	background: linear-gradient(to left bottom, #c3a26c,  rgb(15, 15, 15));
}

/* Handle on hover */
.bank-list::-webkit-scrollbar-thumb:hover {
	background: linear-gradient(to left bottom, #c3a26c, rgb(15, 15, 15));
}


.copyright-text  a{
    color: #c3a26c;
    text-decoration: none;
}

.contact-icon i
{
    font-size: 35px;
    color: #c3a26c;
    background: #eff0f1;
    padding: 14px;
    border-radius: 50px;
   
}

.contact-form-card .card-header
{
    background: none;
}

.agent-contact-form .form-control:last-child
{
    height: auto!important;
}

.about-us-top-content h2
{
    font-size: 42px;
    color: #18273f;

}

.about-us-top-content p
{
    font-size: 15px;
    color: #18273f;
    line-height: 1.8;
    text-align: justify;
}

.about-us-top-image img
{
    border: 1px dashed #c3a26c;
    padding: 10px;
    border-radius: 30px 30px 30px 30px;
}

.card-custom-icon
{
    color: #fff;
    background: #c3a26c;
    padding: 19px; 
    border-radius: 50px;
    display: inline-block;
    width: 80px;
    height: 80px 
}
.card-custom-icon i{
    font-size: 40px;
}

.card-custom-title h4{
    font-size: 18px;
    color: #18273f;
    font-weight: 600;
}

.about-us-mission .card{
    border:none;
    box-shadow: 0 4px 15px rgb(12 35 34 / 50%);
}

.section-title h2
{
    font-size: 35px;
    color: #18273f;
}

.card-custom-icon-1 {
    color: #c3a26c;
    background: #eff0f1;
    padding: 12px;
    border-radius: 50px;
    display: inline-block;
    width: 80px;
    height: 80px;
}
.card-custom-icon-1
{
    font-size: 40px;
}

.why-choose-us .card{
    border:none;
}

.team-section .card{
    border:none;
    box-shadow: 0 4px 15px rgb(12 35 34 / 50%);
    text-decoration: none;
}

 .team-body
{
   
    border: 2px solid #c3a26c;
    border-bottom-color: #303f52;
    border-right-color: #303f52;
    background: #f1ede6;
    border-radius: 20px;

} 
/* .team-image{

    padding: 5px 5px 0px 5px;
    border: 2px solid #c3a26c;
    border-bottom-color: #303f52;
    border-right-color: #303f52;
    background: #f1ede6;
    border-radius: 20px 20px 0px 0px;

} */

.team-title
{
    background: #f1ede6;
    border-radius: 5px 5px 20px 20px;
    padding-left: 10px;
    padding-right: 20px;
}

.team-body .team-image img {
    /* max-width: 150px;
    box-shadow: 0 0 0 1px #dce3ec, 0 8px 16px 0 #dce3ec; */
}

.team-body h4
{
    font-size: 20px;
    color: #18273f;
    font-weight: 600;
}

.team-icon-details i
{
    background: #c3a26c;
    padding: 8px;
    color: #2e3b4c;
    border-radius: 50%;
    border: 2px solid #2e3b4c;
}

.team-icon-details i:hover
{
    background: #2e3b4c;
    padding: 8px;
    color: #c3a26c;
    border-radius: 50%;
    border: 2px solid  #c3a26c;
}

.team-modal-content
{
    position: relative;
    border-radius: 23px;
}

.team-modal-body
{
    background-color: #f1ede6;
    border: 8px solid #c3a26c;
    border-bottom-color: #303f52;
    border-right-color: #303f52;
    border-radius: 20px;
}

.team-title-details h4
{
    font-size: 25px;
    color: #18273f;
    font-weight: 600;
}

.team-title-details h6{
    color: #c3a26c;
    font-size: 20px;
    font-weight: 500;
}

.team-content-details p{
    font-weight: 500;
    font-size: 15px;
    color: #18273f;
}

.team-content-details i{
    background: #c3a26c;
    padding: 4px;
    border-radius: 50%;
    color: #18273f;
    border: 2px solid #2e3b4c;
    margin-bottom: 7px;
}

.modal-bg
{
    background: #0b0c0cb5;
}

.btn-close {
    position: absolute;
    top: -18px;
    right: -18px;
    opacity: 1 !important;
    background-color: #c3a26c;
    border-radius: 20px !important;
    padding: 10px;
    border: 2px solid #2e3b4c;
}

.btn-close:hover {
    /* background: #ffffff; */
    border: 2px solid #271902;
    
}






.office-details-section
{
    background: #fff;
    padding: 20px;
    box-shadow: 0 4px 15px rgb(12 35 34 / 50%);
}

.office-details-section-bg
{
    background-image: url(../../image/banner/textile-production.webp);
    background-size: cover;
    background-position: center;
}

.office-details-section-bg-2
{
    background-image: url(../../image/banner/border.jpg);
    background-size: cover;
    background-position: center;
}


.office-address
{
    height: 150px;
}

.office-address h4
{

}

.office-address-details i{

    font-size: 20px;
    background: #c3a26c;
    padding: 11px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
}

.office-address-details p{
    padding-left: 10px;
    font-weight: 500;
    font-family: sans-serif;
}
.product-gallery-list span
{
    background: #c3a26c;
    color: #ffffff;
    border-radius: 6px;
    position: absolute;
    bottom: 24px;
    right: 23px;
    padding: 2px 5px 2px 5px;
    font-weight: 500;
}
.product-gallery-list .factory
{
    background: #303f52;
    color: #ffffff;
    border-radius: 6px;
    position: absolute;
    top: 24px;
    left: 23px;
    padding: 2px 5px 2px 5px;
    font-weight: 500;
}


/* about us page */

.about-us-contents
{
    font-size:25px;
}


.total-counter{
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background: #e6e6e7;
    padding: 40px 0px;  */
    width: 100%;
  }
  .total-counter .item{
    background: #fff;
    /* width: 200px; */
    padding: 35px 40px; 
    margin: 10px;
    text-align: center;
    border-radius: 20px;
    -webkit-box-shadow: 0px 0px 38px -8px rgba(0,0,0,0.34);
  -moz-box-shadow: 0px 0px 38px -8px rgba(0,0,0,0.34);
  box-shadow: 0px 0px 38px -8px rgba(0,0,0,0.34);
  } 
  .total-counter .item .count{
    color: #e8b12d;
    margin-bottom: 5px;
    font-size: 40px;
  }
  .total-counter .item h3{
    color: #4f4e28;
    text-transform: capitalize;
    font-size: 20px;
  }

  /* mission & Vision Section */
  .mission-details
  {
    border: 5px solid #c3a26c;
    border-bottom-color: #303f52;
    border-right-color: #303f52;
    border-radius: 0.7rem;
    margin-bottom: 100px;
    box-shadow: 0 4px 15px rgb(12 35 34 / 50%);
  }
  .mission-details h3{
    font-size: 32px;
    font-weight: 600;
    margin-top: 25px;
  }
  .mission-icons
  {
    top: -70px;
    left: 17px;
    background: #ffffff;
    padding: 10px;
    border-radius: 0px 20px 0px 20px;
    border: 5px solid #c3a26c;
    border-bottom-color: #303f52;
    border-right-color: #303f52;
    box-shadow: 0 4px 15px rgb(12 35 34 / 50%);
  }

  .founder-details-image img{
    border: 5px solid #c3a26c;
    border-bottom-color: #303f52;
    border-right-color: #303f52;
  }


  .background-bg-grey {
    background: #f3f2f0;
}

.background-bg-blue {
    background: #303f52;
}

.mission-section.background-bg-grey{
    background: #f3f2f0;
    position: relative;
    overflow: hidden;
}

.mission-section.background-bg-grey::before {
    position: absolute;
    content: "";
    width: 50%;
    height: 100%;
    top:0;
    left:0;
    background-color: #686b6f;
    z-index: 1;
    pointer-events: none;
}

/* Founder Section */

.founder-section.background-bg-blue::before
{
    position: absolute;
    content: "";
    width: 45%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #f7f5f5;
    z-index: 1;
    pointer-events: none;
}
.founder-details h4{
    color:#c3a26c;
}
.founder-image img{
    z-index: 2;
    position: relative;
}
/* Focus Area */

.focus-area-list
{
    position: relative;
    display: block;
    overflow: hidden;
    border-radius:20px;
    box-shadow: 0 4px 15px rgb(12 35 34 / 50%);
}

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

.focus-area-list .focus-area-contents{
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 2rem;
    padding-top: 5.5rem;
    width: 100%;
    color: #f8f8ff;
    background: linear-gradient(180deg, rgba(13, 13, 13, 0) 0%, #0D0D0D 100%);
    transform: translateY(calc(100% - 10rem));
    transition: .5s ease;
    z-index: 1;
}

.focus-area-contents h5 {
    letter-spacing: -1.1px;
    font-size: 2.25rem;
    color: #f8f8ff;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 27px;
}

.focus-area-list .focus-area-contents a{
    display: inline-flex;
    align-items: center;
    column-gap: 0.5rem;
    position: relative;
    font-size: 1.125rem;
    line-height: 1.5rem;
    font-weight: bold;
    color: #c3a26c;
    transition: all .5s ease;
    z-index: 1;
    text-decoration: none;
}

.focus-area-list .focus-area-contents:hover 
 {
    transform: translateY(0);
}


/* Focus Area End */

/* client list */

.client-list .client-image{
    padding: 10px;
    border-radius: 0px 20px 0px 20px;
    border: 3px solid #c3a26c;
    border-bottom-color: #303f52;
    border-right-color: #303f52;
    box-shadow: 0 4px 15px rgb(12 35 34 / 50%);
    height: 112px;
}

/* client list end */

/* section line */

.sec-line {
    position: relative;
    margin-bottom: 15px;
    line-height: 0;
}

.sec-line .sec-line1 {
    width: 16px;
    height: 4px;
    background: #303f52;
    border-radius: 30px;
    display: inline-block;
    margin-right: 5px;
}

.sec-line .sec-line2 {
    width: 46px;
    height: 4px;
    background: #c3a26c;
    border-radius: 30px;
    display: inline-block;
}

/* Section End Line */
.service-section .card{
    border:none;
    box-shadow: 0 4px 15px rgb(12 35 34 / 50%);
}

.service-image img{
    border-radius: 5px;
}

.service-text h4{
    font-size: 18px;
    color: #18273f;
    font-weight: 600;
}

.service-text p{
    font-size: 15px;
    color: #18273f;
    line-height: 1.8;
}

.custom-justify
{
    text-align: justify;
}

.footer-logo img
{
    height: 75px;
}


/* Youtuve Video CSS */

.embed-responsive {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	overflow: hidden;
    border: 5px solid #c3a26c;
    border-bottom-color: #303f52;
    border-right-color: #303f52;
}

.embed-responsive::before {
	display: block;
	content: ""
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0
}

.embed-responsive-21by9::before {
	padding-top: 42.857143%
}

.embed-responsive-16by9::before {
	padding-top: 56.25%
}

.embed-responsive-4by3::before {
	padding-top: 75%
}

.embed-responsive-1by1::before {
	padding-top: 100%
}

/* Youtuve Video CSS End */


.product-gallery-list
{
  position: relative;
}

.product-view-icon
{
  opacity:0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
    background: #18273f;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    width: 60px;
    height: 60px;
}

.product-view-icon i
{
  font-size: 25px;
  color: #c3a26c;

   
}

.product-gallery-list:hover .product-view-icon {
    opacity: 1;
}

.product-contents
{
  font-size: 25px;
}

.video-border
{
    border: 5px solid #c3a26c;
    border-bottom-color: #303f52;
    border-right-color: #303f52;
}



/* Responsive CSS */
@media only screen and (max-width:1399px)
{

}


@media only screen and (max-width:1199px)
{
    .home-banner-text
    {
        padding-top: 125px;
        padding-bottom: 60px;
    }
    .home-banner-image {
        padding-top: 125px;
        padding-bottom: 60px;
    }
    .home-banner-text h1
    {
        font-size: 40px;
    }
    .home-banner-text p
    {
        margin-top: 10px;
        font-size: 14px;
    }

    .navbar .navbar-nav .nav-item .nav-link
    {
        font-size: 14px;
        padding-left: 14px
    }
}

@media only screen and (max-width:991px)
{
    .home-banner-text h1 {
        font-size: 25px;
    }

    .navbar .navbar-nav .nav-item .nav-link
    {
        color: #f3f4f5;
    
    }

}

@media only screen and (max-width:767px) 
{
    .home-banner-text {
        padding-top: 70px;
        padding-bottom: 30px;
    }

    .home-banner-image {
        padding-top: 0px;
        padding-bottom: 60px;
    }

    .home-banner-text h1 {
        font-size: 20px;
    }

    .home-banner-text .banner-sub-title
    {
        font-size: 12px;
    }

    .property-btn {
        font-size: 12px;
        padding: 7px 20px;
    }

    .top-banner-text h2 {
        font-size: 22px;
    }

    .mission-section.background-bg-grey::before {
        position: absolute;
        content: "";
        width: 50%;
        height: 45%;
        top: 0;
        left: 0;
        background-color: #686b6f;
        z-index: 1;
        pointer-events: none;
    }

    .video-heading
    {
        font-size:30px;
    }

    .founder-section.background-bg-blue::before
    {
        width: 100%;
    height: 50%;
    }

    .about-us-contents
    {
        font-size:16px;
    }

    .header-title h2
    {
        font-size:25px;
    }

    .about-us-content p
    {
        font-size:16px;
    }

    .mission-details h3 
    {
        font-size:25px;
    }

    .product-contents
    {
        font-size:16px;
    }

    .owl-carousel.owl-drag .owl-item
    {
        /* margin-top: 100px; */
        margin-bottom: 90px;
    }
}

@media only screen and (max-width:575px)
{
    .home-banner-text h1 {
        font-size: 18px;
    }

    
}

@media only screen and (max-width:320px)
{
    .home-banner-text h1 {
        font-size: 16px;
    }

    .home-banner-text p {
        margin-top: 10px;
        font-size: 11px;
    }

    .top-banner-text h2 {
        font-size: 18px;
    }
}





