@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:opsz,wght@9..40,400;9..40,500;9..40,600;9..40,700;9..40,800&family=Lexend:wght@400;500;600;700;800;900&display=swap');

body {
    font-family: 'DM Sans', sans-serif;
    /* font-family: 'Lexend', sans-serif; */
    scroll-behavior: smooth;   
        overflow-x: hidden;
}

.container-fluid{
    padding: 0 !important;
}
strong{
    font-weight: 600;
}
h5 {
    font-size: 17px;
}
a{
    text-decoration: none;
}
a:hover{
    text-decoration: none;
}
img{
    max-width: 100%;
    height: auto;
}
.container{
    max-width: 1200px;
}
.btn-primary.focus, .btn-primary:focus{
    background: inherit;
    border: inherit;
}
.navbar {
    padding: 12px 5px;
    display: flex;
    justify-content: space-between;
}
.nav-menu{
    display: flex;
}

.top_bar {
	padding: 15px 0;
}
.contact-list{
    margin: 0;
    padding: 0;
}
.contact-list li {
	list-style: none;
	display: inline-block;
	margin-right: 20px;
}
.contact-list li a {
    list-style: none;
    display: inline-block;
    text-decoration: none;
    color: rgb(217 217 217 / 70%);
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    font-size: 15px;
}
ul.contact-list li i {
    color: #E88E2E;
    margin-right: 10px;
    font-size: 18px;
}
.contact-list li a:hover {
    color: #E88E2E;
}
header .bgcolr {
    /* background: rgb(192 191 191 / 23%); */
    /* background-color: rgb(6,5,5,0.5); */
    background: rgb(217 217 217 / 30%);
    padding: 12px 20px;
    border-radius: 0 0px 0px 20px;
    transition: all 0.3s ease-out;
}
.social-link {
    margin: 0;
    padding: 0 2px 0px 0;
    text-align: right;
}
.social-link li{
	list-style: none;
	display: inline-block;
	margin-right: 20px;
    color: #8791a5;
}
.social-link li:last-child {
	margin-right: 0;
}
.social-link li a i{
    color: #d9d9d9b3;
}
.social-link li a i:hover {
    color: #E88E2E;
    transform: rotate(360deg);
    -webkit-transition: all .4s ease;
    transition-duration: 0.4s;
}
.navbar-nav li {
	display: inline-block;
	list-style: outside none none;
	margin: 0 10px;
	overflow: hidden;
}
.navbar-nav a {
    padding: 0.3em 0;
    color: rgba(255, 255, 255, 0.5);
    position: relative;
    display: inline-block;
    letter-spacing: 1px;
    margin: 0;
    text-decoration: none;
}
.navbar-nav a:before,
.navbar-nav a:after {
    position: absolute;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
.navbar-nav a:after {
    padding: 0.3em 0;
    position: absolute;
    bottom: 100%;
    left: 12px;
    content: attr(data-hover);
    color: #E88E2E;
    white-space: nowrap;
}
.navbar-nav li:hover a,
.navbar-nav .current a {
    transform: translateY(100%);
}


section.setquote {
    background: #fff9f0;
    padding: 0 80px 0;
    background-image: url(../images/quote-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    margin: 50px 0;
}
section.setquote .main_form{
    border-top: 4px solid #bc101c;
    margin-top: 0px;
    position: relative;
}
section.setquote:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #1c3f95;
    opacity: 0.78;
}

section.setquote .setfom{
    background-image: none;
}
section.setquote .setfom::before {
    background: none;
}

.ryt_menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
}
.ryt_menu .cont_no {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}
.ryt_menu .call p {
    margin: 0 0 0 0;
}
.dflx span {
    height: 60px;
    width: 60px;
    background: rgb(217 217 217 / 30%);
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.dflx span i {
    font-size: 22px;
}

section.banner {
    position: relative;
}
.setig img {
    margin-bottom: 30px;
    max-width: 100%;
    width: 100%;
    object-fit: cover;
}
.setig img:last-child {
    margin-bottom: 0;
}
.setig {
    overflow: hidden;
}
.setimg img {
    width: 90%;
    max-width: 100%;
    object-fit: cover;
    display: inline-block;
    height: 600px;
}
.post-rel {
    position: relative;
}
.circle_content span h5 {
    font-size: 50px;
    margin-bottom: 0;
}
.circle_content {
    position: absolute;
    left: 15%;
    top: 15%;
    transform: translate(50%, 50%);
    background: #E88E2E;
    width: 146px;
    height: 146px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.circle_content span {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    border: 2px dashed #f3e9d5;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.circle_content {
    color: #fff;
    text-align: center;
}
.title_icon {
    display: flex;
    align-items: baseline;
    transform: rotate(270deg);
    margin-top: 90px;
    white-space: nowrap;
    gap: 10px;
    padding: 0;
}
.title_icon p{
    color: #000;
}

.tiles_dec {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 20px;
}
.tiles p {
    margin: 0;
}
.toil_icon span {
    width: 70px;
    height: 70px;
    background: #f2eeea;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.toil_icon i {
    color: #c7844f;
    font-size: 30px;
}


.floens-btn {
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    border: none;
    outline: none !important;
    background-color: #E88E2E;
    color: var(--floens-white, #ffffff);
    font-size: 15px;
    font-weight: 700;
    font-family: var(--floens-font, "DM Sans", sans-serif);
    padding: 20px 20.5px;
    transition: 500ms;
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    text-align: center;
    padding-right: 75px;
    line-height: 1;
    z-index: 1;
}

.floens-btn i {
    position: relative;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    font-size: 23.88px;
    color: inherit;
    transition: all 400ms ease;
}
.floens-btn::before, .floens-btn::after {
    content: "";
    background-color: var(--floens-black2, #2B1E16);
    height: 50%;
    width: 0;
    position: absolute;
    transition: 500ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    z-index: -1;
}
.floens-btn::before {
    top: 0;
    left: 0;
    right: auto;
}

.floens-btn i::after {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -15px;
    background-color: RGBA(var(--floens-white-rgb, 255, 255, 255), 0.3);
    transition: all 400ms ease;
}




.title_txt h2 {
    font-size: 50px;
    line-height: 1.3em;
    text-transform: capitalize;
    font-weight: 700;
}
.setborde {
    border-bottom: 1px solid #ded8d3;
}
/* section.about_us h4 {
    font-size: 25px;
    color: #E88E2E;
    margin: 20px 0;
} */
section.about_us h4 {
    font-size: 25px;
    color: #000;
    margin: 15px 0 5px 0;
    padding-top: 0;
}
.mainbtn {
    margin-top: 20px;
}
.decs p {
    color: #7a736a;
    margin: 20px 0 25px 0;
    font-size: 16px;
    line-height: 30px;
} 
.tiles_sum .tiles h6 {
    font-size: 18px;
    margin-bottom: 18px;
}
.tiles_sum .tiles p {
    font-size: 16px;
    color: #82736a;
    padding-right: 40px;
}
.sideservice {
    display: flex;
    align-items: baseline;
}
.view a {
    display: inline-block;
    padding: 15px 50px;
    background: transparent;
    color: #fff;
    border: 2px solid rgb(106 96 89);
}
section.bgkimg .floens-btn {
    background: transparent;
    display: inline-block;
    background: transparent;
    color: #fff;
    border: 2px solid rgb(106 96 89);
}
main {
    overflow: hidden;
  }
  
  a,
  button {
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    border: none;
    outline: none;
    background: none;
  }
  
  img {
    display: block;
    max-width: 100%;
    height: auto;
  }
  
  .section {
    margin: 0 auto;
    padding-block: 5rem;
  }
  
  
  .swiper-button-next::after, .swiper-button-prev::after {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    font-weight: 800;
    padding: 1rem;
    width: 2rem;
    height: 2rem;
    opacity: 0.75;
    border-radius: 50%;
    color: var(--white-100);
    background: var(--black-300);
  }


  @-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}


  .swiper-container {
    width: 800px;
    height: 200px;
 
} 

.swiper-slide {
   background-color: purple;

}

.blue {
  background-color: blue;
}

.red {
  background-color: red;
}






/* .quote_free a {
	border: 2px solid #1745b3;
	background-color: #1c3f95;
	position: relative;
	padding: 17px 40px;
	color: #fff;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	font-weight: 600;
	font-size: 15px;
	margin-right: 15px;
    text-decoration: none;
}
.quote_free a:last-child {
    padding: 17px 25px !important;
    background-color: #d70006;
    border: 2px solid #c40005;
}
.quote_free a:last-child:hover {
    border: 2px solid #1745b3;
	background-color: #1c3f95;
}
.quote_free a:last-child::after, .quote_free a:last-child::before {
    display: none;
}
.quote_free a:hover {
    border: 2px solid #c40005;
	background-color: #d70006;
}
.quote_free a::after, .quote_free a::before {
	position: absolute;
	right: 10px;
	top: 10px;
	height: 10px;
	width: 2px;
	content: "";
    background-image: -webkit-linear-gradient(-51deg,#fff,#fff 99%);
}
.quote_free a::before {
	width: 10px;
	height: 2px;
}
.banner{
    position: relative;
    overflow: hidden;
}
.banner .quote_free a:first-child {
    padding: 17px 43px !important;
    background-color: #1c3f95;
    border: 2px solid #1c3f95;
    color: #ffffff;
} */




.navigation-wrap{
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  -webkit-transition : all 0.3s ease-out;
  transition : all 0.3s ease-out;
}

.navbar-brand img {
    display: block;
}
.navbar-brand {
    padding: 0px;
    margin-top: 8px;
    margin-left: 15px;
}



.navbar-light .navbar-brand {
    color: rgba(0,0,0,.9);
}
.navbar-toggler {
  float: right;
  border: none;
  padding-right: 0;
}
.navbar-toggler:active,
.navbar-toggler:focus {
  outline: none;
}
.navbar-light .navbar-toggler-icon {
  width: 24px;
  height: 17px;
  background-image: none;
  position: relative;
  border-bottom: 1px solid #000;
  transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after, 
.navbar-light .navbar-toggler-icon:before{
  width: 24px;
  position: absolute;
  height: 1px;
  background-color: #000;
  top: 0;
  left: 0;
  content: '';
  z-index: 2;
  transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after{
  top: 8px;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
  transform: rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
  transform: translateY(8px) rotate(-45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  border-color: transparent;
}
.dropdown-toggle::after{
  display: none;
}
.nav-link {
    color: #fff !important;
    font-weight: 100;
    font-size: 15px;
    transition: all 200ms linear;
    position: relative;
    padding: 5px 7px !important;
    display: inline-block;
    font-family: 'Lexend', sans-serif;
}
.nav-item:hover .nav-link{
  color: #E88E2E !important;
}



.nav-menu div#navbarSupportedContent ul li.active a{
    color: #E88E2E !important; /* Add a bottom border for the active item */
  }
   .navbar .nav-item.selected {
    border-bottom: 3px solid #007bff; 
   }
   

.nav-item:after{
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background-color: #8167a9;
  opacity: 0;
  transition: all 200ms linear;
  display: none;
}
.nav-item:hover:after{
  bottom: 0;
  opacity: 1;
}
.nav-item.active:hover:after{
  opacity: 0;
}
.nav-item{
  position: relative;
  transition: all 200ms linear;
}
#demo-1 {
   position: relative;
   overflow: hidden;
   min-height: 610px;
   display: flex;
   align-items: center;
   justify-content: center;
}
.inr_bnr {
    text-align: left;
    position: relative;
    z-index: 11111111;
    margin-top: 120px;
}
.aura {
    display: block;
    text-align: center;
}
.aura h6 {
    font-size: 17px;
    color: #fff;
    z-index: 9;
    position: relative;
}
.aura h6:before {
    position: absolute;
    content: "";
    top: 10px;
    left: 30%;
    background: #fff;
    height: 1px;
    width: 7%;
}
.aura h6:after {
    position: absolute;
    content: "";
    top: 10px;
    right: 30%;
    background: #fff;
    height: 1px;
    width: 7%;
}
/* .animate-charcter {
    background-size: auto auto;
    color: #fff;
    font-size: 64px;
    font-weight: 900;
    line-height: normal;
    /* text-transform: capitalize; */
    /* margin: 20px 0 0 0; */
    /* font-family: 'Lexend';
    text-align: center;
    line-height: 72px;
    padding: 0 96px; */
/* } */

h1.animate-charcter {
    background-image: linear-gradient(-225deg, #e88e2e 0%, #e3ad2d 29%, #ce9200 67%, #e88e2e 100%);
    background-size: auto auto;
    background-size: 200% auto;  
    background-clip: border-box;
    font-size: 75px;
    color: #fff;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textclip 9s linear infinite;
    text-align: center;
    line-height: 80px;
    padding: 0 96px;
    font-weight: 900;
    margin-top: 30px;
}
@keyframes textclip {
    to {
      background-position: 200% center;
    }
  }


.zs-slides::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.3;
    z-index: 111;
}
.banner .zs-bullets{
    display: none;
}
.banner .banner-shape-three {
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 100%;
	height: 144px;
	background-color: transparent;
    z-index: 11;
}
.banner .banner-shape-three svg {
	width: calc(125% + 1.3px);
	height: 144px;
	display: block;
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.banner .banner-shape-three svg path {
	fill: #fff;
	-webkit-transform-origin: center;
	transform-origin: center;
	-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg);
}
.banner .quote_free{
    margin: 45px 0 0 0;
}
.banner .quote_free a:first-child{
    padding: 17px 43px !important;
    background-color: #d70006;
    border: 2px solid #c40005; 
}


.banner .quote_free a:first-child:hover{
    border: 2px solid #1745b3;
    background-color: #1c3f95;
}
/* .banner .quote_free a:last-child{
    padding: 17px 43px !important;
    background-color: #fff;
    border: 2px solid #e5e8eb; 
    color: #c40005;
} */
/* .banner .quote_free a:last-child:hover{
    border: 2px solid #1745b3;
    background-color: #1c3f95;
    color: #fff;
} */
.services {
    margin-top: -60px;
    position: relative;
    z-index: 1111;
    margin-bottom: 65px;
}
/* section.banner:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 9;
    background: url(../images/shape-diagon-primary.png);
    background-repeat: no-repeat;
    background-size: contain;
}
section.banner::after {
    position: absolute;
    content: "";
    height: 356px;
    width: 950px;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1;
    background: url(../images/shape-diagon-secondary.png);
    background-repeat: no-repeat;
}*/
.banner-shape-btm {
    display: none;
}
/* .mainicon span {
    height: 110px;
    width: 110px;
    display: inline-flex; 
    border-radius: 100px;
    line-height: normal;
    align-items: center;
    justify-content: center;
    margin: 0 0 0 10px;
    cursor: pointer;
    transition: all 0.3s;
    border: 3px solid transparent;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
   
} */
.VIEW a {
    display: none !important;
}

/* .mainicon img {
    max-width: 100%;
    width: 95%;
    object-fit: cover;
    border-radius: 50%;
    margin-top: 1px;
    transition: all 0.5s;
   
} */
.mainicon{
    display: none;
}
.borderactive{
    border-color: #E88E2E !important;
  
}
.call p a {
    color: #ffffff;
}
.ryt_menu .call p {
    margin: 0 0 0 0;
    color: #ffffff;
}
.entir_box {
	text-align: center;
	padding: 18px 35px;
	margin-top: 30px;
	overflow: hidden;
	position: relative;
}
.box-body {
	/* position: relative; */
	z-index: 11;
}
.box-body h5 {
	color: #282828;
	font-size: 22px;
	font-weight: 600;
	margin: 30px 0px 22px;
	line-height: 22px;
	text-transform: uppercase;
}
.box-body p {
	font-size: 15px;
	line-height: 27px;
	color: #262626;
	min-height: 170px;
	font-weight: 600;
	font-family: "Roboto",sans-serif;
    margin: 0;
}

.service_box.red_bg:hover{
    background: #fff;
}
.service_box.red_bg:hover .box-body h5 {
    color: #000;
}
.service_box.black_bg:hover{
    background: #fff;
}
.service_box.black_bg:hover .box-body h5 {
    color: #000;
}

.services .ft-btn-2 a:hover span {
    opacity: 1;
}
.service_box .white a span {
    opacity: 0;
    color: #000000!important;
}

.services .ft-btn-2 a:hover i {
    left: auto;
    right: 15px;
    color: #000;
}





.service_box {
    text-align: center;
    box-shadow: 0 8px 16px 0 rgba(73,167,211,.06);
    border-radius: 6px;
    transition: 500ms all ease;
    padding: 8px;
}
.service_box button {
	color: #282828;
	font-size: 17px;
	font-weight: 500;
	line-height: 22px;
	text-transform: uppercase;
	background: inherit;
	border: 0;
}
.service_box button:hover {
    background: inherit !important;
    color: #000;
}
.service_box.black_bg{
	background: #282828;
}
.service_box.black_bg button{
	color: #eb120a;
}
.service_box.black_bg .box-body p {
	color: #fff;
}
.service_box.black_bg .box-body h5 {
	color: #fff;
}
.service_box.red_bg{
	background: #eb120a;
}
.service_box.blue_bg {
    background: #1c3f95;
}
.inr-about h3{
    font-size: 30px;
    font-weight: bold;
    line-height: 38px;
    margin: 0 0 15px;
}
.inr-about h3 span{
    color: #e95b25;
}
.inr-about p {
    font-family: 'DM Sans';
    color: #7a736a;
    /* margin: 0 0 10px 0; */
    font-size: 16px;
    line-height: 30px;
}
.inr-about h4{
    font-size: 30px;
    font-weight: bold;
    padding: 28px 0 5px 0;
}
.inr-about h4 span{
    color:#e95b25;
}
.experience_imge{
    padding: 5px 0 0 0;
}




.our_services {
    margin: 90px 0 60px 0;
}
.our_services .inr-about h3 {
    font-size: 30px;
    font-weight: bold;
    line-height: 38px;
    margin: 0 0 15px;
}
.our_services .inr-about p {
    font-size: 15px;
    line-height: 24px;
    color: #757575;
    font-weight: 600;
    font-family: "Roboto",sans-serif;
    margin: 0 0 5px 0;
}
.our_services .dctr_imge img {
    width: 100%;
}
.our_services .inr-about h5 {
    color: #1c3f95;
    font-family: 'Oswald';
}

.our_services .inr-about ul li {
    font-size: 15px;
    color: #757575;
    font-weight: 600;
    font-family: "Roboto",sans-serif;
    padding: 5px 0 0px 0;
    display: inline-block;
    width: 48%;
}
.our_services .inr-about ul li img {
    width: 20px;
    object-fit: cover;
    margin-top: 2px;
    filter: invert(13%) sepia(45%) saturate(5317%) hue-rotate(345deg) brightness(133%) contrast(132%);
    margin-right: 3px;
}


.contact-fl address p {
    color: #7a736a !important;
    font-size: 16px!important;
}
.main-galry .wrapper .swiper {
    overflow: hidden !important;
}

.small-container h4 {
    display: none;
}

div#image-gallery img {
    width: 100%;
    object-fit: cover;
    max-width: 100%;
    aspect-ratio: 3/2;
}




.astrik {
    display: flex;
    margin: 0 0 0 -8px;
}
 
.astrik span {
    color: #eb120a;
    margin: 8px 1px 0 0;
}
.main_form {
	position: relative;
	background-image: url(../images/quote-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 15px 25px;
	border-top: 4px solid #bc101c;
	margin-top: -80px;
}
.main_form::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #1c3f95;
	opacity: 0.78;
}
.main_form h2 {
	color: #fff;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	position: relative;
	margin: 50px 0 15px 0;
    text-transform: uppercase;
}
.main_form p {
	color: #fff;
	font-size: 15px;
	font-weight: 300;
	text-align: center;
	position: relative;
	font-family: "Roboto",sans-serif;
}
.main_form input.form-control::placeholder {
    color: #bcbcbc;
    font-size: 16px;
}
.main_form textarea.form-control::placeholder {
    color: #bcbcbc;
    font-size: 16px;
}
.main_form input {
	margin: 0px 0px 15px 0px;
	background: inherit;
	-moz-appearance: textfield;
	padding: 23px 0;
	border-bottom: 2px solid #fff;
    border-left: 0;
    border-top: 0;
    border-right: 0;
    border-radius: 0;
    text-transform: uppercase;
    font-weight: 400;
    color: #fff;
}
.main_form select {
	margin: 0;
	background: inherit;
	-moz-appearance: textfield;
	padding: 0;
    min-height: 48px;
	border-bottom: 2px solid #fff;
	border-left: 0;
	border-top: 0;
	border-right: 0;
	border-radius: 0;
	text-transform: uppercase;
	font-weight: 400;
	color: #bcbcbc;
}
.main_form select option{
    color: #000;
}
.main_form textarea {
    background: inherit;
    border-radius: 0;
    -moz-appearance: textfield;
    border-color: #fff;
    padding: 23px 0;
    font-weight: normal;
    border-bottom: 2px solid #fff;
    resize: none;
    border-left: 0;
    border-top: 0;
    border-right: 0;
    border-radius: 0;
}
.main_form button{
    padding: 0px 20px;
    margin: 18px 0 0 0;
    font-weight: 600;
    color: #313030; 
    height: 44px;
    font-size: 15px;
}
.main_form .form-control:focus{
    background-color: inherit;
    border-bottom: 2px solid #fff !important;
    box-shadow:inherit;
    color: #fff !important;
}
.main_form form{
    margin: 50px 0 0 0;
}
.information_txt {
	text-align: left;
	text-transform: uppercase;
	color: #fff;
	font-size: 24px;
	font-weight: 400;
	margin: 0 0 25px 0;
}
.mains_btn_wht {
	margin: 35px 0 30px 0;
}
.mains_btn_wht button {
	background: #fff;
	font-size: 17px;
	color: #000;
	font-weight: 500;
	border: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 3px;
	position: relative;
	overflow: hidden;
	z-index: 9;
	transition: .3s;
	margin: 2px 0 0 5px;
}
/* .mains_btn_wht button::before {
    position: absolute;
    content: "";
    background: #E88E2E;
    height: 100%;
    width: 100%;
    left: 0;
    top: 100%;
    z-index: -1;
    transition: .3s;
} */
.mains_btn_wht button:hover{
    background-color: inherit;
    border-color: inherit;
}
.mains_btn_wht button:hover::before {
    top: 0;
}
.quote_form{
	background: #fff9f0;
	padding: 0 0 80px 0;
}
.contact-us-list {
	overflow: hidden;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	padding: 10px;
}
.contact-us-icon {
	Outline: 3px dashed #fff;;
	outline-offset: 8px;
	padding: 23px;
	border-radius: 50%;
	margin-right: 28px;
	background: #db1c29;
	height: 45px;
	width: 45px;
	font-size: 18px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}
.contact-us-icon {
	font-size: 18px;
	color: #fff;
}
.contact-us-text span {
	color: #bcbcbc;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 1px;
}
.contact-us-text h4 a{
	font-size: 19px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 0;
	margin-top: 0;
	line-height: 1.3;
	letter-spacing: 1px;
    word-break: break-all;
    text-decoration: none;
}
.contact-us-text h4 a:hover{
    color: #db1c29;
}
.single-contact-us{
    margin-top: 133px;
}

footer {
	background-color: #f7f9fb;
	background-image: url(../images/fbg.png);
	background-size: cover;
	position: relative;
}
footer:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #30373fe8;
}
.sevce_ftr p {
    color: #fff;
    font-size: 16px;
    font-family: 'DM Sans';
}



.setwdh {
    padding: 0 0 0 30px;
}
 .inr_ftr {
        padding: 60px 0px;
 }
 .sevce_ftr h5 {
     color: #ffffff;
     font-weight: 600;
     font-size: 22px;
     margin: 0 0 29px 0;
 }
 .sevce_ftr h3 {
     margin: 0 0 29px 0;
     padding: 0 0 9px 0
 }
 .logo{
     margin: 0px 0 20px 0;
 }
 .inr_ftr li {
    padding-bottom: 15px;
    color: #fff;
}
 .inr_ftr li a {
	color: #fff;
	font-size: 16px;
	text-decoration: none;
	display: flex;
}
.inr_ftr li a:hover {
    color: #E88E2E;
}
 .icon_ftr i {
     color: #eb120a;
     margin-right: 8px;
     font-size: 19px;
 }
 .scl_icon{
      margin: 0;
      padding: 0;
 }
 .scl_icon li {
     display: inline-block;
     padding-right: 14px;
 }
 .scl_icon li a{
     font-size: 16px;
 }
 .scl_icon li a:hover i {
     transform: rotate(360deg);
     -webkit-transition: all .4s ease;
     -o-transition: all .4s ease;
     transition: all .4s ease;
     transition-duration: 0.4s;
     transition-duration: 0.4s;
 }
 .icon_ftr{
    width: 29px;
 }
 footer .news-post {
	margin-bottom: 40px;
	padding: 0 0 0 80px;
	position: relative;
	line-height: 23px;
}
.news-post .image-thumb {
	height: 65px;
	left: 0;
	position: absolute;
	top: 0;
	width: 65px;
}
.news-post .time {
	color: #545050;
    font-size: 15px;
    position: relative;
    font-weight: 200;
}
.news-post .news-content a {
    color: #001733;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    display: flex;
    font-family: "Roboto",sans-serif;
    line-height: 19px;
}
 .cpy_rt {
     text-align: center;
 }
 .cpy_rt p {
     color: #545050;
     margin: 0;
     font-size: 15px;
     padding: 15px 0;
 }




















.top-header-bg {
   padding: 15px;
}
.info-contact {
   display: flex;
   align-items: center;
   justify-content: space-between;
}
.info-contact .right-block  {
    font-size: 15px;
    font-weight: 600;
}
.info-contact .right-block h4 {
    margin: 0;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: .3px;
    color: #515151;
}
.info-contact .right-block a {
    color: #e95b25;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
}
.info-contact .left-block  i {
    color: #e95b25;
    font-size: 30px;
}
.nav-contact-block .left-block i {
    color: #e95b25;
    font-size: 30px;
    transform: inherit;
}
.info-box{
    display: flex;
    gap: 15px;
    align-items: center;
    position: relative;
}
.info-contact .bdr_right::after{
    content: "";
    border-right: 1px dashed #000;
    height: 49px;
    position: absolute;
    right: -39px;
    width: 25px;
}
.nav-get-btn { 
    position: relative;
}
.nav-get-btn:hover.nav-get-btn a::before{
    background: #000;
    color: #fff;
}
.nav-get-btn a {
    color: #fff;
    display: block;
    text-decoration: none;
    position: relative;
    text-transform: uppercase;
    padding: 20px 20px;
    z-index: 111;
}
.nav-get-btn a:before {
    position: absolute;
    content: "";
    background: #e95b25;
    width: 196px;
    z-index: -1;
    top: -35px;
    transform: rotate(8deg);
    left: 0px;
    margin: 0;
    right: 0;
    height: 145px;
    transition: .4s;
}
.nav-get-btn a::before:hover{
    background: #000;
    color: #fff;
}
.bok-apment{
    margin: 0 0 85px 0;
}
.main-ament{
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.12);
    border-top: 8px solid #e95b25;
    margin-top: -80px;
    position: relative;
    z-index: 1111;
}
.clinic-card {
    padding: 20px 75px 20px 27px;
    background: #fff;
    min-height: 100%;
    position: relative;
}
.healh_icon {
    background: #fff;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    position: absolute;
    right: -51px;
    z-index: 11;
    text-align: center;
    line-height: 100px;
    top: 160px;
}
.clinic-card h3{
    font-size: 27px;
    font-weight: bold;
    line-height: 38px;
}
.clinic-card h3 span{
    color: #e95b25;
}
.clinic-card ul{
    margin:0;
    padding: 0;
}
.clinic-card ul li {
    list-style: none;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px dotted #000;
    line-height: 47px;
    color: #7d7d7d;
    font-size: 16px;
}
.clinic-card p{
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    font-style: italic;
    color: #e95b25;
    padding: 20px 0 0 0;
}
.apnt-form {
    padding: 58px 5px 90px 120px;
    background-color: #e95b25;
    text-align: center;
}
.apnt-form h4{
    font-size: 29px;
    font-weight: bold;
    line-height: 38px;
    color: #fff;
    padding: 0 0 25px 0;
    margin: 0;
}
.apnt-form .form-control {
    background-color: #ec8760;
    border: 0;
    padding: 28px 20px;
    border-radius: 0;
    font-weight: normal;
    font-size: 15px;
    width: 90%;
    margin: 0 0 5px 0;
}
.apnt-form .form-control::placeholder{
    color:#fff;
}
.apnt-form select {
    padding: 16px 20px 16px;
    background: #ec8760;
    border: 0;
    color: #fff;
    font-weight: normal;
    font-size: 15px;
    width: 90%;
}
.dctr_imge img {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 3/4;
    max-width: 100%;
}

.rt-wlcome button{
    margin:0 0 0 15px;
}
.portfolio-item li {
    list-style: none;
}
.main_prodct_sec:hover .middle {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    border-radius: 0;
}
.contect_prodct {
    padding: 70px 26px;
    z-index: 9999 !important;
    position: relative;
    text-align: center;
}
.main_prodct_sec {
    position: relative;
    cursor: pointer;
}
.image_prodct img {
    width: 100%;
}
.main_prodct_sec:hover .middle_on_img {
    display: none;
}
.middle h2 {
    font-size: 20px;
    color: #fff;
    font-weight: 800;
}
.middle p {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    line-height: 24px;
}
.middle button {
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    line-height: 20px;
    border: 0;
    background: none;
}
.middle button i{
    font-size: 14px;
    font-weight: 100;
    color: #fff;
    padding-left: 5px;
}
.middle span {
    color: #ffff;
    font-size: 15px;
}
.middle_on_img {
    bottom: 25px;
    background: #fff;
    width: 95%;
    position: absolute;
    left: 9px;
}
.contect_prodct_on_img h2 {
    font-size: 18px;
    color: #001430;
    font-weight: 600;
    margin: 0;
    padding: 14px 5px 14px 18px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.serv_icon {
    background: #e95b25;
    height: 40px;
    width: 40px;
    padding: 8px;
    border-radius: 50%;
    display: flex;
    align-items: center
}
#qote{
    transition: .2 all;
}

.contect_prodct_on_img span {
    color: #ffff;
    font-size: 15px;
}
.main_prodct_sec {
    position: relative;
    cursor: pointer;
}
.middle {
    background: rgba(233, 91, 37, 0.8) none repeat scroll 0 0;
    border-radius: 100%;
    cursor: pointer;
    height: 100%;
    opacity: 1;
    overflow: hidden;
    position: absolute;
    top: 0;
    transform: scale(0);
    transition: all 0.7s ease-out 0s;
    width: 100%;
    z-index: 111;
    -webkit-transition: all 0.7s ease-out 0s;
    -ms-transition: all 0.7s ease-out 0s;
    -o-transition: all 0.7s ease-out 0s;
    -moz-transition: all 0.7s ease-out 0s;
    transition: all 0.7s ease-out 0s;
    cursor: pointer;
    overflow: hidden;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    border-radius: 100%;
}
.chose_cnt h6 {
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    line-height: 19px;
    color: #1a1e42;
}
.chs_icon img{
   max-width: 75px;
   height: 40px;
}
.chs_cnt p{
   line-height: 20px !important;
}
.welcome_sec{
   position: relative;
}
.medic_icon {
   position: absolute;
   left: -8px;
   top: -135px;
   z-index: -1;
}
.medic_icon img{
   max-width: 87%;
}
.medic_icon2{
   position: absolute;
   left: 85px;
   top: -58px;
}
.medic_icon2 img{
   width: 60%;
}
.benefit_sec .slick-dots li button::before {
   font-size: 13px;
   top: 33px;
   color: #e95b25;
}
.mains_btn_wht{
   width: 100%;
}

.box-img-icon {
  text-align: center;
  padding: 30px 35px;
}
.entire-family {
  margin: 50px 0px;
}
.inr_prfonal {
  background-color: #fff;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.12);
  margin: 65px 0 65px 0;
}
.inr_prfonal h3{
  font-size: 27px;
  font-weight: bold;
  line-height: 38px;
  text-align: center;
  padding: 43px 124px 0;
}
.entir_box {
  text-align: center;
  padding: 18px 35px;
  border-right: 1px solid #e1e1e1;
  border-top: 1px solid #e1e1e1;
  margin-top: 30px;
  overflow: hidden;
  position: relative;
}
.entir_box.nobdr_rt{
   border-right:0;
}
.entir_box.nobdr_btm{
   border-bottom: 0 !important;
}
.inr_prfonal button{
   background: inherit;
   border: 0;
   color: #1a1e42;
   font-size: 15px;
   font-weight: 500;
   line-height: 22px;  
   border: 2px solid transparent;
}
.inr_prfonal button:hover{
    color: #e95b25;
    background: inherit;
    border: 2px solid #e95b25;
}
.entir_ftr {
    position: absolute;
    bottom: -27px;
    background: #eef9fe;
    right: 0;
    height: 170px;
    width: 160px;
    border-radius: 160px 0 0 0;
    line-height: 211px;
    text-align: right;
}
.entir_icon {
    position: relative;
}
.box-body{
    /* position: relative; */
    z-index: 11;
}
.offer {
    background-image: url(../images/teeth_ptrn.jpg);
    padding: 15px 0 60px;
    margin: 70px 0 0 0;
}
.offer h3 {
    text-align: center;
    font-weight: bold;
    font-size: 31px;
    padding: 45px 0 7px 0;
}
.offer .entir_box{
    border-top: 0;
    border-bottom: 1px solid #e1e1e1;
    padding: 18px 18px;
    margin-top: 0;
}
.offer .mains_btn{
    text-align: center;
}
.offer .mains_btn button{
    margin: 0;
    display: inline-block;
}
.offer .inr_prfonal{
    padding: 26px 35px;
}
.experience {
    position: relative;
    padding: 22px 0 0 50px;
    min-height: 600px;
}
.prtn_exp {
    position: absolute;
    left: 10px;
    top: 200px;
}
.skillbar {
    width: 100%;
    margin-bottom: 20px;
}
.skillbar h3 {
    font-size: 16px;
    color: #141516;
    font-weight: 600;
    padding-bottom: 15px;
    margin: 0;
}
.skills-main {
    position: relative;
    display: block;
    margin-bottom: 15px;
    width: 100%;
    background: #e7e8e9;
    height: 8px;
    -webkit-transition: 0.4s linear;
    -moz-transition: 0.4s linear;
    -ms-transition: 0.4s linear;
    -o-transition: 0.4s linear;
    transition: 0.4s linear;
    -webkit-transition-property: width, background-color;
    -moz-transition-property: width, background-color;
    -ms-transition-property: width, background-color;
    -o-transition-property: width, background-color;
    transition-property: width, background-color;
}
.skillbar-bar {
    height: 8px;
    width: 0px;
    background: #e95b25;
    float: left;
    position: relative;
}
.circle {
    height: 20px;
    width: 20px;
    float: left;
    background: #e7e8e9;
    border: 3px solid #e95b25;
    position: relative;
    right: 2px;
    top: -6px;
    border-radius: 30px;
    z-index: 9;
}
.skill-bar-percent {
    position: absolute;
    right: 0;
    top: -41px;
    font-size: 16px;
    height: 35px;
    line-height: 35px;
    color: #141516;
    font-weight: 600;
}
.inr_exprnce h4{
    font-weight: bold;
    font-size: 31px;
    padding: 130px 0 7px 0;
}
.inr_exprnce p{
    font-size: 14px;
    line-height: 25px;
    color: #777;
}
.video_image {
    position: absolute;
    top: 50px;
    right: 0;
    width: 42%;
}
.video_play {
    position: absolute;
    background: rgba(233, 91, 37, 0.6);
    width: 134px;
    height: 134px;
    left: 0;
    left: -62px;
    top: 0;
    bottom: 0;
    margin: auto;
    padding: 17px;
    border-radius: 120px;
    z-index: 99;
}
.video_play i {
    font-size: 42px;
    color: #fff;
    background: #e95b25;
    width: 100px;
    height: 100px;
    border-radius: 120px;
    text-align: center;
    line-height: 79px;
    border: 10px solid #fff;
}
.testimonial{
    padding: 40px 0;
}
.test_image img {
    border-radius: 22px;
    width: 100%;
}
.testimonial h4 {
    font-size: 36px;
    font-weight: bold;
    line-height: 38px;
    padding: 43px 0 10px;
}
.testimonial p{
    font-size: 14px;
    line-height: 25px;
    color: #777;
}
#carouselTestimonial {
    background: #fff;
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.12);
    padding: 30px 40px;
    margin: 50px 0 0 0;
    border-radius: 6px;
}
#carouselTestimonial .carousel-indicators li{
   background-color: #e95b25;
   margin-right: 3px;
   margin-left: 3px; 
   width: 23px;
   height: 5px;
}
.carousel-indicators{
    justify-content: right;
    padding-left: 0;
    margin-right: 24px;
    margin-left: 0;
    bottom: 22px;
    right: 0;
}
.imge_boxes {
    display: flex;
    padding: 15px 0 0 0;
    align-items: center;
    gap: 10px;
}
.imge_boxes h5 strong{
    font-size: 17px;
    color: #1a1e42;
}
.imge_boxes h5 span{
    font-size: 15px;
    color: #909090
}
.customer-logos {
    background: #e95b25;
    padding: 30px 89px;
    display: flex;
    justify-content: center;
    gap: 80px;
}
.slick-slide {
    margin: 0px 10px;
}
.slick-slide img {
    width: 100%;
}
.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.result{
   position: relative;
}



