@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');
/* CSS Document */
* {
	box-sizing: border-box;
	word-wrap: break-word;
}

body,
html {
	height: auto;


}

body {
	margin: 0;
	padding: 0;
	color: #656565;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4;
	background-color: #fff;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-variation-settings:
    "slnt" 0;
}

main,
header,
section,
footer {
	width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
}

h6 {
	font-weight: normal;
}


a:hover,
a:focus,
button:hover,
button:focus,
input:focus,
textarea:focus,
select:focus {
	text-decoration: none;
	outline: none;
	box-shadow: none;
}

a,
button,
select {
	background-color: transparent;
	border-color: transparent;
	text-decoration: none;
    cursor: pointer;
    transition: 0.3s ease-in-out;

}

ul,
ol,
li,
a,
p {
	margin: 0;
	padding: 0;
	list-style: none;
}


img {
	max-width: 100%;
	display: block;
}


body {
    overflow-x: hidden;
}

.noscroll {
    overflow: hidden !important;
}
.clearfix {
	content: "";
	clear: both;
	display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	margin-top: 0;
    color: #000;
    line-height: normal;

}

h1,
.h1 {
	font-size: 40px;
}

h2,
.h2 {
	font-size: 38px;
}

h3,
.h3 {
	font-size: 36px;
}

h4,
.h4 {
	font-size: 32px;
}

h5,
.h5 {
	font-size: 20px;
}

h6,
.h6 {
	font-size: 18px;
}

p {
	font-size: 18px;
    line-height: 28px;

}
 ul li,
 ol li{
    font-size: 18px;
 }


.space-between {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.text-center {
    text-align: center;
}
.navbar_logo a{
    display: block;
}
.navbar-wrapper .navbar_menu ul {
    display: flex;
}
.navbar_menu {
    margin-left: auto;
    display: flex;

}
.navbar-wrapper .navbar_menu ul li{
    padding: 14px 17px 13px;

}
.navbar_right {
    margin-left: 16px;
}

.navbar-wrapper .navbar_menu ul li a {
    font-size: 16px;
	font-weight: 400;
    color: #000;
    white-space: nowrap;
    text-transform: capitalize;


}
.navbar-wrapper .navbar_menu ul li a:hover{
    color: #BF8F00;
}

.navbar-wrapper .navbar_menu ul li.active a{
    color: #BF8F00;
}

header {
	background-color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9;
	border-bottom: 1px solid #eee;
    padding: 10px 0;

}




.navbar-wrapper .navbar_left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    width: 100%;
}




.banner{
	background-image: url(../images/senior-bg.jpg);
    height: calc(100vh - 130px);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;


}
.common_button {
    background-color: #BF8F00;
    padding: 11px 47px;
    color: #fff;
    border-radius: 30px;
    font-size: 18px;
    font-weight: 700;
    display: inline-block;
    white-space: nowrap;


}
.navbar_secondary .common_button {
    padding: 11px 41px;
}
.header-space {
    height: 85px;
}
.menu-icon {
    display: none;
}

.form-control {
    width: 100%;
    padding: 20px 18px;
    font-size: 16px;
    font-weight: 400;
    border: 1px solid #D9D9D9;
    color: #747474;
    border-radius: 5px;
    font-family: 'Inter';


}

.contact-us.contactpage textarea.form-control {
    min-height: 139px;
}


.contact-us_inner {
    padding-right: 75px;
    padding-left: 16px;
}

.form-group {
    margin-bottom: 20px;
}

.contact-us_inner .common_button{
    display: block;
    width: 100%;
    text-align: center;
    font-weight: 500;
    font-size: 20px;
    border-radius: 5px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.contact-us_inner h3,
.contact-us_inner h3 a  {
    font-weight: 700;
    color: #BF8F00;
}
.contact_inner_wrapper {
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
    padding: 51px;
    margin-top: -67px;
    background-color: #fff;
}
.contact-us_inner h2 {
    margin-bottom: 35px;
}

.call_wrapper {
    text-align: center;
    padding-top: 42px;
}



.call_wrapper h5 {
    margin-bottom: 13px;
}

.common_heading h6 {
    color: #BF8F00;
    text-transform: uppercase;
    margin-bottom: 12px;
    letter-spacing: 0.2em;


}
.common_heading h4 {
    text-transform: uppercase;
    font-weight: 700;

}
.best_wrapper {
    display: flex;
    align-items: flex-start;
}
.best_wrapper img {
    flex: 0 0 40px;
    max-width: 40px;
}
.best_price {
    margin-top: 40px;
}
.inner_paragarh p {
    padding-bottom: 23px;
}
.inner_paragarh p:last-child{
    padding-bottom: 0;
}
.best_inner {
    padding-left: 14px;
}
.inner_paragarh {
    padding-top: 25px;
}
.Best.Tailors h6 {
    font-size: 16px;
    font-weight: 700;
}


.visting_trailors {
    padding: 99px 0;
}
.visting_img_wrapper img {
    filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.25));
}

.regular{
font-weight: 400;
}
.approach_inner {
    padding: 53px 43px;
    display: flex;
    flex-direction: column;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100%;
    position: relative;
    /* transition: 0.5s ease-in-out; */
    cursor: pointer;

}
.approach_inner * {
    position: relative;
    /* transition: 0.5s ease-in-out; */

}
/* .approach_wrapper {
    opacity: 0;
} */

.approach_wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;

}

.approach_inner p {
    color: #fff;
    padding-bottom: 0px;
    line-height: 28px;
    flex: 1 0 auto;


    


}
.approach_inner  .common_heading h4 {
    color: #fff;
}

.approach_inner  .common_heading {
    margin-bottom: 30px;
}
.approach_inner:before {
    content: '';
    background-color: rgba(0, 0, 0, 0.55);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 1;
    transition: 0.5s ease-in-out;

}


.description_slides {
    text-align: center;
    padding: 17px 0 22px;
    margin-bottom: 19px;


}
.description_slides h6 {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 12px;


}
.description_slides h5{
font-weight:400 ;
}
.suits_inner {
    background: #FFF;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
}

.our_collection  .slick-slide {
    margin: 0 12px;
}

