* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	  font-family: "Kumbh Sans", sans-serif;
	scroll-behavior: smooth;
}

::-webkit-scrollbar {width:4px;}
::-webkit-scrollbar-track {background: #f5f5f5;}
::-webkit-scrollbar-thumb:hover {background:#000000;}
::-webkit-scrollbar-thumb {background: #ccb363;}


@-webkit-keyframes jumper {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes jumper {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.scrollTop {
  position: fixed;
    bottom: 62px;
    right: 0;
    background: rgb(14, 183, 230);
    background: linear-gradient(153deg, rgba(14, 183, 230, 1) 21%, rgba(0, 106, 204, 1) 99%);
    padding: 10px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    opacity: 0;
    transition: all 0.4s ease-in-out 0s;
    border-radius: 4px;
    cursor: pointer;
}

.scrollTop a {
  font-size: 18px;
  color: #fff;
}

html{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	 font-family: "Kumbh Sans", sans-serif;
	scroll-behavior: smooth;
    scroll-padding-top: 170px;
}

body {
	background: #fff;
	padding: 0;
	margin: 0;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #2f2f36;
	text-align: left;
	  font-family: "Kumbh Sans", sans-serif;
	scroll-behavior: smooth;
}

::selection {
	background-color: #ccb363;
	color: #fff;
}

.container {
	max-width: 1240px;
	z-index: 2;
    position: relative;}

div,
a,
span,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
	padding: 0;
	margin: 0;
	list-style: none;
}

ul {
	list-style-type: none;
	padding: 0 !important;
	margin: 0;
}


.spacer {
	clear: both;
}

a:hover {
    color:#8E8360;
	text-decoration: none !important;
}

a {
	text-decoration: none !important;
	color:#ccb363;
	font-weight:500;
}

div,
p,
h1,
h2,
h3,
h4,
h5,
h6,
table,
td,
tr,
th
{
-webkit-transition: 0.5s ease-in-out;
-moz-transition: 0.5s ease-in-out;
-o-transition: 0.5s ease-in-out;
transition: 0.5s ease-in-out;
}

p {
	 font-family: "Kumbh Sans", sans-serif;
	font-size: 18px;
	font-weight: 400;
	font-style: normal;
	line-height: 1.5;
	overflow-x: hidden;
	color: #2f2f36;
	margin-bottom:16px;
}

.btn-all a{
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 19.2px;
    font-weight: 600;
    color: #2f2f36;
    padding: 18px 24px;
    text-align: center;
    cursor: pointer;
   transition: all .2s ease-out;
    background: #ccb363;
    border: 2px solid #2f2f36;
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
    border-radius: 8px;
}
.btn-all a:hover{
opacity: 1; transform: translate3d(0px, -2px, 0px) scale3d(1.02, 1.02, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg); 
    background:#b89a4a;
}

#loadMoreBtn{
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 19.2px;
    font-weight: 600;
    color: #2f2f36;
    padding: 18px 24px !important;
    text-align: center;
    cursor: pointer;
   transition: all .2s ease-out;
    background: #ccb363;
    border: 2px solid #2f2f36;
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
    border-radius: 8px;
}

#loadMoreBtn:hover{
    opacity: 1; transform: translate3d(0px, -2px, 0px) scale3d(1.02, 1.02, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg); 
    background:#b89a4a;
}


.item--title {
font-size: 40px;
color: #2f2f36;
line-height: 1.2;
font-weight: 400;
font-family: Merriweather, serif;
margin-bottom: 48px;}

.item--sub-title{
   color:#ccb363; 
   font-size:14px;
   line-height: 1.4;
   font-weight:700;
   letter-spacing:1.12px;
   text-transform: uppercase;
   align-items: center;
   display: inline-block;
   margin-bottom:16px;}

.small-title{
    font-size:24px;
   line-height: 1.2;
   font-weight:400;
   font-family: Merriweather, serif;
   color:#2f2f36;
   margin-bottom: 16px;
}

.medium-title{
    font-family:Merriweather, serif;
    font-size:32px;
    line-height:38.4px;
    margin-top:40px;
    margin-bottom:16px;
    font-weight:400;
}


/***End Extra CSS***/

	.all-section-space{
	    padding-top:80px;
	    padding-bottom:80px;}
	
	
	ul li .fa-circle-dot{
	    color:#ccb363;
	   position: relative;
	   font-size: 15px;
}

   /***Start Header Section***/
.top-header{
	padding:0;
	background:#f5f5f5;
}
.top-header .top-logo img{
	height: 75px;
}
.ct-header-top-info,
.ct-header-top-info-right {
    list-style: none;
    margin-bottom: 0;
    display: flex;
	align-items: center;
    justify-content: flex-end;
}

.ct-header-top-info > li:nth-child(1){
border-right: 1px solid #6661611A;
margin-right:30px;
padding-right:30px;
}
.ct-header-top-info-right li,
.ct-header-top-info-right a,
.ct-header-top-info li,
.ct-header-top-info a{
	font-size: 15px;
    color: #000000;
    line-height: 46px;
    font-weight:400;
}
.ct-header-top-info-right .fa-solid,
.ct-header-top-info .fa-solid{
	font-size: 18px;
    color:#ccb363;
}

.ct-header-top-info-right li, .ct-header-top-info li{color:#000000;}
.header-bg-color{
	position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 8rem;
    transition: all 0.8s ease;
}
.sticky .header-bg-color{background:rgba(47, 47, 54, 0.8);height:auto;}

.logo-header img{
    width:203px;
    padding: 5px 0;}

.navbar-light .navbar-toggler{
    color: #000000;
    border: none;}

.navbar-toggler:focus{box-shadow: none;}

.header .navbar {padding: 0px 0; z-index: 999;}


.header .navbar-nav>li>a {
    color: #ffffff !important;
    position: relative;
    margin-right: 5px;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;}
    
.header .navbar-nav>li>a:hover{color:#b89a4a !important;}
.header .navbar-nav>.nav-item{position: relative;}
.navbar-nav .nav-item .sub-menu {
	position: absolute;
	background: #fff;
	padding: 10px 0 !important;
	top: 100%;
	left: 0;
	display: none;
	margin-top: 0;
	margin-bottom: 0;
	min-width: 280px;
	z-index: 99;
	transition: all 0.3s ease-in-out;
	box-shadow: 0 8px 83px rgba(40, 40, 40, 0.08);
}

.header .navbar-nav > li:hover > .sub-menu {display: block;}
.header .navbar-nav > li > .sub-menu li > .inner-submenu{left: 100%;right: 0;top: 0;}
.header .navbar-nav > li > .sub-menu li:hover > .inner-submenu{display: block;}


header .dropdown{margin:10px 0;}

.dropdown-menu{
    background: #fff;
	padding: 15px 0;
	top: 100%;
	left: 0;
	margin-top: 0;
	margin-bottom: 0;
	z-index: 99;
	border-radius: 0 0 3px 3px;
	transition: all 0.3s ease-in-out;
	box-shadow: 0 8px 83px rgba(40, 40, 40, 0.08);
	min-width:100%;
}

header .dropdown .dropdown-item{white-space: break-spaces;}
header .dropdown-toggle::after{display:none;}

.navbar-nav .dropdown-menu a,
.navbar-nav .nav-item .sub-menu a {
	color: #222;
	font-size: 15px;
	font-weight: 600;
	line-height: normal;
	padding: 7px 0;
	position: relative;
	transition: all .3s linear 0ms;
	text-transform: capitalize;
}

.navbar-nav .dropdown-menu a:hover,
.navbar-nav .nav-item .sub-menu a:hover {
	color: #ccb363;
	padding-left: 18px;
}

.navbar-nav .dropdown-menu a:before,
.navbar-nav .nav-item .sub-menu a:before {
	content: '';
	width: 10px;
	height: 2px;
	background-color: #ccb363;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	opacity: 0;
	transition: all .3s linear 0ms;
}

.navbar-nav .dropdown-menu a:hover:before,
.navbar-nav .nav-item .sub-menu a:hover:before {
	opacity: 1;
	left: 0;
}

.navbar-nav .dropdown-menu li,
.navbar-nav .nav-item .sub-menu li {
	list-style: none;
	padding: 7px 22px;
	position: relative;
}

.navbar-nav .dropdown-menu a{
padding: 0;
background: unset;}


nav.sticky {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 4;
	background-color: #fff !important;
	box-shadow: 0 3px 6px rgba(0, 0, 0, .05);
}

.ct-header-top-info-right .header-social li{
    color: #202020C7;
    font-size: 18px;
    padding: 0 10px;
}

.ct-header-top-info-right .header-social{
    margin-left: 42px;
    padding-left: 27px !important;
    border-left: 1px solid #6661611A;}

.ct-header-top-info-right .header-social i{color:#ccb363;}


header .btn-gaq a:hover,
header .btn-gaq a{
    background: #e2c873;
    margin-left: 20px;
    margin-right: 0;
    padding: 11px 24px;}

/*end header*/


/****Start Banner Section***/

/* Section Background */
.bg-particles--dark{
    z-index: 1;
    opacity: .2;
    background-image: url(/modules/dothwebsite/images/home/banner-bg-img.webp);
    background-position: 0%;
    background-size: cover;
    inset: 0% 0% -12%;
    position:absolute;
}

.hero-section{
    position: relative;
    overflow: hidden;
    padding:168px 0 80px 0;
    background-color:#2f2f36;
}

/* Hero Box */
.hero-box {
    position: relative;
    border-radius: 9.6px;
    overflow: hidden;
    background-image: linear-gradient(#fff0 25.23%, #fffc 86%), url("/modules/dothwebsite/images/home/grandparents-are-the-best.webp");
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    justify-content: flex-start;
    align-items: flex-end;
    width: 100%;
    height: 50rem;
    padding: 3rem;
    display: flex;
    overflow: hidden;
    z-index: 2;}

.about-hero .hero-box{background-image: linear-gradient(#fff0 25.23%, #fffc 86%), url("/modules/dothwebsite/images/about-us/smart-hub-about-us-hero-header.webp");}
.personal-hero .hero-box{background-image: linear-gradient(#fff0 25.23%, #fffc 86%), url("/modules/dothwebsite/images/services/services-personal.webp");}
.financial-hero .hero-box{background-image: linear-gradient(#fff0 25.23%, #fffc 86%), url("/modules/dothwebsite/images/services/services-investment.webp");}
.corporate-hero .hero-box{background-image: linear-gradient(#fff0 25.23%, #fffc 86%), url("/modules/dothwebsite/images/services/services-corporate.webp");}
.contact-hero .hero-box{background-image: linear-gradient(#fff0 25.23%, #fffc 86%), url("/modules/dothwebsite/images/contact/about-us-smart-hub.webp");}
/* Content */
.hero-content{
    position: relative;  
    z-index: 2;
}

.hero-content h1{
    font-family: "Merriweather", serif;
    font-size: 58px;
    font-weight: 900;
    line-height: 69.6px;
    color: #2f2f36;
    margin-bottom: 32px;}

.hero-content p{
    font-size: 18px;
    color: #2f2f36;
    max-width: 45rem;
    font-weight: 600;
    line-height: 27px;}

/***End Banner Section***/

	
	/****Start About Section****/

	.about-sec-img img{
    object-fit: cover;
    object-position: 50% 50%;
    width: 100%;
    height: 813.984px;
    box-shadow: 0 20px 24px -4px #00000014, 0 8px 8px -4px #00000008;
    border-radius:9.6px;
	}
	
.about-content{margin-left: -15px;}
.about-para{margin-bottom: 32px;}
    
	
	
	/****End About Section****/
	.visitor-img-set{
	    width: 100%;
        object-fit: cover;
        object-position: top;
	}
	.travel-insurance-set{
	    object-fit: cover;
        object-position:right;
	}
	/*****Start Service Section*****/
	.rs-service {
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 100% 500px;
	padding:80px 0;
	position:relative;
	background-color:#0000000f;
	}
	.rs-service .rs-shape {
    position: absolute;
    right: 43px;
    bottom: 0;
    width: 125px;
    animation: veritcal2 3s alternate infinite;
    -webkit-animation: veritcal2 3s alternate infinite;
    z-index: -1;
}
	.rs-service .rs-service__item {
	position: relative;
	z-index: 10;
	border-radius: 6px;
	overflow: hidden;
	margin: 20px -5px 0;
	}
	
	.rs-service .rs-service__item  .rs-thumb img{
	    object-fit: cover;
	    object-position: center;
	}
	
	.rs-service .rs-service__item::before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: transparent;
	background-image: linear-gradient(-40deg, #00204A00 43%, #ccb363 100%);
	z-index: 8;
	}
	.rs-service .rs-service__item:hover .rs-thumb img {
	transform: scale(1.05);
	}
	.rs-service .rs-service__item .rs-content {
	position: absolute;
	left: 40px;
	top: 35px;
	z-index: 9;
	}
	.rs-service .rs-service__item .rs-content .rs-icon img{
	width: 80px;
	height: 80px;
	}
	.rs-service .rs-service__item .rs-content .title {
	margin-top: 25px;
	}
	.rs-service .rs-service__item .rs-content .title a {
	color: #ffffff;
	font-size: 24px;
	font-weight: 600;
	transition: all ease 0.3s;
	}
	.rs-service .rs-service__item .rs-content > a{
	margin-top: 25px;
	border-radius: 30px;
	border: 2px solid #FFFFFF47;
	background: transparent;
	color: #ffffff;
	padding: 7px 20px;
	transform: translateY(15px);
	transition: all ease 0.3s;
	display: inline-block;
	opacity: 0;
	font-weight:500;
	align-items: center;
	}
	.rs-service .rs-service_item .rs-thumb img{
	height:325px;
	}
	.rs-service .rs-service__item:hover .rs-content > a {
	transform: translateY(0px);
	opacity: 1;
	}
	.rs-service .rs-service__item .rs-content > a:hover {
	background: #ccb363;
	border-color: #ccb363;
	}
	.main-btn i {
	position: relative;
	transition: all linear 0.3s;
	}
	/*****End Service Section*****/
	
	/****Start Testimonial Section****/
	.testimonial-section{
    background: #2d2f36;
    padding: 80px 0;
    position: relative;
    overflow: hidden;}

.testimonial-section .item--title{
    margin-bottom:24px;
}

/* Optional pattern effect */
.testimonial-section::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(rgba(255,255,255,0.1) 1px, transparent 1px);
    background-size: 20px 20px;
    opacity: 0.2;
    top: 0;
    left: 0;
}
 
 .testimonial-section .row .col-md-1{width:0.33333333% !important;}   

.testimonial-box {
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 32px 64px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    min-height: 15rem;
    display: flex;
}

.testimonial-text{
    color: #fff;
    font-size: 18px;
    width: 27.1875rem;
    font-weight: 300;
    line-height: 2;
    text-align: center;
    font-family:Merriweather, serif;
     min-height: 12rem;}

.testimonial-user {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top:24px;
}

@media (min-width: 768px) {
    .testimonial-user {
        justify-content: center;
        align-items: center;
    }
}

.testimonial-user .icon-circle {
    width: 85px;
    height: 85px;
    background: #c9a64a;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 16px;
}

.testimonial-user .user-name {
   color: #ccb363;
  font-family: Marcellus, sans-serif;
    font-size: 24px;}

.testimonial-section .divider-vertical{
   background-color: #ffffff;
    width: 1px;
    height: 192px;
}

.divider-col{
    width: 4.333333%;
}
    

/*end testimonials*/
   
/***Start Footer Section***/

.site-footer {
    position:relative;
    background-color:#2f2f36;
    padding-top:144px;
    padding-bottom: 48px;
  }
    
.footerbg{
    background:url("/modules/dothwebsite/images/home/bg-hero-footer.webp");
    z-index: 1;
    opacity: .1;
    background-position: 50%;
    background-size: cover;
    position: absolute;
    inset: 0%;
}

.footer-logo{margin-bottom: 24px;}

.footer-logo a img{width:235px;}

 footer .about-text{
font-size: 14px;
    line-height: 21px;
    color: #fff;
    max-width: 25rem;
 }

.site-footer .row > .col-12 h3 {
        font-size: 20px;
    color: #ccb363;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 24px;
    font-family: "Kumbh Sans", sans-serif;
    font-family: "Merriweather", serif;
    }
    .site-footer .row > .col-12 h4{
            color: #1b594f;
            font-size:16px;
            font-weight:600;
            line-height: 26px;
            margin-bottom:12px;}

.site-footer ul{margin-bottom:0;}

.site-footer .row > .col-12 ul li{
  font-size: 14px;
    line-height: 21px;
    display: flex;
    align-items: center;
    gap: 8px;
    color: #fff;
    font-weight: 400;
    font-family: "Kumbh Sans", sans-serif;}
    
    .site-footer .row > .col-12 ul li:first-child a{padding-top:0;}
    
  .site-footer ul li:last-child{margin-bottom:0;}  
 
 .site-footer li a{    
     font-size: .875rem;
    line-height: 21px;
    display: flex;: center;
    gap: 8px;
    font-family: "Kumbh Sans", sans-serif;
    margin-bottom: 0;
    color: #ffffff;
    font-weight:600;
    padding:8px 0;} 
    
.site-footer li a:hover{color:#ccb363;}

.social-icon li{margin-right:18px;}
.social-icon li svg{width:16px;height:16px;}
.social-icon li a{
color: #ffffff;
font-size: 20px;
padding:0;    
}
   
 .social-icon li a:hover{color:#ccb363;}
 
 
.quick-contact .contact .number a{padding: 0;
    font-weight: 400;
    color: #ccb363;}
    
.contact{margin-bottom:24px !important;}

.footer-bottom{
border-top: 1px solid #ffffff;
    padding-top: 32px;
    margin-top: 32px;}

.footer-bottom-menu{  
  display: flex;
    gap: 24px;
    align-items: center;}

.footer-bottom-menu li a{
    color: #ffffff;
    font-size: .875rem;
    text-decoration: underline !important;
    padding: 0;
    font-weight: normal;
}
    
.footer-bottom-menu li a svg{
    width:16px;
    height:16px;
    margin-right:6px;
}

  .footer-bottomline .copy-right-text{
    font-size: 14px;
    line-height: 21px;
    color: #fff;} 
  
  .footer-bottomline .website-text{font-size:14px;line-height: 20px;}
.footer-bottomline .website-text a{color: #49d1ba;font-weight: 500;}
.footer-bottomline .website-text a:hover{color: #1b594f;}


/***End Footer Section***/


/*start services css*/

.rs-service{
   position:relative;
}
.rs-service .container{position: relative;z-index: 2;}

.bg-particles--light{
     background-image: url(/modules/dothwebsite/images/services/bg-waves-light.webp);
    z-index: 1;
    opacity: .2;
    background-position: 50% 0;
    background-size: cover;
    inset: 0%;
    position: absolute;
}

.service-card {
    background: #f5f5f5;
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.3s ease;
    height: 100%;
    box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #00000008;
    opacity: 1;
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
}
.service-card:hover {
    transform: translate3d(0px, -2px, 0px) scale3d(1.02, 1.02, 1) 
               rotateX(0deg) rotateY(0deg) rotateZ(0deg) 
               skew(0deg, 0deg);
}

.service-card img {
    aspect-ratio: 1;
    object-fit: cover;
    border-top-left-radius: .625rem;
    border-top-right-radius: .625rem;
    width: 100%;
    height: 100%;
    overflow: clip;
}

.service-card .card-body {
    padding: 32px 16px;
}

.service-card h4 {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 16px;
    font-family: Merriweather, serif;
}

.service-card a {
    color: #ccb363;
    font-weight: 700;
    line-height: 24px;
}

.service-card:hover a{
    color:#222222;
}

.rs-service .row .col-md-4{padding:0 8px;}

/***end  services css****/

/****Start Inner page***/
.inner-banner-section{
	background: linear-gradient(to right, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0)), url('/modules/dothwebsite/images/home/hli-about-bg.webp');
	padding: 100px 0;
	background-position:center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

/*.inner-banner-section:before{*/
/*    position: absolute;*/
/*    content: "";*/
/*    left: 0px;*/
/*    top: 0px;*/
/*    height: 100%;*/
/*    width: 100%;*/
/*    background-color: transparent;*/
/*    background-image: linear-gradient(100deg, rgb(254, 251, 197, 0.5) 30%, rgba(254, 251, 197, 0) 99%);*/
/*    z-index: 0;}*/

.inner-banner-section .container{position: relative;border-left: 4px solid #998B5F;}


.inner-ct-breadcrumb li a:after {
	content: '-';
	margin: 0 6px;
	color: #ffffff;
}

.inner-banner-header h2 {
	color: #ffffff;
	font-size: 50px;
	margin-bottom: 0;
	line-height: 55px;
	margin: 0 0 15px;
	font-weight: 700;
	text-shadow: 0px 2px 2px #000000;
}

.inner-ct-breadcrumb li a {
	color: #ffffff;
	font-size: 16px;
	font-weight: 500;
	text-shadow: 0px 2px 2px #000000;
}

.inner-ct-breadcrumb li {
	color: #ffffff;
	font-size: 16px;
	font-weight: 500;
	text-shadow: 0px 2px 2px #000000;
}
.common-margin-inner-pages {
    padding: 80px 0;
}

.bg-color-blue-about{
    background-color:#ebebeb;
}
.common-inner-heading{
    line-height: 55px;
    color:#000000;
    font-weight: 700;
    font-size: 40px;
    margin-bottom: 20px;
    text-transform: capitalize;
    margin-top: 35px;
}

.ins-ct-list-desc .fa-solid {
    font-size: 13px;
    color:#998B5F;
    margin-right: 10px;
}

.ins-ct-list-desc {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 10px;
    display: flex;
    align-items: baseline;
}
.inner-cta-section{
    background-image: url('/modules/dothwebsite/images/services/cta-bg-img2.webp');
	background-position:center;
	background-repeat: no-repeat;
	background-size:cover;
	padding: 40px 0;
}
.inner-cta-section h3{
	font-size: 26px;
    color: #1F1A17;
	line-height: 1.5;
	font-weight: 700;
	margin-bottom:5px;
}
.bg-white{
    background:#fff !important;
    color:#000000;
}

/*contact us page css*/

.contact-section .contact-box {
    width: 100%;
}

.contact-section .contact-item {
    margin-bottom: 40px;
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    display: flex;
}

.contact-section .contact-item .icon img {
    margin-bottom: 24px;
}

.contact-section .contact-item h3{
    font-size: 20px;
    font-weight:400;
    line-height:24px;
    font-family:Merriweather, serif;
}

.contact-section .contact-item p{
    margin:0;
    color: #000;
    font-size: 14px;}
  
.contact-section .map iframe{    
    border-radius: 1.25rem;
    overflow: hidden;}

.contact-form .row div > img{
    border-radius: 9.6px;
    box-shadow: 0 20px 24px -4px #00000014, 0 8px 8px -4px #00000008;}

/* Form box */

/* Inputs */
.contact-form {background: #f6f5f3;}
.contact-form .form-control,
.contact-form .form-select {
    height: 38px;
    background: #fff !important;
    font-size: 16px !important;
    color: #959595 !important;
}
.contact-form .form-select:focus{
   border-color: #3898ec;
    outline: 0;
    box-shadow: none;}

.contact-form textarea.form-control {
    height: auto;
}

/* Labels */
.contact-form .form-label {
    font-weight: bold;
    color: #000;
    margin-bottom: 4px;
}

.mb-10{margin-bottom: 10px;}
.contact-form .form-check-label{
    cursor: pointer;
    margin-bottom: 0;
    font-weight: 400;
    display: inline-block;
    color: #000000;
    font-size: 16px;}

.link-box a{
   color:#00e;
   font-weight:bold;
}
.contact-form .btn-warning {
    line-height: 24px;
    cursor: pointer;
    background-color: #3898ec;
    border: 0;
    border-radius: 0;
    padding: 9px 15px;
    text-decoration: none;
    display: inline-block;
    color: #ffffff;
    margin-top:10px;
}  

.service-image-wrapper{
    z-index: 2;
    aspect-ratio: 1;
    border-radius: 1.256rem;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.service-image-wrapper img{
    object-fit: cover;
    object-position: 65% 50%;
    width: 100%;
    height: 100%;
}


/*****End inner page****/


/* start 404 css */
.four-ziro-four-page-s{
    display: flex;
    align-items: center;
    justify-content: center;
    padding:100px 0 80px 0;
}
.four-ziro-four-page-s h1{
	font-size: 300px;
    line-height: 230px;
    font-weight: 700;
    color: #444242;}
 
.four-ziro-four-page-s h2{
    color: #8F8561;
    line-height: 90px;
    letter-spacing: 1px;
    font-weight: 700;
    font-size:50px;
   text-transform: capitalize;
}
.four-ziro-four-page-s a:hover,.four-ziro-four-page-s a{background-color:#ccb363;border:0;color:#ffffff;}
 
/* end 404 css */


/*end inner page css*/



 /* Our Partners css start */
@media (max-width: 767px) {
  #clientlogoslider1 .carousel-inner .carousel-item > div,
  #clientlogoslider2 .carousel-inner .carousel-item > div,
  #clientlogoslider3 .carousel-inner .carousel-item > div {
    display: none;
  }

  #clientlogoslider1 .carousel-inner .carousel-item > div:first-child,
  #clientlogoslider2 .carousel-inner .carousel-item > div:first-child,
  #clientlogoslider3 .carousel-inner .carousel-item > div:first-child {
    display: block;
  }
}

#clientlogoslider1 .carousel-inner .carousel-item.active,
#clientlogoslider1 .carousel-inner .carousel-item-next,
#clientlogoslider1 .carousel-inner .carousel-item-prev,
#clientlogoslider2 .carousel-inner .carousel-item.active,
#clientlogoslider2 .carousel-inner .carousel-item-next,
#clientlogoslider2 .carousel-inner .carousel-item-prev,
#clientlogoslider3 .carousel-inner .carousel-item.active,
#clientlogoslider3 .carousel-inner .carousel-item-next,
#clientlogoslider3 .carousel-inner .carousel-item-prev {
  display: flex;
}

/* medium and up screens */
@media (min-width: 768px) {
  #clientlogoslider1 .carousel-inner .carousel-item-end.active,
  #clientlogoslider1 .carousel-inner .carousel-item-next,
  #clientlogoslider2 .carousel-inner .carousel-item-end.active,
  #clientlogoslider2 .carousel-inner .carousel-item-next,
  #clientlogoslider3 .carousel-inner .carousel-item-end.active,
  #clientlogoslider3 .carousel-inner .carousel-item-next {
    transform: translateX(25%);
  }

  #clientlogoslider1 .carousel-inner .carousel-item-start.active, 
  #clientlogoslider1 .carousel-inner .carousel-item-prev,
  #clientlogoslider2 .carousel-inner .carousel-item-start.active, 
  #clientlogoslider2 .carousel-inner .carousel-item-prev,
  #clientlogoslider3 .carousel-inner .carousel-item-start.active, 
  #clientlogoslider3 .carousel-inner .carousel-item-prev {
    transform: translateX(-25%);
  }
}

#clientlogoslider1 .carousel-inner .carousel-item-end,
#clientlogoslider1 .carousel-inner .carousel-item-start,
#clientlogoslider2 .carousel-inner .carousel-item-end,
#clientlogoslider2 .carousel-inner .carousel-item-start,
#clientlogoslider3 .carousel-inner .carousel-item-end,
#clientlogoslider3 .carousel-inner .carousel-item-start { 
  transform: translateX(0);
}

#clientlogoslider1 .carousel-control-next,
#clientlogoslider1 .carousel-control-prev,
#clientlogoslider2 .carousel-control-next,
#clientlogoslider2 .carousel-control-prev,
#clientlogoslider3 .carousel-control-next,
#clientlogoslider3 .carousel-control-prev {
  width: 1%;
}

#clientlogoslider1 .card-img img,
#clientlogoslider2 .card-img img,
#clientlogoslider3 .card-img img {
  width: 170px;
  height: 100px;
  object-fit: contain;
}

/* Our Partners css end */


/*cta section css*/

.cta-section {
    z-index:2;
    background-image: linear-gradient(90deg, #0000004d .67%, #0000), url('/modules/dothwebsite/images/home/happy-retired-couple-living-room.webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    border-radius: 1.25rem;
    width: 100%;
    min-height: 32.25rem;
    margin-bottom: -6rem;
    padding: 5rem 6rem 5rem 5rem;
    position: relative;
}

.cta-content {
    z-index: 2;
    position: relative;
    /* Optional: adds a subtle text shadow for extra legibility */
    text-shadow: 0 2px 10px rgba(0,0,0,0.3);
}

.cta-title {
    font-size: 58px;
    font-weight: 900;
    line-height: 69.6px;
    font-family:Merriweather, serif;
}

.cta-subtitle{
   font-weight:600;
   margin-bottom:32px;
}

/*end cta section css*/

/*start inner page css*/
/*about page*/
/*start inner page css*/
.about_feature_image-wrapper {
    flex-flow: column;
    align-items: flex-end;
    display: flex;
    position: relative;
}
.about_feature-image-main {
    z-index: 2;
    aspect-ratio: 1.5 / 2;
    border: 10px solid #ffffff;
    border-radius: 1.256rem;
    width: 60%;
    position: relative;
    overflow: hidden;
}
.about_feature_image {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.about_feature_image.is-right{
    object-position: 45% 50%;
}

.about_feature-image-accent {
    z-index: 1;
    aspect-ratio: 1 / 1.15;
    border-radius: 1.25rem;
    width: 50%;
    position: absolute;
    top: -10%;
    left: 0%;
    overflow: hidden;}
    
.oa-card > div{
     display: flex;
}
.oa-card .custom-card {
    display: flex;
    flex-flow: column;
    padding: 1.5rem;
    box-shadow: 4px 4px 10px #1010101a;
    background-color: #ffffff;
    border-radius: .625rem;
    width:100%;
}

.oa-card .custom-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
}

.oa-card .icon-circle {
    margin-bottom: 24px;}

.oa-card .card-title {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 16px;
    font-family: Merriweather, serif;}


.faq-section {
    background: #f7f5f2;
    position: relative;
}

/* Accordion Card */

.custom-accordion .accordion-item {
    border: none;
    margin-bottom: 16px;
    border-radius: 10px;
}

/* Question Button */
.custom-accordion .accordion-button{
    color: #000000;
    font-size: 20px;
    font-weight: 500;
    background: #fff;
    min-height: 6.5rem;
    padding: 1rem 1.5rem;
    justify-content: space-between;
    box-shadow: none;
    border-radius: 10px !important;
}
    
    /*.accordion-item:first-of-type .accordion-button{*/
    /*    border-radius: 10px !important;*/
    /*}*/
    
   ul.list{list-style-type: disc;
    padding-left: 20px !important;} 
    
    ul.list li{font-size: 16.8px;
    line-height: 1.5;
    margin: 4px 0;
    padding-left: 8px;
    color:#000000;    
    }
    ul.list.list-circle{
       list-style: circle;
       margin:16px 0;
    }
.custom-accordion .accordion-button:hover{background:#f9f7f3;}
    
.custom-accordion .accordion-button span{font-family: Merriweather, serif;}

.custom-accordion .accordion-button::after{display:none;}

.faq-icon {
    transition: 0.3s;
    font-size:18px;
}

.accordion-button:not(.collapsed) .faq-icon {
    transform: rotate(180deg); 
}

.custom-accordion .accordion-button:focus {
    box-shadow: none;
}

.custom-accordion .accordion-body {
   padding: 16px 24px 24px;}

.service-section .service-card{
    flex-flow: column;
    padding: 1.5rem;
    display: flex;
    background-color: #ffffff;
    border-radius: .625rem;
    transition: all 0.3s ease;
    justify-content: space-between;
}

.service-section .service-card:hover {
   transform: translate3d(0px, -2px, 0px) scale3d(1.02, 1.02, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
}

/* Icon */
.service-section .icon-box img{
    margin-bottom:16px;
    width:80px;
    height:80px;
    object-fit:contain;
}

/* Title */
.service-section .service-title {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 16px;
    font-family: Merriweather, serif;
    color:#2f2f36;
}

/* Text */
.service-section .service-text{
    font-size:16.8px;
    line-height:25.2px;
}

/* Link */
.service-section .service-link {
    color: #c9a64a;
    font-weight: 600;
    font-size: 16px;
    margin-bottom:16px;
}

/*privacy policy css*/

.privacy-policy .item--title{margin-top:24px;}

.link-color-dark, .link-color-dark:hover{color:rgb(47, 47, 54);font-size:18px;} 

.corporate-page-left-img .is-right{object-position: 30% 50%;}

/*blog css*/

.all-blog-list .blog-card {
  border: none;
  background: #f8f8f8;
  transition: 0.3s;
   display: none;
    overflow: hidden;
}

.all-blog-list .blog-card.show {
  display: block;
  height:100%;
}

.all-blog-list .blog-img{overflow: hidden;}

.all-blog-list .blog-img img {
  width: 100%;
  height: 280px;
  object-fit: cover; 
  transition: transform 0.4s ease;} 

.all-blog-list .blog-card:hover .blog-img img {
  transform: scale(1.1);
}

.all-blog-list .card .card-body{
background:#f5f5f5;padding:20px;}


.all-blog-list .blog-date {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
}

.all-blog-list .blog-title a{
  color: #AC833A;
    display: block;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 15px;
    font-weight:700;
}

.all-blog-list .card .card-body{font-size: 16px;}

.all-blog-list .read-more {
  position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 16px;
    color: #222;
    font-weight: 700;
    transition: all 500ms ease;
}
.all-blog-list .read-more:hover{color:#A68432;}



.blog-page .blog-wrapper {
  border: 1px solid #dddddd;
  padding:30px;
  position: relative;
  display: block;
  border: 1px solid #dddddd;
}

.blog-page .blog-meta {
  padding: 0;
  padding-bottom: 15px;
  margin-bottom: 30px;
  position: relative;
  border-bottom: 1px solid #dddddd;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.blog-page .blog-meta span {
  margin-right: 15px;
}

.blog-page .blog-meta span i{color:#ad8742;}

.blog-page .blog-meta span a{
        color: #2f2f36;
        font-weight:400;
}

.blog-page .blog-title {
    margin-bottom:20px;
}

.blog-page .blog-img img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  object-position: top;
}

.blog-page .blog-content {
  margin-top: 20px;
  line-height: 1.7;
  color: #333;}

.blog-page .blog-content .medium-title{margin-top:50px;}
.blog-page .blog-content .small-title{margin-top:30px;}

.custom-list li{display: flex;
align-items: baseline;
    color: #2f2f36;
    margin-bottom: 6px;
    font-size:18px;
}
.custom-list{margin-bottom:20px;}
.custom-list li i{margin-right: 8px;top:0;}
.blog-inner-img{height: 100%;object-fit: contain;}

#faqblog .accordion-button{
    background: #e4c97c;
    min-height: auto;
}

.profile-box {
    display: flex;
    align-items: center;
    background: #e9e9e9;
    padding: 15px 20px;
    width: 40%;
    border-radius: 4px;
    margin-top: 30px;
}

.profile-img img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    object-fit: cover;
}

.profile-content {
    margin-left: 15px;
}

.profile-content h3 a{
    margin: 0;
    font-size: 20px;
    color: #ab8237;
    font-weight: 600;}

.profile-content p {
    margin: 5px 0 0;
    font-size: 16px;
}

.process-box{
    background:#FFECCB;
    padding:20px;
} 
.process-box p{font-size: 22px;}
.process-box p i{color:#AB833F;font-size:30px;}


/*start get a quote css*/
    
 .get-quote-section{margin:70px 0;}   
 .get-quote-section .gaq-box{padding: 50px 15px;}
 .get-quote-section .gaq-box-1{background:#f5f5f5;color:#343434;border-bottom: 2px solid #A88534;}
 .get-quote-section .gaq-box-2{background:#A88534;color:#ffffff;}
.get-quote-section .gaq-box .quote-icon img{width:80px;}
.get-quote-section .gaq-box:hover .quote-icon img{
    animation-name: dance_hover;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;}
    
  @keyframes dance_hover {
16.65% {transform: translateY(8px);}

33.3% {transform: translateY(-6px);}

49.95% {transform: translateY(4px);}

66.6% {transform: translateY(-2px);}

83.25% {transform: translateY(1px);}

100% {transform: translateY(0px);}
} 

.get-quote-section .gaq-box .qaq-title{
font-size: 23px;
    font-weight: bold;
    margin: 20px 0 30px 0;
}

.get-quote-section .gaq-box-1 .qaq-title a{color: #343434;}
.get-quote-section .gaq-box-2 .qaq-title a{color: #ffffff;}


.get-quote-section .gaq-box .btn-all a{
    background: #000000;
    color: #ffffff;
    padding: 12px 35px;
    font-weight:500;}

.get-quote-section .gaq-box-2 .btn-all a{
    background:#ffffff;
    color: #000000;}

/*end get a quote css*/

/*end inner page css*/


/*****START MEDIA QUERY***/

@media(max-width:991px){
    .top-header .row .col-lg-4{display: none;}
    .ct-header-top-info{justify-content: center;flex-direction: column;}
    .header-bg-color{padding: 10px;}
    .header .navbar-collapse{position: absolute;
    top: 100%;
    width: 100%;
    background: #000000;
    z-index: 2;
    left: 0;
    right: 0;}
    .navbar-collapse{padding: 15px;}
    .header .navbar-nav>li>a{margin: 0;}
    .navbar-nav .dropdown-menu{margin-top:10px;}
    .sub-dropdown-menu{padding: 5px 0;position: relative !important;}
    .sub-dropdown-menu{display: block !important;}
    .navbar-nav .dropdown-menu li{margin: 0;}
    .navbar-nav .sub-dropdown-menu li{padding: 7px 10px;}

    #navbarNav{
    position: absolute;
    background: #ffffff;
    top: 100%;
    width: 100%;
    left: 0px;
    right: 0px;
    padding: 20px 0;}
.header .navbar-nav>li>a {margin-left: 30px;margin-right: 30px;}
.navbar-nav .dropdown-menu{padding: 15px !important;margin-top: 15px;}
.ct-header-top-info-right li, .ct-header-top-info-right a, .ct-header-top-info li, .ct-header-top-info a{color:#ffffff;line-height: 30px;margin: 5px 0 !important;}
.ct-header-top-info  li, .ct-header-top-info  li:nth-child(1){padding: 0 30px; margin: 0;border:0;}
.header-social li{padding-right: 15px !important;padding-left: 0 !important;}
header .btn-gaq a:hover, header .btn-gaq a{margin-left:30px;}
     .hero-box {height: 35rem;
        padding: 2rem;}
        
.profile-box{width:70%;}
.blog-page .blog-img img{height:100%;}
.blog-page .blog-wrapper{padding: 10px;}
.service-image-wrapper{aspect-ratio: unset;}
}

@media(min-width:992px) and (max-width:1199px){
    .header .navbar-nav>li>a{margin-left:15px;}
    .ct-header-top-info-right li, .ct-header-top-info-right a, .ct-header-top-info li, .ct-header-top-info a {font-size: 14px;}
}

@media (max-width: 1199px){
    .container{max-width:100% !important;}
}

/*new*/

@media(max-width:991px){
    .cta-section{width: 95%;min-height: 100%;
    margin-bottom: -6rem;
    padding: 50px;}
    .hero-section{padding: 150px 0 64px;}
    .header .navbar-nav>li>a{color:#000000 !important;}
    .about-content{margin-left:0;}
    .about-sec-img img{height:100%;}
    
.testimonial-section .divider-vertical{
    background-color: #ffffff;
    width: 100%;
    height: 1px;}
    
.testimonial-text{min-height:0;}
.about_feature_image-wrapper{margin-top:60px;}
.blog-inner-img{width:100%;}
.divider-col{width:100%;}
.testimonial-section .row > div:nth-child(3) .testimonial-box{padding-bottom:0;}
}

@media(max-width:767px){
    .all-section-space{padding:60px 0;}
    .cta-section{text-align:center;}
  .hero-box{  
    background: transparent !important;
    color: #fff;
    padding: 0;
    height:auto;}
    
    .hero-content p {color:#ffffff;}
.hero-content h1{color:#ffffff;font-size: 40px;font-weight: 400;line-height: 50px;}
    .about-sec-img img{margin-top:30px;}
    .testimonial-box{padding:32px 0 0 0;}
    .testimonial-text{width:100%;}
    .service-card img{aspect-ratio: auto;}
    
.cta-title{
    font-size: 40px;
    line-height: 50px;}

.cta-section{padding: 30px;}    
.profile-box{width:100%;}
}


/*****END MEDIA QUERY***/