.carusel{
  backgroudn-color:red;
}
.carousel-inner .active.left { left: -25%; }
.carousel-inner .next        { left:  25%; }
.carousel-inner .prev        { left: -25%; }
.carousel-control            { width:  4%; }
.carousel-control.left,.carousel-control.right {margin-left:15px;background-image:none;}
.benefit_sec{
    padding: 0 0 80px 0;
    overflow: hidden;
    margin: 60px 0;
    background: url(../images/offer_bg.jpg) no-repeat;
    background-size: cover;
}
.benefit_sec h4{
    font-size: 27px;
    font-weight: bold;
    line-height: 38px;
    text-align: center;
    padding: 43px 124px 30px;
    color: #001430;
}
/* .hero-about-area {
    padding-top: 5%;
    padding-bottom: 7%;
    background-size: cover;
    background-position: center;
    background-image: url(../images/bnr_contct.jpg);
    position: relative;
} */


section.services-bg {
    background-size: cover;
    background-position: center;
    background-image: url(../images/services.jpg);
    position: relative;
    min-height: 400px;
    display: flex;
    align-items: center;
}
section.services-bg:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-size: cover;
    z-index: 3;
    width: 100%;
    height: 100%;
    background-color: rgba(17,19,43,0.4);
}

section.cross-bg{
    padding-top: 8%;
    padding-bottom: 8%;
    background-size: cover;
    background-position: center;
    background-image: url(../images/crossbg.jpg);
    position: relative;
}
section.cross-bg:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-size: cover;
    z-index: 3;
    width: 100%;
    height: 100%;
    background-color: rgba(17,19,43,0.6);
}
section.domastic{
    padding-top: 8%;
    padding-bottom: 8%;
    background-size: cover;
    background-position: center;
    background-image: url(../images/domanstic.jpg);
    position: relative;
}
section.domastic:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-size: cover;
    z-index: 3;
    width: 100%;
    height: 100%;
    background-color: rgba(17,19,43,0.6);
}
section.expedited{
    padding-top: 8%;
    padding-bottom: 8%;
    background-size: cover;
    background-position: center;
    background-image: url(../images/expited.jpg);
    position: relative;
}
section.expedited:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-size: cover;
    z-index: 3;
    width: 100%;
    height: 100%;
    background-color: rgba(17,19,43,0.6);
}
section.Hazmatbg{
    padding-top: 8%;
    padding-bottom: 8%;
    background-size: cover;
    background-position: center;
    background-image: url(../images/Hazmatbg.jpg);
    position: relative;
}
section.Hazmatbg:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-size: cover;
    z-index: 3;
    width: 100%;
    height: 100%;
    background-color: rgba(17,19,43,0.6);
}
section.contactbg{
    background-size: cover;
    background-position: center;
    background-image: url(../images/aurabg.png);
    position: relative;
    min-height: 400px;
    display: flex;
    align-items: center;
}
section.contactbg:before{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-size: cover;
    z-index: 3;
    width: 100%;
    height: 100%;
    background-color: rgba(17,19,43,0.6);
}