.our_collection   .slick-list {
margin: 0 -12px;
}
.our_collection   .slick-dots li {
    position: relative;
    display: inline-block;
    width: 17px;
    height: 17px;
    margin: 0 11px;
    padding: 0;
     background-image: url(../images/slick-dots.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.our_collection   .slick-dots {
    position: absolute;
    bottom: -40px;
}
.our_collection   .slick-dots li.slick-active {
  
     background-image: url(../images/dots-active.svg);

}
.our_collection   .slick-dots li  button{
    font-size: 0;
}
.our_collection .common_heading {
    max-width: 700px;
    margin: auto;
}
.our_collection .common_heading p{

font-size: 18px;
color: #000;
font-weight: 400;
line-height: 28px;
margin-bottom: 44px;
    margin-top: 29px;

}
.our_approach {
    padding-bottom: 93px;
}
.our_collection {
    padding: 252px 0 149px;
    background-image: url(../images/collection.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    background-size: 100%;

}
.navbar_menu ul li a {
    position: relative;
}

.navbar_menu ul li a:before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 0%;
    height: 1px;
    background: #BF8F00;
    transition: 0.3s ease-in-out;
}
.navbar_menu ul li a:hover:before,
.navbar_menu ul li.active a:before{
    width: 100%;
}
.navbar_menu ul li a:hover{
    color: #BF8F00;

}
.banner_inner{
    padding: 129px 0;
text-align: center;
position: relative;
background-size: cover;
background-position: center;
background-repeat: no-repeat;

}

.banner_inner::before {
    content: '';
    position: absolute;
    width: 100%;
    top: 0;
    height: 100%;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.6);
}
.banner_inner .container{
    position: relative;
}
.banner_inner h1 {
    color: #FFF;
    font-weight: 700;

}

.banner_inner h5,
.banner_inner a {
    color: #FFF;
    font-weight: 400;
    margin-bottom: 20px;

    
}

span.color_italic {
    color: #BF8F00;
}
span.color_orange {
    color: #BF8F00;

}
.bespoke_inner p {
    margin-top: 17px;
}
.padding-100{
    padding: 90px 0;
}
.tailored  .description_slides h6 {
    font-size: 24px;
    font-weight: 700;
}

.tailored  .suits_inner {
    background: #FFF;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
    display: flex;
    flex-direction: column;
    height: 100%;
}

.tailored .description_slides {
    text-align: left;
    padding: 17px 22px;
    margin-bottom: 19px;
}
.uppercase{
    text-transform: uppercase;
}

.excellence .slick-track {

    display: flex;
}
.excellence  .slick-slide {
    height: auto;
}
.excellence  .slick-list {
    padding-bottom: 13px;
}
.best_inner h6 {
    font-weight: 700;
}
.best_inner p {
    line-height: 19px;
    margin-top: 11px;
}

   
.tuxedostop__maxwidth {
    max-width: 500px;
    margin: 0 auto;
}

.tuxedostop {
    padding-top: 100px;
    padding-bottom: 50px;
}

.tuxedostopdata__lft h4 {
    text-transform: uppercase;
    margin-bottom: 20px;
}

.tuxedostopdata__lft p {
    margin-bottom: 30px;
}

.tuxedostopdata__lft p:last-of-type {
    margin-bottom: 0;
}

.tuxedostopdata__lft p a {
    color: #BF8F00;
    transition: 0.3s ease-in-out;
}

.tuxedostopdata__lft p a:hover {
    text-decoration: underline;
}

.crafthead h4 {
    margin-bottom: 20px;
}

.crafthead {
    padding-top: 100px;
}
/* ui */
.faq.faq-tailors {
    padding: 5.2rem 0 6rem 0;
}
.faq_text p {
    max-width: 1000px;
    margin: auto;
    padding-top: 17px;
}

.tab-link {
    clear: left;
    width: 100%;
    margin-bottom: 14px;
    border: 1px solid #D9D9D9;
    padding: 20px;
}

li.tab-link:last-child {
    margin-bottom: 0;
}

.ui-tabs-vertical .ui-tabs-nav li {
    clear: left;
    width: 100%;
    margin-bottom: 10px;
    padding: 20px;
}

.ui-tabs-vertical .ui-tabs-nav li a {
    display: block;
}

.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active {
    padding-right: .1em;
    border-right-width: 1px;
    border-right-width: 1px;
}

.ui-tabs-vertical .ui-tabs-panel {
    padding: 1em;
    float: right;
    width: 100%;
}

.crafthead__tablist h4 {
    color: #656565;
    font-weight: 500;
    margin-bottom: 0;
}

.crafthead__tablist h5 {
    margin-bottom: 15px;
    color: #BF8F00;
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

.tab-link.active {
    position: relative;
    background-color: #FFFBF0;

}

li.tab-link.active:before {
    content: "";
    position: absolute;
    left: 0;
    width: 5px;
    height: 100%;
    background-color: #BF8F00;
    top: 0;
}

.cover-intro {
    border: 1px solid #D9D9D9;
    background: #FFF;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 25px;
    text-align: center;
}

.crafthead .common_heading.text-center {
    margin-bottom: 50px;
}
/* accordian */

.accordion-item {
    /* border-bottom: 1px solid #D0D4D7; */
}

.accordion-header {
    background-color: #F6F6F6;
    border: none;
    width: 100%;
    text-align: left;
    cursor: pointer;
    outline: none;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    /* 155.556% */
    text-transform: capitalize;
    padding: 15px;
}

.faq {
    padding: 7.2rem 0 6rem 0;
    overflow: hidden;
}

.faq__heading h1 {
    color: #094A91;
}

.faq .accordion-content {
    /* Very light grey for content */
    overflow: hidden;
    padding: 0 0;
    max-height: 0;
    -webkit-transition: max-height 0.3s ease;
    -o-transition: max-height 0.3s ease;
    transition: max-height 0.3s ease;
}

.faq .accordion-content li {
    margin-bottom: 1rem;
    font-family: 'Prompt';
}

.faq .accordion-content p a {
    color: #094A91;
    font-size: 1.8rem;
    text-decoration: underline;
}

.faq .icon {
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    width: 41px;
    height: 41px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 4.9rem;
    flex: 0 0 41px;
    border-radius: 50%;
    background-color: #FFF;
    text-align: center;
    line-height: 43px;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto;
    margin-right: 0;
}

.faq .accordion-header .icon img {
    margin: auto;
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

.faq .accordion-header.active img.faqminusicon {
    display: block;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
    margin: auto;
}

.faq .accordion-header img.faqminusicon {
    display: none;
    margin: auto;
}

.faq .accordion-header.active img.faqplusicon {
    display: none;
}

.faq .notice_important {
    margin-top: 52px;
}

.faq .notice_important p {
    font-size: 1.3rem;
    color: #000;
    font-weight: 400;
}

.privacypage__texthldr {
    margin-top: 4rem;
}

.accordion-content-hldr h4 {
    margin-bottom: 2rem;
    margin-top: 2rem;
}

.privacypage__text {
    margin-top: 20px;
    margin-bottom: 20px;
}

button.accordion-header span {
    color: #BF8F00;
}

.faq .accordion-header.active .icon img {
    transform: rotate(180deg);
}

.accordion-container {
    margin-bottom: 20px;
}

.faq .common_heading {
    margin-bottom: 50px;
}

.accordion-container:last-child {
    margin-bottom: 0;
}

.contact-innerpg .contact-us_inner h2 {
    margin-bottom: 15px;
}

.contact-innerpg .contact-us_inner p {
    margin-bottom: 20px;
}

.contact-innerpg {
    padding-bottom: 100px;
}

.col-md-12.welcomeftr__inner {
    background: #F6F6F6;
    padding-top: 60px;
    padding-bottom: 60px;
}

.welcomeftr .common_heading h4 {
    margin-bottom: 25px;
}

.welcomeftr .common_heading p {
    color: #000;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.welcomeftr a {
    border-radius: 5px;
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    max-width: 365px;
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
}

.welcomeftr {
    position: relative;
    top: 30px;
}





.instapost__inner {
    display: flex;
    gap: 30px;
}


/*Testimonials  */

.testimonials__hldr:before {
    content: "";
    background: rgba(0, 0, 0, 0.80);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: -1;
}

.testimonials__hldr {
    position: relative;
    z-index: 1;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 45px;
    height: 100%;
  



}
.testimonials_img_wrapper img {
    height: 100%;
    object-fit: cover;
}
.testimonials_img_wrapper {
    height: 100%;
}
.testimonials__hldr h3 {
    color: #fff;
    text-transform: uppercase;
}

.testimonials__hldrsldr .slick-prev {
    left: 10px;
    z-index: 99;
}

.testimonials__hldrsldr .slick-next {
    right: 10px;
}

.testimonials__hldrtxt h5 {
    font-style: italic;
    color: #fff;
    font-weight: 400;
}

.testimonials__hldrbox {
    text-align: center;
    max-width: 660px;
    margin: 40px auto 0;
}

.testimonials {
    padding-bottom: 100px;
    overflow: hidden;

}

.testimonials__hldrtxtpos h4 {
    font-size: 22px;
    color: #BF8F00;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 8px;
}

.testimonials__hldrtxtpos h6 {
    color: #BBBBBB;
    font-size: 16px;
}

    .rating-group {
        display: inline-flex;
    }
    .rating__icon {
        pointer-events: none;
    }
    .rating__input {
        position: absolute !important;
        left: -9999px !important;
    }
    .rating__label {
        cursor: pointer;
        padding: 0 0.1em;
        font-size: 1.5rem;
    }
    .rating__icon--star {
        color: #BF8F00!important;
    }
    .rating__icon--none {
        color: #eee;
    }

.testimonials__hldrbox {
    text-align: center;
}

.testimonials__hldrimg {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 14px;
}

.testimonials__hldrrtng {
    margin-bottom: 20px;
}

.testimonials__hldrtxt {
    margin-bottom: 40px;
}

.testimonials__hldrtxtpos {
    max-width: 230px;
    margin: 0 auto;
}

.testimonials__hldrimg img {
    border-radius: 50%;
    border: 1px solid #BF8F00;
    padding: 5px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;


}
.testimonials .slick-disabled {
    opacity: 0.5;
}

/*Testimonials  */

.fromblog p {
    color: #000;
    font-size: 16px;
    margin-bottom: 15px;
    transition: 0.3s ease-in-out;
}

.instapost__inner {
    display: flex;
    gap: 30px;
    padding-top: 40px;
}

.fromblog__listtxt h5 {
    margin-bottom: 25px;
    transition: 0.3s ease-in-out;
    text-transform: uppercase;
}

.fromblog__listtxt h6 {
    font-weight: 500;
    transition: 0.3s ease-in-out;
}

.fromblog__list {
    margin-bottom: 70px;
}

.fromblog__top {
    margin-bottom: 25px;
}

.instapost {
    padding-bottom: 110px;
}

.fromblog__listimg {
    flex: 0 0 auto;
    max-width: 20%;
}

.fromblog__listtxt {
    flex: 0 0 auto;
    width: 80%;
}

.fromblog .common_heading h6 {
    margin-bottom: 15px;
    transition: 0.3s ease-in-out;
}

.fromblog .common_heading h4 {
    margin-bottom: 30px;
}

.fromblog__list:hover a h5 {
    color: #BF8F00;
}

.fromblog__list:hover a p {
    color: #BF8F00;
}

.fromblog__ryt {
    padding-left: 40px;
}

.fromblog__list:last-child {
    margin-bottom: 0;
}

.fromblog {
    padding-bottom: 100px;
}

.suitpagetop h4 {
    margin-bottom: 15px;
}
.suits_inner.wedingsuit-info h5 {
    color: #BF8F00;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 20px;
}
.wedingsuit-info ul li {
    position: relative;
    margin-bottom: 15px;
}
.wedingsuit-info ul li:last-child {
    margin-bottom: 0;
}
.wedingsuit-info ul {
    padding-left: 20px;
}
.wedingsuit-info ul li:before {
    width: 10px;
    height: 10px;
    content: "";
    background: #BF8F00;
    position: absolute;
    border-radius: 50%;
    left: -20px;
    top: 7px;
}
.wedingsuit-info ul li span {
    color: #656565;
    font-weight: 700;
    padding-right: 4px;

}
.ready h4 {
    color: #656565;
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
}
.ready span {
    color: #BF8F00;
}
.ready {
    padding-top: 50px;
    padding-bottom: 80px;
}
.faq h4 {
    margin-bottom: 20px;
}
.whychoose .suits_inner.wedingsuit-info {
    box-shadow: none;
}
.whychoose p {
    color: #000000;
}
.whychoose li {
    color: #000000;
}
.whychoose ul {
    margin-top: 30px;
}
.whychoose .tuxedostopdata__lft {
    padding-right: 30px;
}
.whychoose .tuxedostopdata__ryt {
    padding-left: 30px;
}
.tuxedostopdata__ryt img {
    filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.25));
}
.contactlast a {
    color: #BF8F00;
}
.contactlast {
    padding-top: 40px;
    text-align: center;
}
.visting_img_wrapper {
    position: relative;
}
.discount__txt {
    background: #fff;
    border-radius: 50%;
    height: 195px;
    width: 195px;
    filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.25));
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    position: absolute;
    bottom: -15px;
    left: -58px;
    border: 2px dashed #BABABA;
    box-shadow: 0px 0px 0px 10px #fff;
}
.discount__txt h5 {
    width: 110px;
}
.discount__txt h2 {
    color: #BF8F00;
    text-align: center;
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.common_button {
    border: 1px solid transparent;
    transition: 0.3s ease-in-out;
}
.common_button:hover {
    border: 1px solid #BF8F00;
    color: #BF8F00;
    background: #fff;
}














































/* footer starts */

.footer-bg {
    background-color: #000000;
}

.ftrcontact__boxicn {
    border-radius: 3px;
    background: #BF8F00;
    width: 65px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ftrcontact__box {
    width: 33.33%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px solid rgba(255, 255, 255, 0.50);
}

.ftrcontact__box:last-child {
    border-right: 0
}

.ftrcontact__boxtxt h6 {
    color: #fff;
    font-weight: 700;
    text-transform: capitalize;
    font-size: 16px;
    transition: 0.3s ease-in-out;
}

.ftrcontact__boxtxt a {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.ftrcontact__boxtxt {
    margin-left: 2rem;
}

.ftrcontact {
    border: 1px solid rgba(255, 255, 255, 0.50);
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 60px;
    display: flex;
}

.social-links {
    margin-top: 30px;
}

.social-links li a {
    border: 1px solid #fff;
    height: 36px;
    width: 36px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer {
    padding-top: 80px;
}

.footer-logo {
    max-width: 197px;
    margin-bottom: 32px;
}

.footer-logo img {
    width: 100%;
}

.footer-column {
    color: #fff;
}

.footer-column p {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    /* 175% */
}

.footer-column .ability-support {
    color: #fff;
    margin-top: 4.5rem;
    margin-bottom: 6.5rem;
}

.footer-column .ability-support:hover p {
    color: #AEBD26;
}

.footer-column .ability-support .icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 49px;
    flex: 0 0 49px;
    max-width: 49px;
    margin-right: 20px;
}

.footer-column .ability-support .icon svg {
    width: 100%;
    fill: #aebd26;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.footer-column .ability-support .content h4 {
    margin: 0;
    font-size: 2.8rem;
    font-weight: 700;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.footer-column .ability-support:hover h4 {
    color: #AEBD26;
}

.social-links ul li:hover svg {
    opacity: 0.5;
}

.footer-column .ability-support .content p {
    margin: 0;
    font-size: 2.2rem;
    font-weight: 500;
    font-family: 'Mulish';
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.social-links li svg {
    fill: #fff;
    transition: 0.3s ease-in-out;
    width: 16px;
    height: 16px;
    stroke: none;

}

.footer-column h4 {
    font-size: 30px;
}

.ftrhdng {
    color: #FFF;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 20px;
}

.social-links ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.social-links ul li {
    margin-right: 1rem;
    -webkit-transition: 0.5s linear;
    -o-transition: 0.5s linear;
    transition: 0.5s linear;
}

.footer-menu li a {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 45px;
    /* 281.25% */
}

.footer-menu li a span {
    margin-left: 1.5rem;
}

.footer-menu li a span:hover {
    color: #AEBD26;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.footer-menu li {
    margin-bottom: 0;
}

.footer-menu li svg {
    fill: #fff;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.footer-menu li:hover svg {
    fill: #AEBD26;
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    transform: translateX(5px);
}

.footer-menu li svg {
    position: absolute;
    left: -1.8rem;
    top: 0.7rem;
    width: 1.8rem;
    height: 1.2rem;
}

.footer-menu li {
    position: relative;
}

.footer-menu ul {
    padding-left: 0;
}

.inputfildftr {
    color: #B4B4B4;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    font-family: 'Inter', sans-serif;
    width: 70%;
    border: none;
    padding: 10px;
}

.inputfildftr::placeholder {
    color: #B4B4B4;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    font-family: 'Inter', sans-serif;
}

.inputfild::-webkit-input-placeholder,
.footer-form textarea::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.8);
    font-size: 1.6rem;
    font-weight: 400;
    font-family: 'Prompt';
}

.inputfild::-moz-placeholder,
.footer-form textarea::-moz-placeholder {
    color: rgba(255, 255, 255, 0.8);
    font-size: 1.6rem;
    font-weight: 400;
    font-family: 'Prompt';
}

.inputfild:-ms-input-placeholder,
.footer-form textarea:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.8);
    font-size: 1.6rem;
    font-weight: 400;
    font-family: 'Prompt';
}

.inputfild::-ms-input-placeholder,
.footer-form textarea::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.8);
    font-size: 1.6rem;
    font-weight: 400;
    font-family: 'Prompt';
}

