@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&family=Jost:ital,wght@0,100..900;1,100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Marcellus&display=swap');
body {
    color: #8A8A8A;
	font-family: "Jost", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 25px;
}
#homelogo .item img {
  width: 155px !important;
  height: 82px !important;
  object-fit: contain;
}

img:focus-visible {
  outline: none !important;
}

.w100 img {
  width: 100% !important;
}
.quick-links a p {
  margin-left: 1px;
}
.contactus a p {
  margin-left: 7px;
  margin-bottom: 0px;
}
.w505 img {
  height: 505px !important;
	object-fit : cover;
}
.w396 img{
  height: 396px !important;
	object-fit : cover;
}
.w927 img{
  height: 927px !important;
	object-fit : cover;
}
.w555 img{
	height : 555px !important;
	object-fit : cover;
}
.w628 img{
	height : 628px !important;
	object-fit : cover;
}
.w1012 img{
	height :1012px !important;
	object-fit : cover;
}
.w430 img{
	height :430px !important;
	object-fit : cover;
}

@keyframes zoomOut {
  0% {
    transform: scale(1.2); /* Start zoomed in */
  }
  100% {
    transform: scale(1); /* End at original size */
  }
}

.slide-image {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Ensures image fills container without distortion */
  transition: transform 8s ease-out; /* Match timing with animation */
}

/* Apply this class to the currently active slide */
.active .slide-image {
  animation: zoomOut 8s forwards; 
}