section.about-us {
    /* padding-top: 8%; */
    /* padding-bottom: 8%; */
    background-size: cover;
    background-position: center;
    background-image: url(../images/About-Us.png);
    position: relative;
    min-height: 400px;
    display: flex;
    align-items: center;
}

section.about-us:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-size: cover;
    z-index: 3;
    width: 100%;
    height: 100%;
    background-color: rgba(17,19,43,0.6);
}
section.map iframe {
    width: 100%;
}

.fixed .bgcolr {
    display: none;
    transition: all 0.3s ease-out;
}
.fixed .navbar-brand img {
    display: block;
    max-width: 70%;
    transition: all 0.3s ease-out;
}




























/* 

.hero-about-area::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.3;
    z-index: 111;
} */
.hero-about-text{
    position: relative;
    z-index: 111;
}
.hero-about-text h2 {
    font-size: 52px;
    color: #fff;
    font-weight: bold;
    margin: 0;
    margin-bottom: 10px;
    padding-top: 10%;
}
.hero-about-text h4 {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    color: #fff;
}
.hero-about-text h4 a{
    color: #e95b25;
    text-decoration: none;
}
.form_contact_us{
    margin: 60px 0 60px 0;
}
.form_contct {
    background: #f8f5f1;
    padding: 20px;
    border-radius: 5px;
}
.form_contct h3 {
    font-size: 24px;
    color: #E88E2E;
    font-weight: 600;
    margin-bottom: 25px;
}
.form_contct input {
    width: 100%;
    height: 50px;
    padding: 14px 20px;
    font-size: 14px;
    font-weight: 400;
    color: #4F5256;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 20px;
    transition: all 0.7s ease;
}
.form_contct textarea {
    height: 65px;
    font-size: 14px;
    padding: 14px 20px;
    border: 1px solid #ccc;
    width: 100%;
    margin-top: 0;
    border-radius: 20px;
    transition: all 0.7s ease;
    
}
.contect-location {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    text-align: center;
    background: #f8f5f1;
    padding-top: 40px;
    border-radius: 5px;
}
address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}
.single-contact {
    margin-bottom: 20px;
}
.contect-location i {
    color: #ffffff;
    font-size: 30px;
    Outline: 3px dashed #E88E2E;
    outline-offset: 8px;
    width: 50px;
    height: 50px;
    margin: auto auto 21px auto;
    border-radius: 100%;
    align-items: center;
    display: grid;
    background: #E88E2E;
}
.single-contact p a, .single-contact p {
    font-size: 18px;
    color: #555;
    font-weight: 400;
    margin: 0;
    text-decoration: none;
}
.about_us {
    position: relative;
    overflow: hidden;
    /* background-color: rgba(17,19,43,0.6); */
    padding: 80px 0 60px 0;
}
.about-cnt p {
    font-size: 15px;
    color: #848282;
    line-height: 24px;
    margin: 13px 0 15px 0;
}
.about-cnt h3 {
    font-size: 40px;
    color: #373131;
    font-weight: bold;
    margin: 15px 0 30px 0;
}
.about_image img{
    width: 90%;
}
.service_txt{
    text-align: center;
    padding: 0 0 20px 0;
}
.service_txt h2 {
    position: relative;
    font-size: 15px;
    color: #373131;
    font-weight: 600;
}
.service_txt h2::after {
    position: absolute;
    background: #e95b25;
    width: 60px;
    height: 2px;
    content: "";
    right: unset;
    top: 50%;
    margin-left: 10px;
}
.service_txt h4{
    font-size: 30px;
    color: #373131;
    font-weight: 600;
}
.service_txt h4 span{
    color: #e95b25;
}
.service_cnt h3 {
    font-size: 20px;
    color: #1a1e42;
    font-weight: 600;
    margin: 27px 0 15px 0;
}
.service_cnt p {
    margin: 13px 0 15px 0;
    font-size: 14px;
    line-height: 25px;
    color: #777;
}
.service_cnt a {
    color: #e95b25;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
}
.service_cnt a:hover {
    color: #777;
}
.dental_imge img{
    width:100%;
    transition: .3s;  
}
.service_cnt{
    padding: 12px 12px 30px 12px;
    border:1px solid #f5f5f5;
    text-align: center;
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.12);
    margin: 26px 0 0 0;
    overflow: hidden;
    cursor: pointer;
}
.service_cnt:hover .dental_imge img{
    transform: scale(1.1);
}
.service_cnt:hover .service_icon {
    bottom: -13px;
    right: -12px;
    background: #dbf4ff;
}
.main_dentl{
   position: relative;
}
.service_icon {
    position: absolute;
    bottom: 110px;
    right: 32px;
    height: 55px;
    width: 55px;
    transition: .4s;
    border: 1px solid #000;
    background: #fff;
    border-radius: 5px;
    transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
    transition-delay: 0.3s;
}
.service_icon img {
    width: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 6px auto;
}