.inputfild::placeholder,
.footer-form textarea::placeholder {
    color: rgba(255, 255, 255, 0.8);
    font-size: 1.6rem;
    font-weight: 400;
    font-family: 'Prompt';
    border: 0;
    border-radius: 0;
}

.footer-form textarea {
    color: rgba(255, 255, 255, 0.8);
    font-size: 1.6rem;
    font-weight: 400;
    font-family: 'Prompt';
    width: 100%;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.8);
    background-color: transparent;
    resize: none;
    margin-top: 5rem;
    border-radius: 0;
}

.modal-overlay textarea.input-field::-webkit-input-placeholder {
    border: 0;
}

.modal-overlay textarea.input-field::-moz-placeholder {
    border: 0;
}

.modal-overlay textarea.input-field:-ms-input-placeholder {
    border: 0;
}

.modal-overlay textarea.input-field::-ms-input-placeholder {
    border: 0;
}

.modal-overlay textarea.input-field::placeholder {
    border: 0;
}

.footer-form .common-button {
    margin-top: 0;
    width: 100%;
    display: inline-block;
    border-radius: 100px;
    background: #BF8F00;
    width: 26%;
    height: 50px;
    text-align: center;
    max-width: 100%;
    padding: 10px;
    color: #FFF;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    transition: 0.3s ease-in-out;
    border: 1px solid #BF8F00;
}