.devheader .owl-carousel .owl-dots button span {
  font-size: 3px !important;
  background-color: #fff !important;
  padding: 2px 4px !important;
  border-radius: 50% !important;
	margin : 0px 8px;
}
.devheader .owl-carousel .owl-dots button.active span {
 
  background-color: #a08c6a !important;
  
}
.devheader .owl-carousel .owl-dots {
  position: absolute;
  bottom: 6%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.devheader{
	position:relative;
}
.footericon {
  position: fixed;
  right: 4%;
  bottom: 12%;
  z-index: 99;
}
.footericon a {
  display: block;
  text-align: center;
  color: #8a8a8a;
}
.footericon a i {
  font-size: 23px;
	padding-bottom : 12px;
}
.bottomcenter {
  background-position: 5% 66% !important;
}

.site-header::before {
  content: "";
  background-color: transparent;
  position: absolute;
  top: 0px;
  width: 127px;
  height: 84px;
  background-color: transparent;
  left: 0px;
  border-radius: 50px 0px 0px 50px;
  box-shadow: -3px 1px 4px -3px #fff;
  border-right: 0px;
	z-index: -1;
}
.site-header::after {
  content: "";
  background-color: transparent;
  position: absolute;
  top: 0px;
  width: 127px;
  height: 84px;
  background-color: transparent;
  right: 0px;
  border-radius: 0px 50px 50px 0px;
  box-shadow: 1px -2px 3px -2px #fff;
  border-right: 0px;
	z-index: -1;
}


.devheader .item {
  height: 100vh;
  position: relative;
}
.devheader .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.devheader .item .cover {
  padding: 80px 50px;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
/*   background: rgba(0, 0, 0, 0.1); */
  display: flex;
  align-items: end;
}
.devheader .item .cover .header-content {
  position: relative;
  padding: 0px;
  overflow: hidden;
}

.devheader .item .cover .header-content h2 {
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-style: normal;
  color: #FAF8F5;
  letter-spacing: 7px;
  font-size: 20px;
	margin-bottom : 15px;
}
.devheader .item .cover .header-content h1 {
  font-size: 16px;
  color: #fff;
  letter-spacing: 2px;
	font-family: "Jost", sans-serif;
	font-weight : 300;
}

.devheader .owl-item.active h1 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
.devheader .owl-item.active h2 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
.devheader .owl-item.active .custombuttonbtn {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}
.devheader .owl-item.active .line {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  animation-delay: 0.3s;
}

:root {
  --trans: 0.3s linear;
	--d: 700ms;
    --e: cubic-bezier(0.19, 1, 0.22, 1);
}

.fontheading h2 {
  font-size: 53px;
  letter-spacing: 28px;
  font-family: "Cormorant Garamond", serif;
}

.titlefont h3 {
  font-family: "Cormorant Garamond", serif;
  color: #fff;
  letter-spacing: 7px;
  font-size: 30px;
}
.row label {
  font-size: 22px;
  font-family: "Cormorant Garamond", serif;
}
.titlefont p {
  color: #fff;
  letter-spacing: 2px;
}
.threebox .panel-grid-cell .ow-button-base {
  display: none;
	 transition: all 500ms ease-in-out;
}

.threebox .panel-grid-cell:hover .ow-button-base {
  display: block;
	 transition: all 500ms ease-in-out;
}
.imagetitle h3 {
  font-size: 16px !important;
  font-weight: 300 !important;
  position: absolute;
  left: 15px;
  top: 10px;
  color: #fff;
  width: 100%;
}
.imagetitle::before {
  content: "";
  background-image: url(https://studio9bydelwin.com/wp-content/uploads/2026/03/Rectangle-26.png);
  position: absolute;
  top: 0px;
  width: 100%;
  height: 64px;
  z-index: 0;
}
.threebox .panel-grid-cell{
	position : relative;
}
.custombutton {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.custombutton a {
  border-radius: 30px !important;
  background-color: #fff0 !important;
  -webkit-backdrop-filter: blur(5px) !important;
  backdrop-filter: blur(5px) !important;
  border-color: #fff !important;
}

.custombuttonbtn a {
  border-radius: 30px !important;
  background-color: #F0EBE53D !important;
  -webkit-backdrop-filter: blur(4px) !important;
  backdrop-filter: blur(4px) !important;
  border-color: #fff6 !important;
	padding: 12px 33px;
  color: #fff;
  letter-spacing: 3px;
  font-weight: 400;
  font-size: 14px;
	border : 1px solid;
	display: block;
  margin-top: 25px;
	width: fit-content;
}
.textcaps span {
  text-transform: uppercase;
  letter-spacing: 2px;
}

.destop-none{
  display: none;
}

.entry-title {
  display: none;
}
.twobox .panel-grid-cell {
  background-color: #DBDBDB2E;
  padding: 80px 40px;
  border-radius: 12px;
  border: 1px solid #F4F4F4;
}
.padd0 h4 {
  font-weight: 300;
  font-size: 20px;
  letter-spacing: 3px;
  opacity: 0.8;
}
.padd0 p {
  font-size: 16px;
}
.padd0 .panel-grid-cell {
  padding: 0px !important;
	background-color: transparent;
  border: none;
}
/* .header-area {
  position: fixed;
  width: 100%;
  background-color: #022038;
	 z-index: 9;
} */

.fliexbox {
  display: flex;
  align-items: center;
  justify-content: end;
}
.leftimage::before {
  content: "";
  background-image: url(https://studio9bydelwin.com/wp-content/uploads/2026/05/left.png);
  position: absolute;
  left: 0px;
  top: 15%;
  height: 672px;
  width: 300px;
  background-size: 89%;
  background-repeat: no-repeat;
}

.header-area {
  position: fixed;
  width: 100%;
	z-index : 999;
}

header#masthead {
 background-color: #00000036 !important;
  -webkit-backdrop-filter: blur(4px) !important;
  backdrop-filter: blur(4px) !important;
  z-index: 99;
  transition: var(--trans);
  border-radius: 60px;
  padding: 9px 50px !important;
  margin-top: 25px;
}

/* .sticky {
  position: fixed !important;
  top: 20px !important;
} */
.hometop {
  height: 100vh;
}

.header-area.sticky header#masthead {
  margin-top: 0px !important;
	background-color: transparent !important;
}
.header-area.sticky {
  background-color: #1F1F1F;
	background-color: #1F1F1F;
  transition-duration: 2s;
}
.site-branding img {
  width: 44px !important;
}
.hometopc {
  justify-content: center;
}
.company-title h2 {
  font-size: 60px;
}
.teambo h3 {
  margin-top: 15px;
  font-weight: 400;
}
.teambo p {
  font-weight: 300;
}
.subtitle h2 {
  font-size: 40px;
  font-weight: 500;
}

.ankerone a {
  padding: 13px 18px;
  margin: 0px 5px;
  border-radius: 0px;
  background-color: #D85004;
  border: 2px solid #D85004;
  color: #fff;
}
.ankerone a:nth-child(2) {
  background-color: transparent;
  border: 2px solid #00c6f8;
  color: #00c6f8;
}

.ankerone {
  display: ruby;
}
.topcall {
  display: flex;
  align-items: center;
  text-align: left;
}
.topcall i {
  background-color: #d85004;
  padding: 16px;
  margin-right: 10px;
  color: #fff;
}
.topcall div {
  color: #fff;
}
.topcall small {
  opacity: 0.7;
}
.ankerone a:nth-child(2) {
  background-color: transparent;
  border: 0px solid #00c6f8;
  color: #00c6f8;
  padding: 0px;
}

a {
    color: #093eb6;
    text-decoration: none;
    -webkit-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    -ms-transition: 0.5s ease all;
    transition: 0.5s ease all;
}

a:hover,
a:active,
a:focus {
    text-decoration: none;
    color: #000;
}

.teambo h3 {
  margin-top: 25px;
  font-size: 20px;
}
.mobileicon i {
  color: #A08D6C;
  font-size: 20px;
  margin: 0px 6px;
  width: 20px;
  text-align: center;
}


.logos .item img {
  width: 137px;
  filter: grayscale(100%);
}
.logos .owl-item .item {
  text-align: center;
  display: flex;
  justify-content: center;
}
.fontbold h3 {
  margin-top: 25px !important;
  font-weight: 600;
  width: 80%;
}
.imagehover .sow-image-container img:hover {
  background-color: #d85004;
}

.imagehover {
  position: relative;
}
.imagehover h3 {
  position: absolute;
  top: 17%;
  left: 36%;
}

.bordertext p {
  display: inline-block;
  border: 1px solid #EA5501;
  border-radius: 30px;
  padding: 5px 16px;
  font-weight: 400;
  font-size: 14px;
}
.twosection p {
  font-weight: 300;
  margin-top: 15px;
}
.boxabout {
  background-color: #d85004;
  color: #fff;
  padding: 35px;
}
.boxabout h3 {
  color: #fff;
  font-weight: 600;
  font-size: 35px;
}
/* #Progress
================================================== */

.progress-wrap {
  position: fixed;
  right: 50px;
  bottom: 50px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.2);
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.progress-wrap::after {
  position: absolute;
  font-family: "unicons";
  content: "\e84b";
  text-align: center;
  line-height: 46px;
  font-size: 24px;
  color: #a08d6c;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.progress-wrap:hover::after {
  opacity: 0;
}
.progress-wrap::before {
  position: absolute;
  font-family: "unicons";
  content: "\e84b";
  text-align: center;
  line-height: 46px;
  font-size: 24px;
  opacity: 0;
  background-image: linear-gradient(298deg, #a08d6c, #a08d6c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 2;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.progress-wrap:hover::before {
  opacity: 1;
}
.progress-wrap svg path {
  fill: none;
}
.progress-wrap svg.progress-circle path {
  stroke: #A08D6C;
  stroke-width: 4;
  box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
header {
    position: relative;
}

img {
    max-width: 100%;
}

ul {
    list-style-type: none;
}

ol,
ul {
    margin: 0px;
    padding: 0;
}

ul li,
ol li {
    color: #8d8d8d;
    line-height: 1.8;
}

ol.list-unstyled {
    margin-left: 0;
}

.list-unstyled li i {
    padding-right: 15px;
    color: #ffda43;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #1E1E1E;
	 font-weight : 500; 
	
}
.footer {
  background-color: #EAE9E8;
}

.aboutus {
  position: relative;
  z-index: -1;
  margin-top: -80px;
}
.homeslider {
  position: relative;
  z-index: 1;
}
.light {
    font-weight: 100;
}
.widget ul {
  padding: 8px 0px;
}


h3.widget-title {
  font-size: 24px;
  line-height: 32px;
	font-weight: 400;
}
.sticky .site-header::before {
  display: none;
}
.sticky .site-header::after {
  display: none;
}
/* --------------- 1.1 Spacer --------------- */

.spacer-5,
.spacer-10,
.spacer-20,
.spacer-30,
.spacer-40,
.spacer-50,
.spacer-60,
.spacer-70,
.spacer-80,
.spacer-90,
.spacer-100 {
    display: block;
    clear: both;
    overflow: hidden;
}

.spacer-5 {
    height: 5px
}

.spacer-10 {
    height: 10px
}

.spacer-20 {
    height: 20px
}

.spacer-30 {
    height: 30px
}

.spacer-40 {
    height: 40px
}

.spacer-50 {
    height: 50px
}

.spacer-60 {
    height: 60px
}

.spacer-70 {
    height: 70px
}

.spacer-80 {
    height: 80px
}

.spacer-90 {
    height: 90px
}

.spacer-100 {
    height: 100px
}

@media all and (max-width: 991px) {
    section {
        padding: 60px 0;
    }
}

@media all and (max-width: 767px) {
    
}

@media all and (max-width: 480px) {
    section {
        padding: 45px 0;
    }
}


/* --------------- Header Styles --------------- */
.quick-links ul li a {
  color: #8A8A8A;
  opacity: 1;
  font-size: 14px;
  text-transform: uppercase;
}
.quick-links ul {
  display: flex;
  justify-content: center;
}
.quick-links ul li {
  margin: 0px 15px;
}


.quick-links ul li a {
  color: #8A8A8A;
  opacity: 1;
  font-size: 14px;
  text-transform: uppercase;
}
.quick-links a {
  color: #8A8A8A;
  display: block;
  opacity: 1;
  font-size: 14px;
  margin-bottom: 10px;
}
.quick-links ul li.current_page_item a {
  font-weight: 500;
}
.social {
  display: flex;
  justify-content: center;
}
.quick-links a i {
  margin: 0px 16px;
  font-size: 20px;
  width: 20px;
	text-align: center;
}
.contactfrom {
  background-color: #fff;
  padding: 35px;
  box-shadow: 0px 0px 13px 0px #0000004a;
  border-radius: 12px;
}
.contactfrom h3 {
  text-align: center;
  border: none;
  font-size: 35px;
  font-weight: 500;
}
.form-group {
    margin-bottom: 30px;
}

.copy p {
  margin-bottom: 0px;
  color: #F0EBE5;
  opacity: 1;
	font-size : 14px;
}
.copy a {
  margin: 0px 5px;
	color: #F0EBE5;
  opacity: 1;
	font-size : 14px;
}
.quick-links a {
  color: #8A8A8A;
  opacity: 1;
  font-size: 14px;
  margin-bottom: 10px;
  display: flex;
  align-items: start;
}

.textwh {
  display: flex;
  justify-content: center;
}
.form-control {
    border: 1px solid rgba(244, 244, 244, 0.8);
    background: #ffffff;
    box-shadow: 1px 1.7px 2px 0px rgba(0, 0, 0, 0.1);
    border-radius: 0;
    line-height: 48px;
    height: auto;
    padding: 0 20px;
}

.form-control:focus {
    border: 1px solid rgba(244, 244, 244, 0.8);
    box-shadow: 1px 1.7px 2px 0px rgba(0, 0, 0, 0.2);
}

input[type="text"],input[type="email"] ,input[type="tel"], input[type="url"], input[type="password"], input[type="search"], textarea {
  color: #000;
  border-radius: 30px;
  border: 1px solid #E3E3E3;
  padding: 8px 15px !important;
  width: 100%;
  background-color: #E3E3E3;
}
.contactfrom i {
  position: absolute;
  top: 20px;
  right: 15px;
}
.contactfrom .col-md-12 {
  position: relative;
}
.wimmage img {
  width: 100%;
}
.wpcf7-form-control.wpcf7-submit.has-spinner.btn.btn-primary {
  width: 35%;
  background-color: #A08D6C;
  border-radius: 30px;
  letter-spacing: 2px;
	border: none;
  text-transform: uppercase;
  font-size: 21px;
}
.wpcf7-spinner {
  position: absolute;
  left: 0px;
}

.widget-title {
  border-bottom: 0px solid #eee;
}
/*Image Hover Effects*/
.site-branding {
  margin-top: 0px;
  margin-bottom: 0px;
	text-align: center;
}

.hentry {
  margin: 0px;
}
.contactus a {
    font-size: 28px;
  margin-bottom: 50px;
  display: flex;
  font-weight: 300;
  align-items: baseline;
  line-height: 35px;
}
.dinine p {
  font-size: 27px;
  margin-right: 25px;
  margin-bottom: 0px;
  margin-top: 0px;
  font-weight: 300;
}

.dinine a i {
  margin-bottom: 0px;
  font-size: 19px;
}
.dinine a {
  margin-bottom: 0px;
}
/* .contactus a i {
  font-size: 15px;
} */
.dinine {
  display: flex;
  align-items: center;
}
.widget {
  margin: 0px;
}
.social {
  display: flex;
  justify-content: center;
}
.social a {
  display: inline-block !important;
  margin: 0px 7px;
  font-size: 15px;
}

@media all and (max-width: 1200px) {	body {
  font-size: 14px;
  line-height: 24px;
}
	
	.quick-links ul li {
    margin: 0px 4px;
  }
	.footermobile .panel-grid-cell {
  margin-bottom: 0px !important;
}
	.textwh {
  display: flex;
  justify-content: start;
/*   padding-left: 9%; */
}
	.footermobile .panel-grid-cell:nth-child(3) {
  display: flex;
  justify-content: center;
}
	.quick-links a i {
  font-size: 13px;
}
	.copy p {
  margin-bottom: 0px;
  color: #F0EBE5;
  opacity: 1;
  font-size: 10px;
  font-weight: 300;
}
	.copy a {
  margin: 0px 5px;
  color: #F0EBE5;
  opacity: 1;
  font-size: 11px;
}
	.quick-links a {
  color: #8A8A8A;
/*   display: block; */
  opacity: 1;
  font-size: 12px;
  margin-bottom: 7px;
}
	.border-top .panel-grid-cell:nth-child(1) {
  order: 3;
  margin-bottom: 0px !important;
}
	.border-top .panel-grid-cell:nth-child(2) {
  margin-bottom: 0px !important;
}
	.border-top .panel-grid-cell:nth-child(3) {
  margin-bottom: 0px !important;
}
	header#masthead {
  padding: 9px 17px !important;
}
	.header-area {
  padding: 0px 15px;
}
	.devheader .item .cover {
		padding: 70px 0px;
	}
	.site-header::before,.site-header::after {
  content: "";
  background-color: transparent;
  position: absolute;
   width: 113px;
		height: 67px;
		z-index: -1;
	}
	.site-branding img {
  width: 33px !important;
}
/* 	 #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary {
    left: 0;
    margin-top: 65px;
  } */
	
	.site-branding {
    text-align: left;
  }
	.site-header .col-6 {
  padding-right: 0px !important;
}
	.site-header .col-3:nth-child(3) {
  padding-left: 0px !important;
}
	.contactus a {
		font-size: 15px;}
	.contactrow .panel-grid-cell:nth-child(3) {
  display: none;
}
	.contactus .dinine i {
  font-size: 18px !important;
}
	.fontheading h2 {
  font-size: 28px;
  letter-spacing: 46%;
  font-family: "Cormorant Garamond", serif;
}
	.row label {
  font-size: 15px;
  font-family: "Cormorant Garamond", serif;
}
	.wpcf7-form-control.wpcf7-submit.has-spinner.btn.btn-primary {
  width: 48%;
  background-color: #A08D6C;
  border-radius: 30px;
  letter-spacing: 2px;
  font-size: 14px;
}
	.dinine p {
  font-size: 15px;
  margin-right: 25px;
  margin-bottom: 0px;
  margin-top: 5px;
  display: block ruby;
}
	 .quick-links ul li a {
    font-size: 9px;
  }
	.twobox .panel-grid-cell {
  background-color: #DBDBDB;
  padding: 15px 19px !important;
  border-radius: 12px;
}
	.padd0 .panel-grid-cell:nth-child(1) {
	  width: 16% !important;
	  position: relative;
	  top: 6px;
	}
	.padd0 .panel-grid-cell {
  padding: 0px !important;
}
}

.destopnone {
  display: none !important;
}

@media all and (max-width: 767px) {	body {
  font-size: 14px;
  line-height: 24px;
}
	.quick-links ul li {
  margin: 0px 10px;
}
	.footermobile .panel-grid-cell {
  margin-bottom: 0px !important;
}
	.textwh {
  display: flex;
  justify-content: start;
/*   padding-left: 9%; */
}
	.textwh {
    padding-left: 18%;
  }
	.footermobile .panel-grid-cell:nth-child(3) .widget_text  {
    width: 95% !important;
  }
	.quick-links a i {
  font-size: 17px;
}
	.copy p {
  margin-bottom: 0px;
  color: #F0EBE5;
  opacity: 1;
  font-size: 11px;
  font-weight: 300;
}
	.border-top .panel-grid-cell:nth-child(1) {
  order: 3;
  margin-bottom: 0px !important;
}
	.border-top .panel-grid-cell:nth-child(2) {
  margin-bottom: 0px !important;
}
	.border-top .panel-grid-cell:nth-child(3) {
  margin-bottom: 0px !important;
}
	header#masthead {
  padding: 9px 17px !important;
}
	.header-area {
  padding: 0px 15px;
}
	.devheader .item .cover {
		padding: 70px 0px;
		padding-bottom: 120px;
	}
	#mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary {
    margin-top: 17px;
  }
	.site-header::before,.site-header::after {
  content: "";
  background-color: transparent;
  position: absolute;
   width: 113px;
		height: 67px;
		z-index: -1;
	}
	.site-branding img {
  width: 33px !important;
}
	.footericon {
  display: none;
}
/* 	 #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary {
    left: 0;
    margin-top: 65px;
  } */
	.destop-none {
  display: block !important;
		position: relative;
    top: 3px;
}
	.site-branding {
    text-align: left;
  }
	.site-header .col-6 {
  padding-right: 0px !important;
}
	.site-header .col-3:nth-child(3) {
  padding-left: 0px !important;
}

	.contactus a {
		font-size: 25px;
		margin-bottom: 25px;
	}
	.contactrow .panel-grid-cell:nth-child(3) {
  display: none;
}
	.fontheading h2 {
  font-size: 28px;
 letter-spacing: 16%;
  font-family: "Cormorant Garamond", serif;
}
	.quick-links ul li a {
  font-size: 12px;
	}
	.twobox .panel-grid-cell {
  background-color: #DBDBDB;
  padding: 15px 19px !important;
  border-radius: 12px;
}
	.padd0 .panel-grid-cell:nth-child(1) {
	  width: 16% !important;
	  position: relative;
	  top: 6px;
	}
	.padd0 .panel-grid-cell {
  padding: 0px !important;
}
	.w505 img {
  height: 234px !important;
  object-fit: cover;
}
	.w396 img {
  height: 240px !important;
  object-fit: cover;
}
	.w927 img {
  height: 300px !important;
  object-fit: cover;
}
	.w555 img {
  height: 211px !important;
  object-fit: cover;
}
	.w628 img {
  height: 196px !important;
  object-fit: cover;
}
	.w430 img {
  height: 230px !important;
  object-fit: cover;
}
	.w1012 img {
  height: 317px !important;
  object-fit: cover;
}
	.devheader .owl-carousel .owl-dots {
 display: none;
}
	.mobilenone {
  display: none !important;
}
	.destopnone {
  display: block !important;
}
	#homelogo .item img {
  width: 86px !important;
  height: 35px !important;
  object-fit: contain;
}
}


.site-description {
  display: none;
}