.service_box.blue_bg .box-body h5 {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    margin: 30px 0px 22px;
    line-height: 22px;
    text-transform: uppercase
}
.service_box.red_bg .box-body h5 {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    margin: 30px 0px 22px;
    line-height: 22px;
    text-transform: uppercase
}



.services .ft-btn-2 {
    display: block;
    text-align: left;
}
.services .ft-btn-2 a {
    z-index: 1;
    width: 60px;
    height: 45px;
    color: #002a34;
    overflow: hidden;
    line-height: 40px;
    text-align: center;
    position: relative;
    display: inline-block;
    -webkit-transition: 500ms all ease;
    transition: 500ms all ease;
    text-decoration: none;
}
.services .ft-btn-2 a:before {
    top: 0;
    left: 0;
    content: "";
    z-index: -1;
    width: 60px;
    height: 45px;
    position: absolute;
    border-radius: 30px;
    -webkit-transition: 500ms all ease;
    transition: 500ms all ease;
    border: 2px solid #002a34;
}
.services .ft-service-innerbox-2 .ft-service-text .ft-btn-2 a:before {
    border: 2px solid #fff;
}
.services .ft-btn-2 a:hover:before {
    width: 150px;
    /* background-color: #fff; */
    border: 2px solid #002a34;
}
.services .ft-btn-2 a span {
    opacity: 0;
    color: #002a34;
    font-size: 15px;
    font-weight: 600;
    margin-right: 8px;
    font-family: "Poppins";
    -webkit-transition: 500ms all ease;
    transition: 500ms all ease;
}
.services .ft-btn-2 a:hover span {
    opacity: 1;
}
.services .ft-btn-2 a:hover {
    width: 150px;
}
.services .ft-btn-2 a i {
    top: 13px;
    right: 0;
    left: 0;
    position: absolute;
    -webkit-transition: 500ms all ease;
    transition: 500ms all ease;
}
.services .ft-btn-2 a:hover i {
    left: auto;
    right: 15px;
}
.services .ft-service-innerbox-2 .ft-service-text .ft-btn-2 a i {
    color: #fff;
}














.service_box:hover .service_icon{
    -webkit-transform: rotateY(360deg);
       transform: rotateY(360deg);
   }


.dental_imge{
    overflow: hidden;
}
.services_inr{
    margin: 50px 0 40px 0;
}
.inr_srvcnt h3 {
    font-size: 30px;
    font-weight: bold;
    padding: 25px 0 9px 0;
}
.inr_srvcnt p {
    font-size: 15px;
    color: #848282;
    line-height: 23px;
}
.srv_image {
    display: flex;
    gap: 18px;
    padding: 15px 0;
}
.inr_srvcnt h4{
    font-size: 24px;
    font-weight: 800;
    padding: 25px 0 6px 0;
}
.inr_srvcnt ul {
    margin: 0;
    padding: 0 0 0 30px;
}
.inr_srvcnt ul li {
    font-size: 15px;
    color: #848484;
    line-height: 31px;
    position: relative;
    list-style: none;
    font-weight: 500;
}
.inr_srvcnt ul li::before {
    background-image: url(../images/arrow.png);
    height: 17px;
    width: 19px;
    position: absolute;
    content: "";
    background-repeat: no-repeat;
    top: 11px;
    left: -20px;
}
.rt_location{
    background: #e95b25;
    padding: 25px;
    margin: 0 0 18px 0;
}
.rt_location h3 {
    color: #fff;
    font-size: 25px;
    font-weight: 600;
    padding: 0 0 13px 0;
}
.rt_location p{
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    align-items: baseline;
    gap: 10px;
}
.rt_location i{
    color: #fff;
    font-size: 20px;
}
.rt_location .cnt_forms input {
    width: 100%;
    height: 39px;
    border: 1px solid #BDBDBD;
    padding: 0 20px;
    font-size: 14px;
    font-weight: 400;
    color: #4F5256;
    margin-bottom: 9px;
    border-radius: 0;
}
.rt_location .cnt_forms select{
    width: 100%;
    height: 39px;
    border: 1px solid #BDBDBD;
    padding: 0 20px;
    font-size: 14px;
    font-weight: 400;
    color: #4F5256;
    margin-bottom: 9px;
    border-radius: 0;
}
.rt_location .cnt_forms textarea{
    width: 100%;
    height: 100px;
    border: 1px solid #BDBDBD;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 400;
    color: #4F5256;
    margin-bottom: 9px;
    border-radius: 0;
}
.rt_location .cnt_forms .form-control::placeholder{
    color: #cacaca;
}
.review{
    margin: 50px 0;
}
.review_box{
    padding: 31px 25px;
    background-color: #fff;
    box-shadow: 0px 15px 30px 0px rgba(0,0,0,0.1);
    display: flex;
    border-bottom: 2px solid #e7e7e7;
}
.review_imge {
    width: 6%;
    margin-right: 5px;
}
.review_cnt{
    width: 94%;
}
.review_cnt h3{
    font-size: 18px;
    color: #1a1e42;
    font-weight: 600;
}
.review_cnt h3 span{
    color: #777;
    font-size: 14px;
    font-weight: 400;
}
.review_cnt p {
    font-size: 14px;
    line-height: 25px;
    color: #777;
}
.imaging{
    position: relative;
    background-color: #f7f9fb;
    padding: 40px 0;
}
.imag_bnr{
    background-image: url(../images/booking-pattern-2.png);
    height: 100%;
    width: 100%;
    position: absolute;
    background-repeat: no-repeat;
    top: 0;
}
.imaging .form_contct {
    background: #fff;
    box-shadow: 0 15px 50px 0 rgba(0,0,0,.07);
    margin: 30px 0;
    padding: 60px;
}
.imaging .form_contct input {
    height: 41px;
    border: 1px solid #EEEBEB;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: 400;
    color: #4F5256;
    background: #FAFAFA;
    margin-bottom: 3px;
}
.imaging .form_contct .form-check-inline input{
   height: inherit;
   margin-bottom: 0;
}
.imaging .form_contct textarea {
    border: 1px solid #EEEBEB;
    padding: 15px 10px;
    font-size: 12px;
    font-weight: 400;
    color: #4F5256;
    background: #FAFAFA;
    margin: 15px 0 0 0;
}
.imaging .form-control::placeholder{
    color: #c6c1c1;
}
.imaging .form_contct h3 {
    font-size: 20px;
    color: #e95b25;
}
.imaging .form_contct label span{
   color: red;
}
.imaging .form_contct .form-group label {
    font-size: 14px;
    color: #646464;
    font-weight: 500;
}
.imaging .form_contct .form-check label {
    font-size: 13px !important;
    color: #646464 !important;
    font-weight: 500 !important;
    white-space: pre;
}
.imaging .mains_btn{
    padding-right: 0;
}
.imaging .mains_btn button{
    display: inline;
}