.footer-form .common-button:hover {
    background: transparent;
    border-color: #bf8f00;
    color: #bf8f00;
}

.footer-form [type="checkbox"]:checked,
.footer-form [type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.footer-form [type="checkbox"]:checked+label,
.footer-form [type="checkbox"]:not(:checked)+label {
    position: relative;
    padding-left: 2.4rem;
    cursor: pointer;
    line-height: normal;
    display: inline-block;
    font-weight: 400;
    font-size: 13px;
}

.footer-form [type="checkbox"]:checked+label:before,
.footer-form [type="checkbox"]:not(:checked)+label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 1rem;
    height: 1rem;
    border: 1px solid #c5c5c5;
    border-radius: 3px;
    background-color: #f7f7f7;
}

.footer-form [type="checkbox"]:checked+label:after,
.footer-form [type="checkbox"]:not(:checked)+label:after {
    content: "";
    width: 0.3rem;
    height: 0.7rem;
    position: absolute;
    top: 0px;
    left: 0px;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    border: solid #BF8F00;
    border-width: 0 2px 2px 0;
    inset: 0px auto 0 5px;
    -webkit-transform: rotate(42deg);
    -ms-transform: rotate(42deg);
    transform: rotate(42deg);
}

.footer-form [type="checkbox"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.footer-form [type="checkbox"]:checked+label:after {
    opacity: 1;
}

.footer-form [type="checkbox"]:checked+label:before {
    background-color: #494B4D;
    border: 1px solid #707070;
}

.footer-form p {
    color: #FFF;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-top: 10px;
    /* 175% */
    font-family: 'Inter', sans-serif;
    margin-bottom: 15px;
}

.col-12.footercopy.text-center {
    border-top: 1px solid rgba(255, 255, 255, 0.50);
    text-align: center;
    color: #fff;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    margin-top: 3rem;
}

.ftr-one {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 44rem;
}

.ftr-two {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 55rem;
}

.ftr-three {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-top: 0;
}

.fttop-row {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer-form .form-group {
    display: flex;
    border-radius: 5px;
    border: 1px solid #000;
    background: #FFF;
    overflow: hidden;
    padding: 9px 10px;
    justify-content: space-between;
    margin-bottom: 0;
}

.footercopy__lft p {
    color: #FFF;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-top: 10px;
    font-family: 'Inter', sans-serif;
    margin: 0;
}

.footercopy p a {
    color: #fff;
    margin-left: 7px;
    display: inline-block;
}

.footercopy p a:hover {
    color: #BF8F00;
}

.footercopy {
    display: flex;
    justify-content: space-between;
}

.footercopy__ryt ul {
    display: flex;
    margin: 0;
}

.footercopy__ryt ul a {
    color: #FFF;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
    margin-top: 0;
    font-family: 'Inter', sans-serif;
    transition: 0.3s ease-in-out;
}

.footercopy__ryt ul a:hover {
    color: #BF8F00;
}

.footercopy__ryt ul li {
    border-right: 1px solid #fff;
    line-height: 10px;
    padding: 0 10px;
}

.footercopy__ryt ul li:last-child {
    border-right: 0;
}

.footer-menu li a:hover {
    color: #BF8F00;
}


/* Footer end */


.navbar_logo img {
    max-width: 120px;
}
.crafthead__tabdata {
    height: 100%;
    display: flex;
}

.crafthead__tabdata .cover {
    height: 100%;
    display: flex;
    flex-direction: column;
}
.cover-intro{
    height: 100%;

}

.testmonail_icons {
    position: absolute;
    bottom: 23px;
    right: 23px;
}

.tuxedostopdata__lft .common_button {
    font-size: 20px;
    border-radius: 5px;
    padding-top: 15px;
    padding-bottom: 15px;
    max-width: 555px;
    width: 100%;
    text-align: center;
    font-weight: 500;
}

/* process */
.process_data_inner {
    display: flex;
    margin-bottom: 65px;

}

.process_img {
    flex: 0 0 90px;
    max-width: 90px;

}
.process_description {
    margin-left: 29px;
    margin-bottom: 20px;

}
.process_description h4 {
    font-weight: 400;
    margin-bottom: 25px;
}

.process_data {
    margin-top: 20px;
}
.process_data_inner:last-child {
    margin-bottom: 0;
}



/* gallery overlay */
.gallery-overlay{
    position: relative;
    overflow: hidden;
}
.gallery-overlay.b-radius-8 {
    overflow: hidden;
    border-radius: 8px;
}
.gallery-overlay .overlay-box{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	opacity:1;
	color:#ffffff;
	text-align:center;
	background:rgba(0,0,0,0.0);
}






.gallery-overlay .inner-box img {
    width: 100% !important;
}

.gallery-overlay .overlay-inner{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:table;
	vertical-align:middle;
	padding:10px 0px;
	z-index:1;
}

.gallery-overlay .overlay-inner .content{
	position:relative;
	vertical-align:middle;
    width: 100%;
    height: 100%;
}

.gallery-overlay .overlay-inner .link{
	position:relative;
	font-size: 30px;
	color:#ffffff;
	width:100%;
	height:100%;
	display:inline-block;
	
}

.gallery-overlay:hover .overlay-inner .link{
	opacity:1;
	transition:all 500ms ease 500ms;
	-webkit-transition:all 500ms ease 500ms;
	-ms-transition:all 500ms ease 500ms;
	-o-transition:all 500ms ease 500ms;
	
}

.gallery-overlay .overlay-inner .link .icon{
	position:relative;
}

section.gallery-section {
    position: relative;
}

section.gallery-section .row-3 {
    margin: 0 -3px;
}

section.gallery-section .col-lg-3 {
    padding: 6px 3px 0;
}

.gallery-block_image {
    overflow: hidden;
}

.gallery-block_image img {
    width: 100%;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.gallery-block:hover img {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
}
.ftrcontact__boxtxt:hover a,
     .ftrcontact__boxtxt:hover h6 {
    color: #BF8F00;
}



.category-widget .cat-list {
    position: relative;
}

.category-widget .cat-list li {
    position: relative;
}

.category-widget .cat-list li a {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px;
    display: block;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    font-size: 18px;
    line-height: 26px;
    color: #818188;
    font-weight: 500;
}

.category-widget .cat-list li a:hover {
    color: var(--theme-color);
}

.category-widget .cat-list li:last-child a {
    border-bottom: 0px;
    padding-bottom: 0;
    margin-bottom: 0;
}
/*news Widget*/

.news-widget-two .post {
    position: relative;
    font-size: 14px;
    color: #666666;
    padding-left: 90px;
    min-height: 80px;
    margin-bottom: 25px;
}

.news-widget-two .post:last-child {
    margin-bottom: 0px;
    border-bottom: 0;
    padding-bottom: 0;
}

.news-widget-two .post .post-thumb {
    position: absolute;
    left: 0px;
    top: 4px;
    width: 70px;
    overflow: hidden;
    height: 70px;
    margin: 0;
}

.news-widget-two .post .post-thumb img {
    display: block;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.news-widget-two .post .text {
    position: relative;
    margin: 0px 0px 0px;
    text-transform: capitalize;
    font-size: 20px;
    line-height: 30px;
    color: #454456;
    font-weight: 600;
}

.news-widget-two .post .text a {
    color: #2d2727;
    display: inline-block;
    line-height: 26px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.news-widget-two .post .text a:hover {
    color: var(--theme-color);
}

.news-widget-two .comment {
    font-size: 14px;
    color: #818188;
    font-weight: 500;
}

.news-widget-two .comment i {
    margin-right: 5px;
    color: var(--theme-color);
}
/*Popular Tags*/

.tag-widget a {
    position: relative;
    display: inline-block;
    line-height: 24px;
    padding: 7px 33px 5px;
    min-width: 100px;
    margin: 0px 6px 10px 0px;
    text-align: center;
    background: none;
    text-transform: uppercase;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    border: 1px solid var(--theme-color);
    font-size: 12px;
    letter-spacing: 1px;
    color: #454456;
    font-weight: 700;
}

.tag-widget a:hover {
    color: #fff;
    background: var(--theme-color);
}

.blog-sidebar .widget .widget_title {
    position: relative;
    display: inline-block;
    text-transform: capitalize;
    margin-bottom: 25px;
    font-size: 24px;
    color: #454456;
    font-weight: 600;
}
/* author box */

.sidebar-page-container .author-box {
    position: relative;
    padding: 60px 60px 40px;
    padding-left: 260px;
    margin-bottom: 75px;
    background: #F6F6F6;
    min-height: 282px;
}

.sidebar-page-container .author-box .image {
    position: absolute;
    left: 60px;
    top: 60px;
    width: 170px;
}

.sidebar-page-container .author-box h4 {
    margin-bottom: 15px;
    font-size: 24px;
    line-height: 34px;
    color: #212121;
    font-weight: 500;
}

.sidebar-page-container .author-box h5 {
    font-family: inherit;
    margin-bottom: 10px;
}

.sidebar-page-container .author-box h5 a {
    position: relative;
    font-size: 18px;
    font-weight: 500;
}

.sidebar-page-container .author-box .text {
    position: relative;
    margin-bottom: 20px;
    font-size: 17px;
    line-height: 28px;
    color: #737373;
    font-weight: 400;
}
/* Comments area */

.comments-area {
    position: relative;
    margin-top: 30px;
    margin-bottom: 70px;
}

.sidebar-page-container .group-title {
    position: relative;
}

.sidebar-page-container .group-title h3 {
    position: relative;
    margin-bottom: 25px;
    color: #454456;
    font-weight: 600;
}

.comments-area .comment-box {
    position: relative;
    margin-bottom: 40px;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.comments-area .comment-box.reply-comment {
    margin-left: 65px;
}

.comments-area .comment {
    position: relative;
    font-size: 14px;
    padding: 0;
    border-bottom: 1px solid #eae1da;
    display: flex;
}

.comments-area .comment .comment-inner {
    position: relative;
}

.comments-area .comment-box.reply-comment .comment-inner {
    background-color: #fff;
}

.comments-area .comment .comment-inner .text {
    position: relative;
    font-size: 18px;
    line-height: 1.5em;
    margin-bottom: 15px;
    font-size: 17px;
    line-height: 28px;
    color: #737373;
    font-weight: 400;
}

.comments-area .comment .comment-inner h5 {
    margin-bottom: 15px;
    line-height: 28px;
    color: #454456;
    font-weight: 600;
}

.comments-area .comment-box .author-thumb {
    position: unset;
    left: 0px;
    top: 5px;
    overflow: hidden;
    margin-bottom: 20px;
    /* display: flex; */
    flex: 0 0 auto;
    width: 20%;
    margin-right: 3%;
}

.comments-area .comment-box .author-thumb img {
    width: 100%;
    display: block;
}

.comments-area .comment-info {
    position: relative;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 34px;
    color: #212121;
    font-weight: 500;
}

.comments-area .comment-info a {
    position: relative;
    color: #1e1e29;
}

.comments-area .date {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    background: transparent !important;
    padding: 0;
    position: relative;
    margin-left: 5px;
}

.comments-area .comment-box .reply-comment-btn {
    position: absolute;
    right: 0;
    top: -10px;
    padding: 7px 27px 3px;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
    border: 1px solid var(--theme-color);
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    color: #454456;
    font-weight: 700;
}

.comments-area .comment-box .reply-comment-btn:hover {
    color: #BF8F00;
}
/* Comment Form */

.comment-form {
    position: relative;
    margin-bottom: 30px;
}

.comment-form .form-group {
    position: relative;
    margin-bottom: 30px;
}

.comment-form .form-group:last-child {
    margin-bottom: 0px;
}

.comment-form .form-group input[type="text"],
.comment-form .form-group input[type="password"],
.comment-form .form-group input[type="tel"],
.comment-form .form-group input[type="email"],
.comment-form .form-group textarea,
.comment-form .form-group select {
    position: relative;
    display: block;
    width: 100%;
    line-height: 28px;
    padding: 15px 25px;
    height: 58px;
    color: #7e7b7a;
    font-size: 18px;
    background: #F6F6F6;
    border: 1px solid transparent;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    font-family: "Inter", sans-serif;
}

.comment-form .form-group textarea {
    height: 180px;
    font-family: "Inter", sans-serif;
    resize: unset;
}

.comment-form button {
    position: relative;
    display: block;
    margin-top: 10px;
}

.comment-form .note {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 20px;
}

.comment-form .note input {
    margin-right: 7px;
}

.sidebar-page-container .comment-form .text {
    margin-bottom: 40px;
}

.sidebar-page-container .comment-form .row-10 {
    margin: 0 -10px;
}

.sidebar-page-container .comment-form .form-group {
    padding: 0 10px;
    margin-bottom: 20px;
}

.post-tag {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: 1px solid #dcdcdc;
    padding-top: 20px;
    margin-bottom: 30px;
    padding-bottom: 10px;
    margin-top: 30px;
}

.post-tag ul.tag {
    display: inline-block;
}

.post-tag ul.tag li {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
}

.post-tag span.tag-title {
    margin-right: 10px;
    font-size: 24px;
    color: #454456;
    font-weight: 600;
}

.post-tag ul.tag li a {
    padding: 14px 20px 10px;
    border: 1px solid var(--theme-color);
    color: #454456;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 700;
    text-transform: uppercase;
}

.post-tag ul.tag li a:hover {
    background-color: var(--theme-color);
    color: #fff;
}

.post-tag .social-icon {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.post-tag .social-icon li {
    position: relative;
    margin: 0 5px 10px;
}

.post-tag .social-icon li a {
    color: #181614;
    font-size: 15px;
    display: inline-block;
    text-align: center;
    line-height: 48px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    width: 47px;
    height: 47px;
    background-color: #F6F6F6;
}

.post-tag .social-icon li a:hover {
    color: #fff;
    background: var(--theme-color);
}
/* news block two */

.news-block-two {
    position: relative;
}

.news-block-two .image {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}

.news-block-two .image img {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    width: 100%;
}

.news-block-two .image:before {
    position: absolute;
    top: 0;
    left: -75%;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
    opacity: 0;
}

.news-block-two .inner-box:hover .image:before {
    -webkit-animation: shine 1s;
    animation: shine 1s;
    opacity: 1;
}

.news-block-two .inner-box {
    position: relative;
    margin-bottom: 30px;
}

.news-block-two .lower-content {
    border-radius: 10px;
    background-color: #ffffff;
    border-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding-bottom: 0;
    position: relative;
}

.news-block-two h4 {
    margin-bottom: 20px;
}

.news-block-two h4 a {
    color: #212121;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.news-block-two h4 a:hover {
    color: var(--theme-color);
}

.news-block-two .text {
    margin-bottom: 10px;
    color: #818188;
    font-weight: 400;
}

.news-block-two ul.post-mate {
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.news-block-two ul.post-mate li {
    position: relative;
    margin-right: 20px;
    line-height: 40px;
    font-size: 14px;
    color: #818188;
    font-weight: 500;
}

.news-block-two ul.post-mate li i {
    color: var(--theme-color);
    margin-right: 5px;
}

.news-block-two ul.post-mate li:last-child {
    margin-right: 0;
}
/* Post Pagination */

.post-pagination {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 30px;
}

.post-pagination li {
    display: inline-block;
    margin: 0 4px 10px;
}

.post-pagination li a {
    width: 60px;
    height: 60px;
    line-height: 60px;
    display: block;
    background-color: #F0F4F9;
    text-align: center;
    color: #222;
    font-size: 16px;
    font-weight: 500;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
}

.post-pagination li span {
    font-size: 12px;
}

.post-pagination li.active a,
.post-pagination li a:hover {
    color: #fff;
    border-color: transparent;
    background-color: var(--theme-color);
}

.news-block-two .read-more a {
    font-size: 14px;
    letter-spacing: 1px;
    color: #454456;
    font-weight: 500;
    text-transform: uppercase;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.news-block-two .read-more a:hover {
    color: var(--theme-color);
}
/* Contact form */

.contact-form input {
    height: 63px;
    border-radius: 0;
    background-color: #fbf7f3;
    width: 100%;
    padding: 0 25px;
    font-size: 15px;
    color: #737373;
    font-weight: 400;
    border-color: #fbf7f3;
}

.contact-form .form-group {
    margin-bottom: 20px;
}

.contact-form textarea {
    height: 177px;
    border-radius: 0;
    background-color: #fbf7f3;
    width: 100%;
    padding: 13px 25px;
    font-size: 15px;
    color: #737373;
    font-weight: 400;
    border-color: #fbf7f3;
}

.contact-form.style-two textarea,
.contact-form.style-two input {
    border-color: #f0f0f0;
}

.sidebar-page-container {
    position: relative;
    padding: 120px 0 90px;
}

.post-pagination li a:hover,
.post-pagination li.active a,
.post-pagination li a:hover {
    color: #fff;
    border-color: transparent;
    background-color: #BF8F00;
}

.news-block-two .read-more a:hover {
    color: #BF8F00;
}

.sidebar .search-box .form-group input[type="text"],
.sidebar .search-box .form-group input[type="search"] {
    position: relative;
    line-height: 30px;
    padding: 10px 50px 10px 50px;
    display: block;
    width: 100%;
    height: 75px;
    color: #fff;
    font-weight: 400;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    background: #BF8F00;
    font-size: 16px;
    color: #ffffff;
    font-weight: 500;
    border: none;
}

.sidebar .search-box .form-group input[type="text"],
.sidebar .search-box .form-group input::placeholder {
    color: #fff;
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: textfield;
}

.blog-sidebar .widget.search-box {
    padding: 0;
    background: transparent;
}

.blog-sidebar .widget {
    background: #F6F6F6;
    padding: 50px;
    padding-right: 30px;
    margin-bottom: 30px;
}

.sidebar .search-box .form-group button {
    position: absolute;
    right: 10px;
    top: 0px;
    height: 75px;
    width: 70px;
    display: block;
    font-size: 18px;
    line-height: 100%;
    font-weight: normal;
    background: none;
    color: #fff;
}

.sidebar .search-box .form-group {
    position: relative;
    margin: 0px;
}

.category-widget .cat-list li a:hover {
    color: #BF8F00;
}

.news-widget-two .post .text a:hover {
    color: #BF8F00;
}

.news-block-two h4 a:hover {
    color: #BF8F00;
}

.news-block-two ul.post-mate li i {
    color: #BF8F00;
}

.news-block-three .post-meta {
    position: relative;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.blog-single-post h1,
.blog-single-post h2,
.blog-single-post h3,
.blog-single-post h4,
.blog-single-post h5,
.blog-single-post h6 {
    margin-bottom: 15px;
}

.blog-single-post p {
    margin-bottom: 15px;
}

.blog-single-post p:last-of-type {
    margin-bottom: 0;
}

.blog-single-post ol,
.blog-single-post ol li {
    list-style: auto;
    list-style-position: inside;
}

.blog-single-post ol,
.blog-single-post ul {
    margin-top: 15px;
    margin-bottom: 15px;
}

.blog-single-post a {
    color: #BF8F00;
}

.comment {
    display: none;
}

.color_gray {
    font-weight: 600;
    color: #656565;
}
.color_gray:hover{
    color: #BF8F00;
}


.contactpage .contact_inner_wrapper {
    margin-top: 50px;
}

.contact-info-section_text {
    font-size: 18px;
    line-height: 40px;
    color: #BF8F00;
    font-weight: 400;
}

.contact-info-section_title {
    font-size: 30px;
    line-height: normal;
    color: #454456;
    font-weight: 400;
    margin-bottom: 30px;
}

.contact-info-section_title a {
    color: #454456;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.inner-box .social-links li a {
    border-color: #454456;
}

.inner-box .social-links li a svg {
    fill: #454456
}

.contact-info-wrapper .inner-box {
    text-align: center;
}

.contact-info-wrapper .social-links ul {
    justify-content: center;
}

.contact-info-wrapper {
    padding-top: 80px;
}

.contact-info-wrapper .social-links {
    margin-top: 10px;
}

.contactpage {
    padding-bottom: 90px;
}

.contact-info-section_title a:hover {
    color: #BF8F00;
}
.suti_top {
    padding-top: 50px;
}
video {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
}
.video_wrapper {
    position: relative;
    height: 0;
    padding-bottom: 40%;
    z-index: -1;

}


/* what's app */


.whatsApp-wrapper {
    position: fixed;
    z-index: 999999;
    bottom: 0;
    right: 10px;
    font-size: 14px;
    max-width: max-content;
    width: 100%;
}

.whatsAppBtn-outer {
    border-radius: 20px;
    cursor: pointer;
    color: #fff;
    margin: 15px 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: right;
}

.whatsApp-icon {
    display: inline-block;
    border-radius: 50%;
    width: 60px;
    height: 59px;
}

.whatsApp-icon svg {
    width: 60px;
    height: 60px;
}

.whatsApp-chatbox {
    font-size: 14px;
    border-radius: 18px;
    border: 0;
    max-width: 320px;
    box-shadow: rgb(0 0 0 / 16%) 0 5px 40px;
    display: none;
}

.whatsAppClose-btn {
    position: absolute;
    right: 19px;
    top: 25px;
    padding: 0;
    color: #fff;
    font-size: 10px;
    cursor: pointer;
    font-weight: bold;
    width: 20px;
    height: 20px;
    text-align: center;
    font-size: 15px;
    line-height: 18px;
}

.whatsApp-title {
    border-radius: 12px 12px 0px 0px;
    text-align: center;
    background: #095e54;
    color: #fff;
    padding: 20px 15px;
    font-weight: 700;
    font-size: 16px;
}

.whatsApp-message {
    background-color: #e6ddd4;
    position: relative;
    padding: 20px 15px 20px 15px;
    min-height: 200px;
}

.whatsApp-message::before {
    display: block;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
    opacity: .6;
    background-size: cover;
}

.whatsApp-chat {
    padding: 9px 14px 7px;
    background-color: #fff;
    border-radius: 0 8px 8px;
    position: relative;
    transform-origin: center top;
    z-index: 2;
    box-shadow: rgb(0 0 0 / 13%) 0 1px 0.5px;
    margin-top: 4px;
    margin-left: 15px;
    max-width: calc(100% - 40px);
    font-size: 14px;
    word-break: break-word;
    color: #111b21;
}

.whatsApp-chat::before {
    position: absolute;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    top: 0;
    left: -12px;
    width: 12px;
    height: 19px;
}

.whatsApp-input {
    border-radius: 0px 0px 16px 16px;
    position: relative;
    padding: 16px 15px;
    background: #f0f0f0;
}

.whatsApp-input input {
    width: 230px;
    margin: 0px 5px 0px 0px;
    padding: 16px 15px;
    font-size: 14px;
    background-color: #fff;
    border: 0;
    border-radius: 30px;
    outline: none;
    color: #000;
}

.whatsApp-input .send-Btn {
    cursor: pointer;
    line-height: 34px;
    text-align: center;
    float: right;
    height: 53px;
    width: 53px;
    padding: 9px 9px 8px 11px;
    background: #25d366 !important;
    border-radius: 48px;
    display: inline-block;
    outline: 0;
    box-shadow: none;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
.whatsApp-chatbox.active {
    display: block;
}
.home_steps {
    padding: 19px 0;
}
.tuxedostopdata .row {
    margin-bottom: 85px;
}

.moretext {
    display: none;
  }
  .moreless-button {
    color: #bf8f00;
    font-weight: 700;
}
.tab-content a{
    color:#BF8F00
}

.process_description p a {
    color:#656565;
    font-weight: 600;


}

.banner_inner.process_overlay:before {
    background-color: rgba(0,0,0,0.4);
}
.gallery-section-two ul {
    display: flex;
    margin-bottom: 31px;
    border-bottom: 1px solid #bf8f00;
    padding-bottom: 12px;
}

.gallery-section-two .tab-link a {
    color: #000;
    padding-right: 12px;
    display: block;
}

.gallery-section-two .tab-link {
    clear: left;
    width: auto;
    margin-bottom: 0;
    border: 0;
    padding: 0;
    background: #fff;
    color: #000;
    margin-right: 13px;
    overflow: hidden;
    border: 1px solid transparent;
   
}

.gallery-section-two li.tab-link.active:before {
    display: none;
}

.gallery-section-two .tab-link.active {
    background: #fff;
    color: #BF8F00;
}

.gallery-section-two .tab-link.active a {
    color: #BF8F00;
    display: block;
}

.gallery-section-two .tab-content.active {
    display: inline-flex;
}

.tuxdata_points {
    background-image: url(../images/collection2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-size: 100%;
    background-attachment: fixed;

}
.desktop-hide{
display: none;
}