@media only screen and (min-width:100px) and (max-width:480px){    
.nav-menu .navbar-brand{
    display: block;
}  
header{
    position: relative;
}
/* #navbarSupportedContent ul{
    padding-top: 70px !important;
    padding-bottom: 10px !important;
} */
#navbarSupportedContent ul li {
    padding-left: 0 !important;
    border-bottom: 1px solid #c4c2c259;
}
#navbarSupportedContent ul li:last-child{
    border-bottom: 0;
}
.info-contact .right-block a {
    font-weight: 500;
}
.nav-link {
    font-weight: 500;
    font-size: 15px;
    padding: 7px 0 !important;
}
.top-header-bg{
    padding: 15px 0 10px;
}
.info-contact{
    display: inherit;
    margin: 54px 0 0 0;
}
.info-contact .right-block a {
    font-size: 15px;
}
.info-contact .bdr_right::after{ 
    display: none;  
}
.navbar-brand{ 
    margin-right: 0;
}
.info-box {
    margin: 10px 0;
}
.nav-logo{
    display: none;
}
.nav-get-btn{
    text-align: center;
    width: 100%;
}
.nav-get-btn a::before{
    display: none;
}
.nav-get-btn a {
    padding: 11px 20px;
    font-size: 14px;
    background: #e95b25;
}
.nav-get-btn a:hover{
    background: #000;
    color: #fff;
}
nav.my-navbar {
    padding: 10px 0;
}
#demo-1 {
    /* min-height: 555px; */
    min-height: 415px;
}
.inr_bnr {
    padding: 0;
    text-align: left;
    width: 100%;
}
.animate-charcter {
    font-size: 24px !important;
    line-height: normal !important;
    margin-bottom: 0 !important;
    text-align: center !important;
    padding: 0 !important;
}
.inr_bnr a {
    font-size: 12px;
}
.mains_btn button {
    font-size: 13px;
    height: 35px;
    margin: 25px 0 0 0;
    padding: 0 22px;
}
.clinic-card {
    padding: 20px;
}
.main-ament .col-md-4{
    padding-right: 15px !important;
}
.main-ament .col-md-8{
    padding-left: 15px !important;
}
.clinic-card ul li {
    line-height: 38px;
    font-size: 14px;
}
.healh_icon{
    display: none;
}
.clinic-card p {
    font-size: 14px;
    line-height: 23px;
}
.clinic-card h3 {
    font-size: 24px;
}
.apnt-form {
    padding: 20px;
}
.apnt-form .form-group {
     margin-bottom: 6px;
}
.apnt-form h4 {
    font-size: 18px;
    padding: 0 0 17px 0;
    margin: 0;
}
.apnt-form .form-control {
    font-size: 13px;
    width: 100%;
    padding: 22px 13px;
    margin: 0;
}
.apnt-form select {
    padding: 13px 13px;
    font-size: 13px;
    width: 100%;
    margin-bottom: 0 !important;
}
.mains_btn_wht button {
    font-size: 15px;
    max-width: 100%;
    height: 45px;
    margin: 2px 0 0 0;
    padding: 10px 20px;
}
.medic_icon {
    top: -110px;
}
.medic_icon img {
    max-width: 70%;
}
.medic_icon2 img {
    width: 50%;
}
.rt-wlcome h3 {
    font-size: 18px;
    line-height: 24px;
    padding: 25px 0 0 0;
}
.rt-wlcome p {
    font-size: 13px;
}
.rt-wlcome h4 {
    font-size: 18px;
    padding: 20px 0 12px 0;
}
.welcome_sec .mains_btn{
    text-align: center;
    width: 100%;
}
.welcome_sec .mains_btn button{
    display: inline;
}
.benefit_sec {
    margin: 35px 0;
}
.benefit_sec h4 {
    font-size: 20px;
    line-height: 26px;
    padding: 28px 5px 20px;
}
.inr_prfonal {
    margin: 20px 0 0px 0;
    padding: 0 0 15px !important;
}
.inr_prfonal h3 {
    font-size: 20px;
    line-height: 26px;
    padding: 23px 10px 0;
}
.inr_prfonal .col-md-4{
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.contect_prodct {
    padding: 41px 14px;
}
.middle h2 {
   font-size: 18px;
}
.middle p {
   font-size: 13px;
   line-height: 23px;
}
.middle_on_img {
    bottom: 14px;
    left: 8px;
}
.contect_prodct_on_img h2 {
    font-size: 13px;
    padding: 9px 2px 8px 10px;
}
.serv_icon {
    height: 30px;
    width: 30px;
    padding: 6px;
}
.benefit_sec {
    padding: 0 0 15px 0;
}
.benefit_sec .slick-dots{
    display: none !important;
}
.offer .inr_prfonal {
    padding: 10px 0;
}
.offer .entir_box {
    border-bottom: 0 !important;
    padding: 13px 18px; 
}
.teeh_icon img{
   width: 65px;
}
.entir_box {
    border: 0;
    padding: 10px 10px 0px 10px;
    margin-top: 15px;
}
.box-body h5 {
    margin: 15px 0px 7px;
    font-size: 16px;
}
.entir_ftr{
    display: none;
}
.box-body p {
    font-size: 13px;
    line-height: 22px;
}
.offer .mains_btn button {
    margin: 25px 0 0 0;
    display: inline-block;
}
.offer {
    margin: 45px 0 0 0;
    padding: 15px 0 25px;
}
.offer h3 {
    font-size: 21px;
    padding: 15px 0 7px 0;
}
.experience {
    padding: 22px 0 0 0;
}
.prtn_exp {
    display: none;
}
.inr_exprnce h4 {
    font-size: 23px;
    padding: 10px 0 7px 0;
}
.inr_exprnce p {
    line-height: 22px;
}
.video_image {
    position: relative;
    top: 20px;
    width: 100%;
}
.video_play {
    position: absolute;
    width: 80px;
    height: 80px;
    left: 37%;
    padding: 10px;
}
.video_play i {
    font-size: 29px;
    width: 60px;
    height: 60px;
    line-height: 56px;
    border: 4px solid #fff;
}
.experience .col-md-6{
    padding:0 !important;
}
.testimonial h4 {
    font-size: 20px;
    padding: 29px 0 0;
    margin: 0;
}
#carouselTestimonial {
    padding: 30px 19px;
    margin: 15px 0 0 0;
}
.testimonial p {
    font-size: 13px;
    line-height: 19px;
}
.testimonial .carousel-indicators{
    display: none;
}
.testimonial {
    padding: 40px 0 25px;
}
.customer-logos {
    padding: 15px 10px;
    display: inherit !important;
    text-align: center;
}
.customer-logos .slide img {
    width: 47%;
    margin: 0 0 15px 0;
}
.result .main_map #map-container-google-1 {
    height: 170px !important;
}
.main_form {
    width: 100%;
    position: inherit !important;
    padding: 23px 16px;
    margin: 25px 0;
}
.result{
    position: inherit !important;
}
.main_form h2 {
    font-size: 19px;
    padding-bottom: 10px;
}
.main_form input {
    margin: 0px 0px 15px 0px;
    padding: 19px 10px;
    margin: 0 0 5px 0;
    font-size: 14px;
}
.main_form textarea {
    padding: 10px 10px;
}
.main_form .mains_btn_wht button{
    margin: 15px 0 0 0;
    height: 38px;
}

.inr_ftr {
    padding: 25px 0px 0;
}
.cpy_rt {
    display: inherit !important;
    padding: 8px 10px 15px;
}
.cpy_rt p {
    font-size: 14px;
    padding: 8px 0 0;
}
.inr_ftr .sevce_ftr:nth-child(3) h3{
    display: none;
}
.inr_ftr li a {
    font-size: 14px;
}
.sevce_ftr h5 {
    font-size: 19px;
}
.hero-about-text h2 {
    font-size: 20px;
}
.hero-about-text h4 {
    font-size: 12px;
}
.about_us {
    margin: 0px 0 0px 0;
}
.about-cnt h3 {
    font-size: 25px;
    margin: 30px 0 3px 0;
}
.about-cnt p {
    font-size: 14px;
    line-height: 24px;
    margin: 6px 0 7px 0;
}
.entire_fmly{
    margin-bottom: 35px;
}
.services_inr {
    margin: 5px 0 40px 0;
}
.inr_srvcnt h3 {
    font-size: 20px;
    padding: 25px 0 2px 0;
}
.inr_srvcnt p {
    font-size: 14px;;
    line-height: 22px;
    margin: 0;
}
.inr_srvcnt h4 {
    font-size: 20px;
    padding: 25px 0 6px 0;
}
.inr_srvcnt ul li {
    font-size: 14px;
    line-height: 25px;
}
.rt_location {
    padding: 17px;
    margin: 20px 0 0 0;
}
.rt_location h3 {
    color: #fff;
    font-size: 22px;
    padding: 0 0 9px 0;
}
.rt_location p {
    font-size: 14px;
    align-items: inherit;
    margin-bottom: 10px;
}
.imaging {
    padding: 0;
}
.imaging .form_contct {
    padding: 15px;
}
.imaging .form_contct {
    padding: 15px;
}
.imaging .col-md-6 {
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.imaging .col-md-12 {
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.imaging .col-md-4 {
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.imaging .form-group{
    margin-bottom: 10px !important;
}
.imaging .form_contct input {
    height: 34px;
    margin-bottom: 0;
}
.imaging .form_contct h3 {
    margin-bottom: 16px !important;
}
.imaging .mains_btn{
    text-align: center !important;
}
.review {
    margin: 30px 0;
}
.review_box {
    padding: 21px 15px;
    box-shadow: 0px 15px 30px 0px rgba(0,0,0,0.1);
    display: inherit;
}
.review_imge {
    width: inherit !important; 
    margin-right: 0;
    margin-bottom: 15px;
}
.review_cnt {
    width: 100%;
}
.review_cnt p {
    font-size: 13px;
    line-height: 22px;
}
.form_contact_us {
    margin: 30px 0 29px 0;
}
.form_contct {
    padding: 14px 14px 25px 14px;
}
.form_contct h3 {
    font-size: 18px;
    margin-bottom: 15px !important;
    line-height: 27px;
}
.form_contct input {
    height: 41px;
    padding: 0 10px;
    font-size: 14px;
    margin-bottom: 8px;
}
.form_contct textarea {
    height: 100px;
    font-size: 14px;
    padding: 14px 20px;
    margin-top: 0;
    margin-bottom: 25px;
    border-radius: 5px;
}
.mainform .conbtn button.btn.btn-primary {
    padding: 4px 15px;
}
.contect-location {
    margin: 20px 0 0 0;
    padding: 15px;
}
.contect-location i {
    font-size: 40px;
    margin-bottom: 18px;
}
.single-contact {
    margin-bottom: 19px;
}
.single-contact p a, .single-contact p {
    font-size: 15px;
    margin: 0;
}
.form_contct .mains_btn{
    padding-left: 0 !important;
}
.services {
    margin: 40px 0 40px 0;
}
.service_txt h4 {
    font-size: 22px;
}
section.about_us .setmargin {
    display: none;
}
.setmarginnew {
    display: none !important;
}
.shineeft {
    display: none;
}
}

/* ****Counter-sec* */

section.counter-sec {
    background: #fff9f0;
    padding: 80px 0 90px 0;
}

section.counter-sec .hed {
    display: grid;
    align-items: center;
    place-content: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

section.counter-sec .hed h2 {
    font-size: 17rem;
    -webkit-text-stroke: 1px #fff;
    -webkit-text-fill-color: transparent;
    opacity: .4;
} 

section.counter-sec .container {
    background: #eb120a;
    position: relative;
    min-height: 350px;
    display: grid;
    align-items: center;
    box-shadow: 0px 44px 0px -21px rgb(0 0 0 / 83%);
}

section.counter-sec .count-title {
    font-size: 60pt;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
    color: #fff;
}
  
section.counter-sec .count-text {
    font-size: 20px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
    font-family: inherit;
}
  
section.counter-sec .fa-2x {
    margin: 0 auto;
    float: none;
    display: table;
  }
/* ****End* */

/* ***Contact-us** */

header.setposition ul.color li a {
    color: #1c3f95;
}

header.setposition ul.color li a i{
    color: #1c3f95;
}

header.setposition ul.color li a i:hover{
        color: #d70006;
        transform: rotate(360deg);
        -webkit-transition: all .4s ease;
        transition-duration: 0.4s;
}


.mainform input:hover {
    color: #fff;
}
.mainform textarea:hover {
    /* background: #323539; */
    color: #fff;
}
.mainform input:focus {
    color: #414848;
    /* background-color: #b5c9df; */
    border: 0;
    outline: -webkit-focus-ring-color auto 1px;
    box-shadow: none;
}
.mainform textarea:focus{
    color: #414848;
    /* background-color: #b5c9df; */
    outline: -webkit-focus-ring-color auto 1px;
}

.pflx {
    display: flex;
    width: 100%;
    gap: 30px;
}
.pflx .name1 {
    width: 100%;
}

.pflx  .Phone {
    width: 100%;
}

.mains_btn {
    padding: 0;
}
/* header.setposition {
    position: relative;
} */
.outline {
    Outline: 3px dashed #fff;
    outline-offset: 8px;
    width: 80px;
    height: 80px;
    margin: 0 auto;
    border-radius: 100%;
    align-items: center;
    display: grid;
}

header.setposition ul.color li a:hover{
    color: #d70006;
}
.mainform .conbtn {
    margin-bottom: 0;
}
.mainform .conbtn button.btn.btn-primary {
    padding: 10px 35px;
    margin: 0;
    font-family: 'DM Sans', sans-serif !important;
    background: #E88E2E;
    color: #fff;
}
.text-left {
    padding: 0;
}
.mainform span {
    color: #eb120a;
}
.inr-about ul {
padding: 0;
margin: 0;
list-style: none;
}
.about_us .lists h3 {
    font-size: 30px;
    margin: 20px 0 0 0;
    font-family: 'Oswald';
}

.about_us .tab-content .fade:not(.show) {
    opacity: 1;
}
.about_us .nav-item {
    margin-right: 2px;
}
.about_us .tab-content ul li {
    display: flex;
    align-items: self-start;
    font-size: 15px;
    color: #757575;
    font-weight: 600;
    font-family: "Roboto",sans-serif;
    padding: 10px 0 5px 0;
}
.about_us .tab-content ul li:last-child {
    border-bottom: 0;
}

.about_us .tab-content .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #ffffff !important;
    background-color: #E88E2E;
    border-color: transparent !important;
    
}
.about_us .tab-content .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    color: #ffffff !important;
    background-color: #E88E2E;
    border-color: transparent !important;
   
}
.about_us .tab-content ul li img {
    width: 20px;
    object-fit: cover;
    margin-top: 2px;
    filter: invert(13%) sepia(45%) saturate(5317%) hue-rotate(345deg) brightness(133%) contrast(132%);
    margin-right: 3px;
}

/* *************sidebar service sec********* */

section.services-sec {
    padding: 70px 0;
}

.main_sidebar{
    border-radius: 8px;
    overflow: hidden;
   
}
.main_sidebar .service-category {
    padding: 40px 30px;
    background-color: #f4f4f4;
}
.Services_title{
    font-size: 24px;
    font-weight: 700; 
    color: #004150;
    padding-bottom: 10px  
}
.main_sidebar ul{ 
margin: 0;
    padding: 0;
    list-style: none;
}
.main_sidebar ul li{ 
    display: block;
    list-style: none;
    margin-bottom: 15px;
}

.main_sidebar ul li a {
    width: 100%;
    color: #004150;
    font-weight: 700;
    position: relative;
    padding: 10px 20px;
    display: inline-block;
    border: 1px solid #d2d2d2;
    text-decoration: none;
    transition: 500ms all ease;
    position: relative;
} 
/* .ft-service-sidebar-widget .service-category-widget li a:after {
    top: 15px;
    right: 20px;
    content: "";
    font-weight: 900;
    position: absolute;
}   */
.sidebar{
    padding: 20px 30px;
    background-color: #f8f5f1;
    margin-bottom: 30px;
    border-radius: 8px;
}
.main_sidebar ul li a:hover {
    border: 1px solid #fff;
    background-color: white;
    box-shadow: 0.698px 9.976px 10px 0px rgba(104, 104, 104, 0.1);
}

.support_form{
    border-radius: 8px;
    overflow: hidden;
    /* margin-bottom: 40px; */
}
.support_form {
    padding: 20px 20px;
    background-color: #d7001d;
}
.form_sidebar h3{
    font-size: 24px;
    font-weight: 700;color: #fff;
    padding-bottom: 10px
}

.form_sidebar input {
    width: 100%;
    color: #fff;
    height: 45px;
    padding-left: 15px;
    margin-bottom: 15px;
    border: 1px solid #fff;
    background-color: transparent;
}
.form_sidebar textarea {
    width: 100%;
    color: #fff;
    height: 85px;
    padding: 15px 15px;
    border: 1px solid #fff;
    background-color: transparent;
}
.form_sidebar input::placeholder {
    color: #fff;
  }
.form_sidebar textarea::placeholder {
    color: #fff;
}
.form_sidebar .conbtn button.btn.btn-primary {
    padding: 10px 35px;
    margin: 0;
}
.form_sidebar input:focus {
    outline: 0;
}
.form_sidebar  textarea:focus-visible {
    outline: 0px !important;
}
.form_sidebar .conbtn{
    margin: 25px 0 10px 0;
}

.setimges img.setmarg {
    margin-top: 30px;
}
.service-details-wrapper h3 {
    margin: 30px 0;
}
.service-details-wrapper ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.service-details-wrapper ul li {
    display: flex;
    margin: 10px 0;
    color: #757575;
    font-family: 'Oswald';
}
.service-details-wrapper ul li img {
    width: 20px;
    object-fit: scale-down;
    margin-top: 2px;
    filter: invert(13%) sepia(45%) saturate(5317%) hue-rotate(345deg) brightness(133%) contrast(132%);
    margin-right: 3px;
    height: fit-content;
}
.service-details-wrapper p {
    font-size: 16px;
    line-height: 24px;
    color: #757575;
    font-weight: 600;
    font-family: "Roboto",sans-serif;
}
.service-details-wrapper h3 {
    margin: 20px 0 20px;
    color: #001733;
    font-weight: 900;
    font-size: 30px;
    font-family: 'Oswald';
}
.hero-about-text h4 a {
    color: #E88E2E;
    text-decoration: none;
}

.serv .white a span {
    opacity: 0;
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    margin-right: 8px;
    font-family: "Poppins";
    -webkit-transition: 500ms all ease;
    transition: 500ms all ease;
}
.serv {
    margin-top: 60px;
    position: relative;
    z-index: 1111;
}

.service_box .white a:hover {
    width: 150px;
}
.service_box.white a:hover:before {
    width: 150px;
    border: 2px solid #ffffff;
}

.service_box .white a {
    color: #000;
}
.service_box .white a:before {
    border: 2px solid #000000;
}



.service_box .white a span {
    opacity: 0;
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    margin-right: 8px;
    font-family: "Poppins";
    -webkit-transition: 500ms all ease;
    transition: 500ms all ease;
}
.service_box {
    margin-top: 60px;
    position: relative;
    z-index: 1111;
}
.serv .service_box{
    margin-top: 0;  
}



/* ********** */
section.Transitime {
    background: url('../images/transit-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    padding-top: 10%;
}
section.Transitime:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-size: cover;
    background-color: rgb(28 63 149);
    opacity: 0.2;
}
.map {
    min-height: 530px;
    display: flex;
}
.map iframe {
    min-height: inherit;
    width: 100%;
}
.form-sec {
    padding: 45px;
}
.transit {
    padding: 30px 15px;
    background: #1c3f95;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
}
.transit h4 {
    color: #fff;
    font-family: 'Oswald';
    font-size: 30px;
    text-align: center; 
}
.maintr select{
    height: 56px;
    font-size: 16px;
    padding: 14px 20px;
    border: 1px solid #ccc;
    width: 100%;
    margin-top: 0;
    border-radius: 5px;
    transition: all 0.7s ease;
}
.countryset {
    background: #f10;
    padding: 20px 35px 0px 35px;
}
.countryset p {
    text-align: left;
    font-size: 20px;
    font-family: 'Oswald';
    color: #ffffff;
}
.maintr  select#country {
    text-align: left;
}
.maintr  select#country1{
    text-align: left;
}
.countryset2 {
    background: #f10;
    padding: 25px 0 40px 25px;
    padding: 20px 36px 30px 35px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
.countryset2 p {
    text-align: left;
    font-size: 20px;
    font-family: 'Oswald';
    color: #ffffff;
}
.seth {
    display: grid;
    place-content: center;
}
.map img {
    width: 85%;
    object-fit: cover;
}
/* slider css */
.img-wrapper img {
    width: 100%;
    object-fit: cover;
}

@media (min-width: 768px) {

    /* show 3 items */
    .carousel-inner .active,
    .carousel-inner .active + .carousel-item,
    .carousel-inner .active + .carousel-item + .carousel-item,
    .carousel-inner .active + .carousel-item + .carousel-item + .carousel-item  {
        display: block;
    }
    
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item,
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item,
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item + .carousel-item {
        transition: none;
    }
    
    .carousel-inner .carousel-item-next,
    .carousel-inner .carousel-item-prev {
      position: relative;
      transform: translate3d(0, 0, 0);
    }
    
    .carousel-inner .active.carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: absolute;
        top: 0;
        right: -25%;
        z-index: -1;
        display: block;
        visibility: visible;
    }
    
    /* left or forward direction */
    .active.carousel-item-left + .carousel-item-next.carousel-item-left,
    .carousel-item-next.carousel-item-left + .carousel-item,
    .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item,
    .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item,
    .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    
    /* farthest right hidden item must be abso position for animations */
    .carousel-inner .carousel-item-prev.carousel-item-right {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        display: block;
        visibility: visible;
    }
    
    /* right or prev direction */
    .active.carousel-item-right + .carousel-item-prev.carousel-item-right,
    .carousel-item-prev.carousel-item-right + .carousel-item,
    .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item,
    .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item,
    .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(100%, 0, 0);
        visibility: visible;
        display: block;
        visibility: visible;
    }
    

}




#gallery {
    padding-top: 40px;
  }
  @media screen and (min-width: 991px) {
    #gallery {
      padding: 60px 30px 0 30px;
    }
  }
  
  .img-wrapper {
    position: relative;
    margin-top: 30px;
  }
  .img-wrapper img {
    width: 100%;
  }
  
  .img-overlay {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
  }
  .img-overlay i {
    color: #fff;
    font-size: 3em;
    cursor: pointer;
  }
  
  #overlay {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  #overlay img {
    margin: 0;
    width: 80%;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
    padding: 5%;
  }
  #overlay img {
    width: 80% !important;
  }
  @media screen and (min-width: 768px) {
    #overlay img {
      width: 60%;
    }
  }
  @media screen and (min-width: 1200px) {
    #overlay img {
      width: 50%;
    }
  }
  
  #nextButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
  }
  #nextButton:hover {
    opacity: 0.7;
  }
  @media screen and (min-width: 768px) {
    #nextButton {
      font-size: 3em;
    }
  }
  
  #prevButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
  }
  #prevButton:hover {
    opacity: 0.7;
  }
  @media screen and (min-width: 768px) {
    #prevButton {
      font-size: 3em;
    }
  }
  
  #exitButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
    position: absolute;
    top: 15px;
    right: 15px;
  }
  #exitButton:hover {
    opacity: 0.7;
  }
  @media screen and (min-width: 768px) {
    #exitButton {
      font-size: 3em;
    }
  }




  .page-btn a {
    color: #5b5858;
}
  .page-btn span {
    width: 50px;
    height: 50px;
    background: #f4edea;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 0 18px 0 0;
    font-size: 20px;
    font-weight: 800;
}
.page-btn span:before {
    position: absolute;
    content: "";
    top: -7px;
    bottom: 0;
    right: 0;
    left: -7px;
    width: 65px;
    height: 65px;
    border: 2px solid #ececec;
    border-radius: 50%;
}
.page-btn {
    text-align: center;
}
section.bgimg {
    margin: 60px 0 0 0;
    /* background: url('../images/bgcontact.png'); */
    background-repeat: no-repeat;
    background-size: cover;
}

.form-sec input {
    padding: 14px 20px;
    width: 100%;
    box-sizing: border-box;
    border: none;
    border-radius: 5px;
    margin: 0 0px 20px 0;
    display: inline-block;
}
.form-sec textarea {
    width: 100%;
    height: 130px;
    border-radius: 5px;
    padding: 10px 20px;
    border: none;
}
.form-sec h3 {
    margin-bottom: 30px;
    font-size: 45px;
    font-family: 'Lexend';
    color: #fff;
    font-weight: 700;
    z-index: 999;
    position: relative;
}
.form-sec input[type="button"] {
    display: inline-block;
    width: auto;
    padding: 15px 50px;
    border-radius: 5px;
    margin-top: 15px;
    font-size: 18px;
    background: #E88E2E;
    color: #fff;
    letter-spacing: 3px;
}
.bgcol{
      background: url('../images/bgcontact.png');
      background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 9;
}
.bgcol:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: #30373f;
    width: 100%;
    height: 100%;
    opacity: 0.9;
}
.scl_icon li {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}
.scl_icon li i {
    font-size: 20px;
    display: flex;
    margin: 3px 0 0 0;
    color: #E88E2E;
    width: 18px;
}
.cpy_rt p {
    color: #fff !important;
    z-index: 999;
    position: relative;
    border-top: 1px solid #434a50;
}
.sevce_ftr .logo img {
    margin-top: -60px;
}
ul.social-link li a {
    color: #E88E2E !important;
    font-weight: 700;
}
.email input {
    width: 100%;
    background: none;
    border-bottom: 1px solid #434a50;
    outline: none;
    display: inline-block;
    border-top: none;
    border-right: none;
    border-left: none;
    height: 50px;
    color: #fff;
}
.email {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}
section.product {
    margin: 50px 0 0px 0px;
    padding-bottom: 40px;
}
div#image-gallery h2 {
    text-align: center;
    margin-bottom: 25px;
    font-size: 50px;
    line-height: 1.3em;
    text-transform: capitalize;
    font-weight: 700;
}
section.product .rating i {
    color: #E88E2E;
    margin-top: 10px;
}
section.product .rating {
    margin: 12px 0 3px 0;
    display: none;
}
section.product h4 {
    margin: 12px 0 35px 0;
    font-weight: 600;
    text-align: center;
}   
.page-btn {
    text-align: center;
    margin: 20px 0 0 0;
}
section.product img {
	width: 100%;
	max-width: 100%;
	object-fit: cover;
	height: 300px;
	position: relative;
}
.mains_product img{
      height: 600px !important;
}
section.bgkimg {
    background: url('../images/services-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 650px;
    position: relative;
    padding: 40px 0 70px 0;
}
section.bgkimg:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(43 30 22 / 98%);
    z-index: -99;
}
section.bgkimg .title_txt h2 {
    font-size: 50px;
    line-height: 1.3em;
    text-transform: capitalize;
    font-weight: 700;
    color: #fff;
}
section.bgkimg  .title_icon h5{
    color: #fff;
}
footer ::placeholder {
    color: #fff;
    display: inline-block;
}
.email i {
    color: #fff;
    position: absolute;
    right: 15px;
    height: 32px;
    bottom: 6px;
    font-size: 20px;
    width: 28px;
    display: flex;
    justify-content: center;
    align-items: baseline;
}
section#gallery {
    background: #e0dad3;
    padding: 60px 0;
}
.postigryt img {
    position: absolute;
    right: -168px;
    clip-path: polygon(0 61%, 100% 0%, 100% 39%, 0% 100%);
    bottom: 0;
}
.postiglft img {
    position: absolute;
    left: -168px;
    clip-path: polygon(0 61%, 100% 0%, 100% 39%, 0% 100%);
}
section.bgimg ::placeholder {
    color: #cecbcb;
}
.form-sec input:focus-visible {
    border: none;
    outline: none;
}
.form-sec textarea:focus-visible {
    border: none;
    outline: none;
}
div#image-gallery h2 {
    text-align: center;
    margin-bottom: 25px;
    font-size: 50px;
    line-height: 1.3em;
    text-transform: capitalize;
    font-weight: 700;
}

/* slidr */
/* Click the image one by one to see the different layout */

/* Owl Carousel */


  .owl-prev:hover,
  .owl-next:hover {
    opacity: 0.5;
  }
  
  
  /* Owl Carousel */
  
  
  /* Popup Text */
  
  .white-popup-block {
    background: #FFF;
    padding: 20px 30px;
    text-align: left;
    max-width: 650px;
    margin: 40px auto;
    position: relative;
  }
  
  .popuptext {
    display: table;
  }
  .popuptext p {
    margin-bottom: 10px;
  }
  .popuptext span {
    font-weight: bold;
    float: right;
  }
  /* Popup Text */
  
  /* Icon CSS */
  .item {
    position: relative;
  }
  .item i {
    display: none;
    font-size: 4rem;
    color: #FFF;
    opacity: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
  .item a {
    display: block;
    width: 100%;
  }
  /* .item a:hover:before {
    content: "";
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1;
  }
  .item a:hover i {
    display: block;
    z-index: 2;
  } */


  .owl-carousel .owl-item img {
    height: 600px;
    position: relative;
    object-fit: cover;
    max-width: 100%;
    width: 100%;
}

.owl-carousel .owl-item .item p {
    position: absolute;
    bottom: -16px;
    width: 100%;
    background: rgb(0 0 0 / 36%);
    height: 50px;
    text-align: center;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    font-size: 20px;
    font-weight: 600;
    font-family: 'DM Sans';
}
.dflx img {
    width: 25px;
    /* filter: invert(90%) sepia(5%) saturate(4543%) hue-rotate(332deg) brightness(89%) contrast(81%); */
    filter: invert(87%) sepia(30%) saturate(7346%) hue-rotate(337deg) brightness(94%) contrast(94%);
}
.owl-carousel .owl-prev:hover, .owl-next:hover {
    opacity: 0.5; 
    background: #c7844f !important;
}
.call p {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Lexend';
}
.tileimg img {
    aspect-ratio: 3/2;
    width: 100%;
    object-fit: cover;
    max-width: 100%;
}
section#gallery {
    background: rgb(225 220 215 / 80%);
    padding: 60px 0 50px 0;
    position: relative;
}

section#gallery:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../images/bgpattern.jpg');
    opacity: 0.2;
}
.mts {
    margin-top: 58px;
    padding-top: 30px;
}
.hdr_main ul.social {
    display: flex;
    justify-content: space-between;
    gap: 9px;
    list-style: none;
    margin-bottom: 0;
}
.hdr_main ul.social li a {
    color: #8791a5 !important;
    font-weight: 400;
    font-size: 16px;
}
.mbtn {
    margin-bottom: 35px;
}

.mobile_show{
    display: none;
}

.flx {
    display: flex;
    justify-content: space-between;
}
ul#myTab li a {
    padding: 10px 0 !important;
}

div#contact {
    padding: 30px 50px !important;
}
.tabmob {
    padding: 30px 30px !important;
}


@media only screen and (max-width:767px){ 
section.banner::after {
        content: inherit;
    }
    .mobfnt .small-container h2 {
        font-size: 20px !important;
    }
    section.product {
        padding-bottom: 0px;
    }
.container-fluid {
       padding:0 15px !important;
    }
    .mobfnt .addlink img {
        height: 300px !important;
        width: 100%;
        max-width: 100%;
        object-fit: cover;
    }
    .moblnk img {
        width: 500px !important;
        object-fit: cover;
        max-width: 100%;
    }
    .main-galry .wrapper .swiper-slide {
        aspect-ratio: 2/4 !important;
    }

    .pt-portfolio-block .pt-portfolio-info h5 a {
        color: #fff;
        font-size: 20px;
        line-height: normal;
        margin-bottom: 0px; 
        display: inline-block;
    }
    .pt-portfolio-block .pt-portfolio-info {
        padding: 10px;
    }
    div#image-gallery img {
            aspect-ratio: 5/4 !important;
    }


    .fixed .bgcolr {
        display:none;
        transition: background-color 0.3s ease;
    }
    .fixed .ryt_menu{
    display:none; 
    transition: background-color 0.3s ease;
    }
    .dctr_imge img {
        aspect-ratio: inherit;
    }
    .small-container figure {
        margin-bottom: 15px;
    }
    div#image-gallery .col-md-12 {
        padding: 0 !important;
    }
    section.servi img {
        aspect-ratio: inherit!important;
    }
    section.product img {
            height: 250px !important;
    }
.pt-portfolio-block .pt-portfolio-info {
	width: 85% !important;
}
.pt-portfolio-block .pt-portfolio-info h5 {
	margin:0 !important;
}
.pt-portfolio-block .pt-portfolio-info h5 a {
	font-size: 20px !important;
	line-height: 27px !important;
	margin-bottom: 10px !important;
}
.pt-portfolio-block .pt-portfolio-info span a {
	font-size: 12px !important;
	line-height: 18px !important; 
}
pt-portfolio-block svg{
       height: 25px !important;
}
    section.product h2 {
        font-size: 20px !important;
    }

    section#gallery .container-fluid {
        padding: 0 !important;
    }
    .main-galry .wrapper .swiper-slide .swiper-description h1 {
        font-size: 12px !important;
    }
header .bgcolr {
       border-radius: 0;
    }
    #navbarSupportedContent ul {
        /* padding-top: 85px !important;
        padding-bottom: 10px !important; */
        margin-top: 100px;

    }
    .form_contct textarea {
        border-radius: 5px;
    }
    .form-sec {
        padding: 10px;
    }
    section.bgimg .container-fluid {
        padding: 0 !important;
    }
  
.postigryt img {
   display: none;
}
section.bgimg .map iframe {
    height: 250px!important;
}
/* section.product h2 {
    font-size: 25px!important;
    margin-bottom: 15px;
} */
.call p:nth-child(1) {
    display: none;
}
.circle_content {
    display: none;
}
.main-galry .wrapper .swiper-button-prev, .swiper-button-next {
    display: none;
}
.postiglft {
    display: none;
}
.bookappoint a {
    font-size: 11px;
    padding: 9px 8px !important;
    border-radius: 5px !important;
}
#image-gallery h3 {
	font-size: 25px !important;
	margin: 0;
}
.setimg img {
    width: 100%;
    object-fit: cover;
}
.title_txt h2 br {
    display: none !important;
}
.title_txt h2 {
    font-size: 22px;
}
.title_icon {
    transform: inherit;
    margin-top: 20px;
}
.tiles_sum .tiles_dec {
    margin-top: 20px;
    justify-content: start;
}
.mainbtn {
    margin-top: 30px;
    display: block;
    text-align: center;
    width: 100%;
}
.setmarginnew {
    display: none !important;
}
section.about_us .setmargin {
    display: none;
}
.floens-btn {
    font-size: 14px;
    padding: 14px 30px;
}
.fa-long-arrow-right:before {
    content: "\f178";
    display: none;
}
section.about_us h4 {
    font-size: 22px;
}
section.bgkimg {
    padding: 10px 0 15px 0;
    min-height: 570px;
}
section.bgkimg .title_txt h2 {
    font-size: 22px;
}
.navbar-light .navbar-toggler-icon:after, 
.navbar-light .navbar-toggler-icon:before {
    background-color: #E88E2E;
}
/* section.servi h2 {
    font-size: 20px;
} */
.VIEW {
        margin-top: 8px;
        margin-bottom: 20px;
}
.owl-carousel .owl-item img {
    height: 200px;
    position: relative;
}
.itemnew {
    margin-bottom: 15px;
}
.form-sec h3 {
    font-size: 22px;
    color: #fff;
    padding-top: 15px;
}
.form-sec input {
    padding: 8px 10px;
    border-radius: 5px;
    font-size: 14px;
}
.form-sec textarea {
    border-radius: 5px;
    padding: 10px 10px;
    height: 80px;
    font-size: 14px;
}
.form-sec input[type="button"] {
    padding: 10px 30px;
    border-radius: 5px;
    font-size: 14px;
}
section.bgimg {
    padding: 0px 0;
    margin: 30px 0 0 0;
}
.setwdh{
    padding-left: 15px;
}
.sevce_ftr p {
    font-size: 16px;
    word-break: break-all;
}
.logo {
    margin: 70px 0 30px 0;
}
.setig img:last-child {
    margin-bottom: 25px;
}
.dsktop_show{
   display: none;
}
.hdr_main {
    display: flex;
    flex-direction: column-reverse;
}
.banner-shape-btm {
   display: none !important;
}
section.banner:before {
    content: inherit;
}
section.banner::after{
    content: inherit;
}
.banner .banner-shape-three{
    display: none !important;
}
.img-wrapper img {
    aspect-ratio: 5/3;
}

section.product h4 {
    margin: 15px 0 15px 0;
    font-size: 20px;
}

.mainicon {
    display: none;
}
/* 
section.about-us {
    min-height: 230px;
    background-repeat: no-repeat;
} */
section.about-us {
    min-height: 420px;
    background-repeat: no-repeat;
    align-items: flex-end;
    padding: 0 0 60px 0;
}
section.services-bg {
    min-height: 420px;
    background-repeat: no-repeat;
    align-items: flex-end;
    padding: 0 0 60px 0;
}
section.product .rating {
    margin: 0 0 0px 0;
    display: none;
}
section.contactbg {
    min-height: 420px;
    background-repeat: no-repeat;
    align-items: flex-end;
    padding: 0 0 60px 0;
}
.form-sec  input[type="submit"] {
    padding: 8px 22px !important;
    font-size: 16px!important;
    letter-spacing: 2px!important;
    margin-bottom: 30px!important;
}
.mainform .conbtn button.btn.btn-primary {
    padding: 10px 22px;
    font-size: 16px;
}
.contect-location i {
    font-size: 30px!important;
    margin-bottom: 18px;
}
/*  */

.dsktop_show {
    display: none;
}
.navbar-brand img {
    display: block;
    /* margin: 0 0 auto; */
    width: 156px;
    margin-left: -8px;
    margin-top: 5px;
}
.hdr_main {
    display: flex;
    flex-direction: column;
}
.mob-logo .nav-menu {
    display: block;
    margin-top: 30px !important;
}
header .bgcolr {
    background-color: rgba(6, 5, 5, 0.8);
    padding: 10px 0;
    border-radius: 0;
}
.contact-list {
    margin: 0;
    padding: 0;
}
.contact-list li {
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 0;
    margin-bottom: 5px;
}
ul.contact-list li i {
    font-size: 15px;
}
.contact-list li a {
    font-weight: 500;
    font-size: 13px;
}
.social-link {
    margin: 0;
    padding: 0;
    text-align: center;
}
ul.social-link li a {
    font-size: 14px;
}
.ryt_menu {
    gap: 0px;
    width: 100%;
}
.ryt_menu .cont_no {
    gap: 8px;
}
.dflx span {
    height: 31px;
    width: 31px;
}
.dflx img {
    width: 16px;
}
.call p {
    font-size: 14px;
}
.navbar {
    padding: 10px 5px 0px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    flex-direction: column-reverse;
}
.navbar .mob-logo {
    width: 100%;
    min-height: 80px;
    margin-bottom: 25px;
    position: relative;
}
.navbar .mob-logo a.navbar-brand {
    display: block;
    margin: 1px0 0 px 0;
    position: absolute;
    top: -6px;
    left: 0;
}
/* .navbar .mob-logo  button.navbar-toggler {
    margin-top: 10px;
    padding: 8px 3px;
} */
.navbar .mob-logo  button.navbar-toggler {
    margin-top: 10px;
    padding: 8px 3px;
    position: absolute;
    top: 20px;
    right: 0;
}
.navbar-light .navbar-toggler-icon {
    width: 24px;
    height: 18px;
    border-bottom: 2px solid #dca82c;
}
.navbar-light .navbar-toggler-icon:after, .navbar-light .navbar-toggler-icon:before {
    width: 24px;
    height: 2px;
    background-color: #dca82c;
}
.navbar .mob-logo #navbarSupportedContent {
    margin-top: 0px;
}

.flx {
    flex-direction: column;
}
.hdr_main ul.social {
    justify-content: center;
    margin-bottom: 5px;
}
.hdr_main ul.social li a {
    font-size: 14px;
}
.navbar-brand {
    margin-left: 0 !important;
    margin-bottom: 8px;
}
.aura h6:before{
    content: inherit !important;
}
.aura h6::after{
    content: inherit !important;
}
.inr_bnr {
    margin-top: 150px;
}
.aura h6 {
    font-size: 15px;
    color: #ffffff;
    text-align: center;
}
.aura h6:before {
   content: inherit;
}
.aura h6:after{
    content: inherit;
 }

.animate-charcter {
 margin: 20px 0 0 0; 
 padding: 0;
}
.mainicon span {
    height: 88px;
    width: 88px;
}
.services {
    margin: 0px 0 15px 0!important;
}
section.banner {
    margin-bottom: 0px;
    top: 98px;
    /* height: 300px; */
}
.pt-portfolio-block .pt-portfolio-img img {
    min-height: auto!important;
    height: 150px;
}
div#image-gallery .owl-carousel .owl-dots {
    display: none;
}
div#image-gallery h2 {
     margin-bottom: 10px; 
    font-size: 25px;
}
div#contact ul li {
    line-height: normal!important;
    flex-direction: column;
    gap: 0;
}
.tabs h3 {
    margin-top: 20px;
}
.tabmob {
    padding: 0px 0 !important;
    margin-top: 30px;
}
div#contact {
    padding-bottom: 0px !important;
}
/* section.product h2 {
    margin-bottom: 10px; 
    font-size: 25px!important;
} */
 section.product img {
    min-height: auto;
} 
/* section.product img {
    height: 200px;
} */

ul.social {
    padding-left: 0;
}
.setig img {
    height: 250px;
}
.setimg img {
    height: 250px;
}
.form_contct input {
    border-radius: 5px;
}
.mains_btn_wht {
margin:0;
}
.map {
   min-height: 250px;
}
section.contactbg {
    min-height: 250px;
}
.container.contan {
    z-index: 444 !important;
}
.owl-carousel .owl-nav {
    margin-top: 20px;
}

section#gallery {
 padding: 20px 0; 
}
.fixed .navbar-brand img {
    display: block;
    max-width: 90%;
    transition: all 0.3s ease-out;
}

}

section.servi h4 {
    margin: 18px 0 35px 0!important;
}
section.servi .addlink a {
    color: #000;
    cursor: pointer;
    display: inline-block;
}
.container.contan {
    z-index: 444 !important;
}
div#image-gallery .owl-carousel .owl-dots {
    display: flex;
    width: 100%;
    justify-content: center;
    gap: 15px;
    margin-top: 30px;
}
div#image-gallery.owl-carousel .owl-dots .owl-dot.active {
    height: 13px;
    width: 13px;
    background: #E88E2E;
    border-radius: 50px;
}
div#image-gallery .owl-carousel .owl-dots .owl-dot{
    height: 13px;
    width: 13px;
    background: #ffffff;
    border-radius: 50px;
}
div#image-gallery .owl-carousel .owl-nav {
    display: none;
}
.owl-dot.active {
    background: #E88E2E !important;
}
.email input[type="submit"] {
    display: inline-flex;
    justify-content: end;
    align-items: center;
    width: auto;
    margin-right: 0px;
    opacity: 0; 
    padding: 0;
    position: relative;
    z-index: 9;
}
.setmail p {
    color: #fff;
    display: inline-flex;
    padding: 6px 30px;
    background: rgb(206 169 101 / 50%);
    border-radius: 5px;
    font-size: 14px;
}
.form-sec  input[type="submit"] {
    width: auto;
    padding: 12px 48px;
    margin: 10px 0 0 0;
    background: #E88E2E;
    color: #fff;
    border-radius: 5px;
    font-size: 20px;
    letter-spacing: 3px;
    transition: all 1s;
}
section.servi img {
    max-width: 100%;
    width: 100%;
    object-fit: cover;
    height: 600px;
}
section.servi h2 {
    font-size: 30px !important;
    color: #000000;
    text-transform: capitalize;
    font-weight: 700;
    font-family: 'DM Sans', sans-serif;
    margin-bottom: 30px;
}
section.servi {
    margin-bottom: 50px;
}

/* 10-1-24 */
.itemnew{
    overflow: hidden;
}
.pt-portfolio-block:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0 auto !important;
    height: 100%;
    display: inline-block;
    background: #30373f;
    opacity: 0;
    z-index: 9;
    transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pt-portfolio-block .pt-portfolio-img img {
    margin-left: 30px;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    width: 100%;
    min-height: 600px;
    object-fit: cover;
}
/* .pt-portfolio-block .pt-portfolio-info {
    color: #fff;
    z-index: 9;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    padding: 30px;
    display: inline-block;
    width: 100%;
    transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
} */
.pt-portfolio-block .pt-portfolio-info {
    color: #fff;
    z-index: 9;
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    padding: 30px;
    width: 70%;
    transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transform: translate(-50%, -50%);
}
.pt-portfolio-block .pt-portfolio-info h5 a {
    color: #fff;
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 10px;
    display: inline-block;
}
.pt-portfolio-block .pt-portfolio-info span a {
    color: var(--primary-color);
    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.pt-portfolio-block .pt-btn-container {
    position: absolute;
    bottom: 0;
    padding: 30px;
    opacity: 0;
    transition: all 0.5s ease-in-out;
    z-index: 99;
    right: 0;
}
.pt-button.pt-button-link {
    background: transparent;
    color: var(--dark-color);
    padding: 0;
    transition: all 0.5s ease-in-out;
}
.pt-button-block {
    display: flex;
    align-items: center;
}
.pt-portfolio-block:hover:before {
    opacity: 0.9 !important;
}
.pt-portfolio-block:hover .pt-portfolio-img img {
    margin-left: 0;
}
.pt-portfolio-block:hover .pt-portfolio-info {
    opacity: 1;
}
.pt-portfolio-block:hover .pt-btn-container {
    opacity: 1;
}
/* abt */
/* Shine */
.hover14 figure {
	position: relative;
}
.hover14 figure::before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.hover14 figure:hover::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}


.shineeft .columnfrt figure {
	position: relative;
}
.shineeft .columnfrt figure::before {
	position: absolute;
	top: 0;
	left: -100%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.shineeft .columnfrt figure:hover::before {
	-webkit-animation: shine .75s;
	animation: shin .75s;
}
/* @-webkit-keyframes shin {
	100% {
		left: 125%;
	}
} */
@keyframes shin {
	100% {
		left: 125%;
	}
}
.column div:first-child {
	margin-left: 0;
}
figure {
	margin: 0;
	padding: 0;
	background: #fff;
	overflow: hidden;
}

.setmargin {
    display: flex;
    width: max-content;
    margin-bottom: 15px;
}
.setmarginnew {
    display: flex;
    min-height: 280px;
    width: max-content;
}
.small-container figure{
    overflow: hidden;
    box-shadow: 0 26px 58px 0 rgba(0, 0, 0, .22), 0 5px 14px 0 rgba(0, 0, 0, .18);
}
.small-container figure img {
    transform: scale(1);
    transition: .5s ease-in-out;
}
.small-container figure:hover img {
    transform: scale(1.1);
}
.pt-portfoliobox-1 {
    position: relative;
}
section.product h2 {
    margin-bottom: 35px;
    font-size: 30px;
    line-height: 1.3em;
    text-transform: capitalize;
    font-weight: 700;
    text-align: center;
    color: #000;
    position: relative;
    z-index: 111;
}
.toil_icon img {
    mix-blend-mode: darken;
}
.small-container a {
    color: #000;
}
@media screen and (min-width:1400px) and (max-width:2650px){
    .pt-portfolio-block .pt-portfolio-img img {
        min-height: 920px;
    }
}


/* gallery */

.main-galry .wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow-x: hidden;
}

.main-galry .wrapper .swiper-slide {
  position: relative;
  width: 33%;
  aspect-ratio: 3/4;
  cursor: pointer;
  border-radius: 10px;
}
.main-galry .wrapper .swiper-slide .swiper-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  transition: opacity 0.3s ease;
  border-radius: 10px;
}
.main-galry .wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  border-radius: inherit;
  object-fit: cover;
  object-position: center;
}
.main-galry .wrapper .swiper-slide .swiper-description {
  position: absolute;
  bottom: 0;
  padding: 0.5em;
  color: var(--white);
  transform: translateY(100vh);
  transition: transform 0.3s ease;
}
.main-galry .wrapper .swiper-slide .swiper-description h2 {
  font-size: 1.5rem;
}
.main-galry .wrapper .swiper-slide .swiper-description p {
  font-size: 0.7rem;
  margin-top: 0.5em;
}

.main-galry .wrapper .swiper-slide:hover .swiper-overlay {
  opacity: 0.5;
}
.main-galry .wrapper .swiper-slide:hover .swiper-description {
  transform: translateY(0);
}

.main-galry .wrapper .swiper-button-prev,
.swiper-button-next {
    background: rgb(255 189 119 / 69%);
    border-radius: 100%;
    padding: 1em;
    width: 40px;
    height: 40px;
}

.main-galry .wrapper .swiper-button-next::after {
  margin-left: 0.2em;
}

.main-galry .wrapper .swiper-slide:not(.swiper-slide-visible) {
  opacity: 0;
}
.main-galry .wrapper .swiper-button-next::after, .swiper-button-prev::after {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 800;
    padding: 1rem;
    width: 40px;
    height: 40px;
    opacity: 0.75;
    border-radius: 50%;
    color: black;
    background: var(--black-300);
}
.abtdesc h2 {
    padding-left: 20px;
}
.main-galry .wrapper .swiper-slide:hover .swiper-description {
    transform: translateY(0);
    display: flex !important;
    width: 100%!important;
    justify-content: center;
}
.main-galry .wrapper .swiper-slide:hover .swiper-description h1{
font-size: 30px;
}
.tabs p {
    font-family: 'DM Sans';
    color: #7a736a;
    margin: 0 0 10px 0;
    font-size: 16px;
    line-height: 30px;
}

/* Rounded tabs */

@media (min-width: 576px) {
    .rounded-nav {
      border-radius: 50rem !important;
    }
  }
  
  @media (min-width: 576px) {
    .rounded-nav .nav-link {
      border-radius: 50rem !important;
    }
  }
  
  /* With arrow tabs */
  
  .with-arrow .nav-link.active {
    position: relative;
  }
  
  .with-arrow .nav-link.active::after {
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #2b90d9;
    position: absolute;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
  }
  
  /* lined tabs */
  
  .lined .nav-link {
    border: none;
    border-bottom: 3px solid transparent;
  }
  
  .lined .nav-link:hover {
    border: none;
    border-bottom: 3px solid transparent;
  }
  
  .lined .nav-link.active {
    background: none;
    color: #555;
    border-color: #2b90d9;
  }
  
  /*
  *
  * ==========================================
  * FOR DEMO PURPOSE
  * ==========================================
  *
  */
  
  
  .nav-pills .nav-link {
    color: #555;
  }
  .text-uppercase {
    letter-spacing: 0.1em;
  }
  section.about_us  .tabs h4 {
    font-size: 20px !important;
    color: #000 !important;
}
div#contact ul li {
    display: flex;
    align-items: flex-start;
    padding: 0;
    line-height: 35px;
    gap: 10px;
}
div#contact ul li span {
    font-family: 'DM Sans' !important;
    color: #7a736a !important;
    margin: 0 0 10px 0;
    font-size: 16px;
    font-weight: 400;
}
div#contact ul li strong {
    font-size: 18px;
    color: #7a736a !important;
}
ul#myTab li a {
    display: block;
}
.shdow {
    box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
}
.conclusion p {
    font-family: 'DM Sans';
    color: #7a736a;
    margin: 15px 0 0px 0;
    font-size: 16px;
    line-height: 30px;
}
.main-galry .wrapper .swiper-slide {
    background-color: transparent !important;
}
div#contact {
    padding: 3rem !important;
}
ul.auraconcept {
    margin: 20px 0 0 0;
}
ul.auraconcept li {
    color: #7a736a;
    margin: 20px 0 25px 0;
    font-size: 16px;
    line-height: normal;
}
ul.auraconcept li strong {
    color: #000;
    display: inline;
    margin-right: 8px;
}
div#image-gallery .swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(rgba(0,0,0,0.9),rgba(0,0,0,0.5));
    border-radius: 10px;
}
div#image-gallery .swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(rgba(0,0,0,0.9),rgba(0,0,0,0.5));
    border-radius: 10px;
}

/* .main-galry .swiper-slide-next:hover .swiper-overlay {
    opacity: 1 !important;
    background-color: inherit !important;
} */
/*  */
header {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 1000;
    background-color: rgb(6,5,5,0.8);
    transition: background-color 0.3s ease; /* Add smooth transition effect */
}
  header.smooth-bg {
    transition: background-color 0.3s ease; /* Add smooth transition effect for background color */
    transition: all 0.3s ease-out;
  }
  /* div#navbarSupportedContent ul li.active {
    color: #E88E2E;
} */
/*  */


.cont_no:hover .dflx span {
    animation: tilt-shaking 0.25s infinite;
    background-color:   #e88e2e54;
  }
 .ryt_menu .cont_no:hover .dflx span img{
    filter: invert(100%) sepia(0%) saturate(7464%) hue-rotate(296deg) brightness(95%) contrast(104%);
    transition: all .2s;
  }
  @keyframes tilt-shaking {
    0% { transform: rotate(0deg); }
    25% { transform: rotate(5deg); }
    50% { transform: rotate(0eg); }
    75% { transform: rotate(-5deg); }
    100% { transform: rotate(0deg); }
  }
 .ryt_menu  .cont_no:hover .call p {
    color: #E88E2E !important;
    transition: all .2s;
  }
 .ryt_menu  .cont_no:hover .call p a {
    color: #E88E2E !important;
    transition: all .2s;
  }
/* 
  .boxes{
    height:100px;
    width: 150px;
    background-color: coral;
    margin:5px 10px;
    cursor: pointer; 
    transition: all 1s;  /* lets make it smooth */
    /* display: flex;
    align-items: center;
    justify-content: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: white;
    padding: 10px; */
/* }  */

.bookappoint a {
    display: inline-block;
    background: #E88E2E;
    padding: 12px 20px;
    border-radius: 10px;
    color: #FFF;
    font-weight: 800;
    font-family: 'DM Sans', sans-serif;
    cursor: pointer; 
    transition: all 1s;
}
/* .bookappoint a:hover{
    background-color: rgb(255, 255, 255);
    transition: all 1s;
    color:#E88E2E;
} */

.bookappoint a:hover {
    background-color: rgb(187 143 38);
    transition: all 1s;
    color: #ffffff;
}




.mainbtn a:hover {
    background-color: rgb(187 143 38);
    transition: all 1s;
    color: #ffffff;
    text-decoration:none;
}
.form-sec input[type="submit"]:hover{
    background-color: rgb(187 143 38);
    transition: all 1s;
    color: #ffffff;
}
.conbtn button:hover{
    background-color: rgb(187 143 38) !important;
    transition: all 1s;
    color: #ffffff;
}


#image-gallery h3{
	font-size: 30px;
	line-height: 1.3em;
	text-transform: capitalize;
	font-weight: 700;
	text-align: center;
	color: #000;  
        position:relative;
        z-index:111;
}

.hover150 img {
	height: 270px;
	object-fit: cover;
}

.setpadnew{
    padding-bottom: 0 !important;
}

p.recaptchareq {
    background: #db5252;
    color: white;
    z-index: 99999999;
    border-radius: 5px;
    padding: 14px;
}

.new_message{
position: relative;
    z-index: 1111;
}

p.successmsg {
    background: #0ab940;
    color: white;
    z-index: 99999999;
    border-radius: 5px;
    padding: 14px;
}