/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 23 2024 | 07:33:03 */
/******* Do not edit this file *******
Simple Custom CSS and JS - by https://thefatek.in
Author: Nithesh Mohan
Author URL: https://www.linkedin.com/in/im-nithesh
Saved: May 23 2024 | 13:01:36 */

@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900");
@import url('https://fonts.googleapis.com/css2?family=Cardo:ital,wght@0,400;0,700;1,400&display=swap');

/* 
---------------------------------------------
reset
--------------------------------------------- 
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, div
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
figure, header, nav, section, article, aside, footer, figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

ul, li {
  padding: 0;
  margin: 0; 
  list-style: none;
}

header, nav, section, article, aside, footer, hgroup {
  display: block;
}

* {
  box-sizing: border-box;
}

html, body {
  font-family: 'Poppins', sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

a {
  text-decoration: none !important;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Cardo', serif;
  text-transform: capitalize;
  color: #000;
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: 700;
}

ul {
  margin-bottom: 0px;
}

p {
  font-size: 14px;
  line-height: 28px;
  color: #4a4a4a;
}

img {
  width: 100%;
  overflow: hidden;
}

#header .header-links > ul > li a{
    color: #000;
	text-transform: uppercase;
	font-weight: 600;
    font-size: 12px;
    letter-spacing: 2px;
}
#header .menu > li.menu-hover > a, #header .menu > li.current_page_item > a, #header .menu > li.current-menu-ancestor > a, #header .menu > li > a:hover{
	color: #00bfff;
}
body.home #content{
	padding: 0;
	background-color: #f6f7f8;
}

.slider-full #header-core {
    display: flex;
    align-items: center;
}
#logo img {
    max-height: 60px;
}
.main-navigation {
    margin: 0;
    margin-left: auto;
}

#content{
	padding: 0 10px!important;
}
#intro{
	display: none;
}
#icon_wrapper {
	top: 40%;
	right: 10px;
}
#icon_wrapper  .awesome-social {
    margin-top: 5px;
}

.slider-full #slider .rslides-container{
	padding: 0;
}

.aes_hme_h1{
	border: 0;
	padding: 10px 0px 10px 0px;
}
.aes_hme_h1 h1{
	font-weight: normal;
    font-size: 36px;
    line-height: 60px;
    color: #000;
    text-align: center;
    margin: 25px 0 0px 0;
    font-family: 'Cardo', serif;
}
.aes_hme_h1 .action-text{
	max-width: 850px;
	margin: auto;
	text-align: center;
}

.aes_hme_abtcol_lft h2{
	font-size: 42px;
    line-height: 52px;
    color: #000;
    font-weight: 400;
	font-family: 'Cardo', serif;
	text-transform: uppercase;
}
.aes_hme_abtcol_lft .widget_custom_html{
	position: relative;
	z-index: 1;
}
.aes_hme_abtcol_lft .widget_custom_html:before{
	content: '';
    position: absolute;
    z-index: -1;
    height: 80%;
    width: 80%;
	left: -2px;
    bottom: -50px;
	-webkit-animation: slide-top 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) infinite alternate-reverse;
    animation: slide-top 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) infinite alternate-reverse;
	background-image: url(https://www.aesthetic-designs.in/wp-content/uploads/2024/04/bg-5.png);
    background-repeat: repeat;
}
.aes_hme_abtcol_lft .widget_custom_html:after{
	content: '';
    position: absolute;
    z-index: -1;
    height: 80%;
    width: 80%;
	right: -2px;
    top: -50px;
	-webkit-animation: slide-bottom 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) infinite alternate-reverse;
    animation: slide-bottom 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) infinite alternate-reverse;
	background-image: url(https://www.aesthetic-designs.in/wp-content/uploads/2024/04/bg-5.png);
    background-repeat: repeat;
}
.aes_hme_abtrow_collft{
	padding: 40px 30px;
    margin: 50px 40px;
	background-color: #f6f7f8;
}

.aes_hme_ourprjct_ttlcol{
	padding-right: 20px;
	border-right: 3px solid #00bfff;
	/* max-width: 290px; */
}
.aes_hme_ourprjct_ttlcol small{
	font-size: 22px;
    font-family: 'Cardo', serif;
}
.aes_hme_ourprjct_ttlcol h2{
	font-size: 36px;
    line-height: 52px;
    color: #000;
	text-transform: uppercase;
    font-weight: 400;
}
.aes_hme_ftrqtecol{
	border-right: 3px solid #00bfff;
}
.aes_hme_ftrqtecol h3{
	color: #fff;
	font-size: 28px;
    line-height: 40px;
	text-transform: uppercase;
}

.aes_hme_srvrow h3{
	font-size: 22px;
	text-align: center;
	color: #000;
}
.aes_hme_srvrow p{
	font-size: 16px;
	text-align: center;
	margin-top: 10px;
	color: #1e1e1e;
}
.aes_hme_srvrow ul{
	padding: 20px 0 0 20px;
	border: 0;
	margin-left: 10px;
}
.aes_hme_srvrow ul li{
	list-style: disc;
	font-size: 14px;
	color: #1e1e1e;
	border: 0;
}
.aes_hme_srvcol:hover{
	color: #000;
}
.aes_hme_srvcol:hover h2,
.aes_hme_srvcol:hover h3
.aes_hme_srvcol:hover p {
	color: #000;
}
.aes_hme_ourprjct_row{
	position: relative;
	background: #fff;
}
/* .aes_hme_ourprjct_rowbtm:after{
	content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 40%;
    background-color: #141b1f;
} */
.aes_hme_ourprjct_col{
	padding: 10px;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
    margin-right: 10px;
}
.aes_hme_ourprjct_col:after{
	content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    border: 3px solid #2f3b42;
    z-index: -1;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.aes_hme_ourprjct_col:hover:after{
	width: 50%;
    border: 3px solid #00bfff;
}
.aes_hme_ourprjct_col .widget_custom_html{
	padding: 5px!important;
	-webkit-box-shadow: 0 0 15px 5px rgba(0,0,0,0.1);
    box-shadow: 0 0 15px 5px rgba(0,0,0,0.1);
	position: relative;
	background: #fff;
}
.aes_hme_ourprjct_col .widget_text p{
	margin-bottom: 0;
	text-align: center;
}
.aes_hme_ourprjct_col .widget_text h3{
	margin-bottom: 10px;
	text-align: center;
}
.aes_hme_cntbtn a{
	color: #fff!important;
    border: 1px solid #fff!important;
    width: 200px!important;
    padding: 10px!important;
	background: none!important;
	text-decoration: none!important;
	text-transform: uppercase;
}

.aes_inhdr_titl{
	display: inline-block;
    position: relative;
    padding: 60px 0px;
    margin-bottom: 20px;
}
.aes_inhdr_titl:after,
.aes_inhdr_titl:before{
	content: '';
    position: absolute;
    left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
    width: -webkit-fill-available;
    padding: 25px;
    border: 4px solid #00bfff;
}
.aes_inhdr_titl:before{
	border-bottom: 0px;
    top: 0px
}
.aes_inhdr_titl:after{
	border-top: 0px;
    bottom: 0px;
}
.aes_inhdr_titl h2{
	position: relative;
    padding: 0px 70px;
    font-size: 40px;
    line-height: 10px;
    color: #08d5ea!important;
}
.agn_abt_titlcolrgt p{
	margin-bottom: 0;
}
.agn_abt_detcols_box {
	margin-bottom: 30px;
	text-align: center;
}

.agn_abt_detcols_box h3{
	margin-bottom: 15px;
}

.agn_abt_detcols_box ul,
.agn_abt_detcols_box li{
	border: 0;
	list-style: disc;
}
.agn_abt_detcols_box{
	-webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.page-id-15 .agn_abt_detcols_box:hover {
	background-color: #1d262c!important;
	color: #fff;
}
.page-id-15 .agn_abt_detcols_box:hover h3{
	color: #fff;
}
.cpageform{
	width: 100%;
	overflow: hidden;
}
.cpageform_row{
	width: 100%;
	display: flex;
	column-gap: 20px;
	margin-bottom: 25px;
	justify-content: center;
}
.cpageform_col{
	width: 50%;
}
.cpageform_row p{
	width: 100%;
}
.cpageform_row input[type="submit"]{
	max-width: 240px;
}
.aes_cntpagebtm_box{
	text-align: center;
}
.agn_abt_bnrtoprow_text{
	display: none!important;
	color: #fff;
}
.agn_abt_bnrtoprow_text h3,
.agn_abt_bnrtoprow_text p{
	color: #fff;	
}
.aes_inhdr_row {
	background-position: bottom center;
	text-align: center;
}
.agn_abt_bnrlftbox p{
	color: #fff;
	text-align: justify;
}
.agn_abt_bnrlftbox h3{
	color: #fff;
	font-size: 42px;
    line-height: 52px;
}


#footer{
	background-color: #000;
    border: 0;
    padding-top: 20px;
    text-align: left;
}
#footer-core #footer-col1{
	width: 32%;
}
#footer-core #footer-col2{
	width: 13%;
}
#footer-core p{
    line-height: 33px;
}
#footer h3{
	font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
    color: #fff;
    margin-bottom: 20px;
    margin-top: 45px;
    padding-bottom: 0;
    border-bottom: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}
  
#footer ul li {
    display: block;
    margin-bottom: 15px;
}
  
#footer ul li a {
    font-size: 15px;
    color: #aaa;
    -webkit-transition: all .5s;
    transition: all .5s;
}

#footer ul li a:hover {
    color: #00bfff;
}

#footer ul li a i{
    margin-right: 5px;
}

#footer ul li:last-child {
    margin-bottom: 0px;
}

#sub-footer {
    background-color: #2b2b2b;
    padding: 15px 35px;
    text-align: center;
}

#sub-footer p,
#sub-footer span {
    color: #AAA;
    font-size: 14px;
    font-weight: 400;
}

#sub-footer span a {
    color: #fff;
    transition: all .3s;
    position: relative;
    z-index: 3;
}

#sub-footer span a:hover {
    opacity: 0.75;
	color: #00bfff !important;
}

#sub-footer span{
    font-size: 12px;
}


  @media only screen and (max-width: 767px){
	.btn-navbar{
		background-color: #00a7b9;
		border-color: #00a7b9;
	}
	#header-responsive li a:hover, #header-responsive li.current_page_item > a {
    	color: #00bfff;
	}
	#header-responsive li a{
		text-transform: uppercase;
	}
	#introaction-core h3,
	.aes_hme_abtcol_lft h2,
	.aes_hme_ourprjct_ttlcol h2,
	.aes_hme_ftrqtecol h3{
		font-size: 22px;
    	line-height: 28px;
		text-align: center;
	}
	#introaction-core{
		padding-bottom: 0;
	}
	.aes_hme_abtrow {
		padding: 40px 0!important;
	}
	.aes_hme_abtrow_collft{
		padding: 20px 15px;
    	margin: 10px 20px;
	}
	.aes_hme_abtcol_rgt {
		margin-top: 15px;
	}
	.aes_hme_ourprjct_row{
		padding-top: 40px!important;
	}
	.aes_hme_ourprjct_ttlcol,
	.aes_hme_ftrqtecol{
		padding-right: 0!important;
		border: 0;
		text-align: center;
	}
	.aes_hme_ourprjct_ttlcol small{
		font-size: 16px;
		text-align: center;
	}	
	.aes_hme_ftrqterow{
		padding-top: 40px!important;
	}
	.aes_inhdr_titl{
		width: 100%;
		padding: 20px 0;
	}
	.aes_inhdr_titl h2{
		font-size: 24px;
		line-height: 30px;
		margin: 0px;
		padding: 0 10px;
    	text-align: center;
	}
	.aes_in_cntbox{
		padding: 40px 10px!important;
	}
	.agn_abt_detcols{
		padding: 10px!important;
	}
	.agn_abt_detcols_box{
		padding: 12px!important;
	}
	.agn_abt_detcols_box h3{
		font-size: 20px;
    	line-height: 26px;
	}
	.agn_abt_detcols .panel-grid-cell{
		margin-bottom: 0!important;
	}
	.cpageform_row{
		flex-flow: column;
		margin-bottom: 0;
	}
	.cpageform_col{
		width: 100%;
		margin-bottom: 10px;
	}
	.cpageform_row input[type="submit"]{
		max-width: 100%;
		margin-top: 15px;
	}
	.agn_abt_bnrtoprow_text{
		display: flex!important;
	}
	#logo{
		text-align: left;
	}
	#logo img{
		max-height: 50px;
	}
	#header-responsive{
		position: relative;
	}
	a.btn-navbar{
		max-width: 44px;
		position: absolute;
		top: -56px;
		right: 10px;
	}
	.agn_abt_bnrlftbox h3{
		font-size: 22px;
		line-height: 28px;
	}
	#footer-core #footer-col1, #footer-core #footer-col2, #footer-core #footer-col3, #footer-core #footer-col4{
		width: 100%;
		text-align: center;
	}
}


/*animation slide-top*/
@-webkit-keyframes slide-top {
	0% {
	  -webkit-transform: translateY(0);
			  transform: translateY(0);
	}
	100% {
	  -webkit-transform: translateY(-10px);
			  transform: translateY(-10px);
	}
  }
  @keyframes slide-top {
	0% {
	  -webkit-transform: translateY(0);
			  transform: translateY(0);
	}
	100% {
	  -webkit-transform: translateY(-10px);
			  transform: translateY(-10px);
	}
  }
   /*animation slide-bottom*/
  @-webkit-keyframes slide-bottom {
	0% {
	  -webkit-transform: translateY(0);
			  transform: translateY(0);
	}
	100% {
	  -webkit-transform: translateY(10px);
			  transform: translateY(10px);
	}
  }
  @keyframes slide-bottom {
	0% {
	  -webkit-transform: translateY(0);
			  transform: translateY(0);
	}
	100% {
	  -webkit-transform: translateY(10px);
			  transform: translateY(10px);
	}
  }
/* New Styles by Nithesh Mohan*/

	.img-reflection{
		background-position:left top;	
		position:relative;
		overflow:hidden;
		background-size:100% auto;
		background-repeat:no-repeat;
	}
	.img-reflection:after{
		content:"";
		background-color:rgba(255, 255, 255, 0.2);
		position:absolute;
		width:35%;
		height:200%;
		left:-100%;
		top:-50%;
		-webkit-transition: all 0.5s linear;
		-moz-transition: all 0.5s linear;
		-ms-transition: all 0.5s linear;
		-o-transition: all 0.5s linear;
		transition: all 0.5s linear;
		
		-moz-transform: rotate(40deg);
		-webkit-transform: rotate(40deg);
		-o-transform: rotate(40deg);
		-ms-transform: rotate(40deg);
		transform: rotate(40deg);
	}
	.img-reflection:hover:after{
		left:150%;
	}

	.block-bg-hover1{
		position:relative;
		z-index:1;
	}

	.block-bg-hover1:after{
		content:'';
		position:absolute;
		left:100%;
		bottom:0px;
		top:0px;
		height:100%;
		width:0px;
		z-index:-1;
		background-color: #00bfff;
		transition: all 0.4s ease;
		-moz-transition: all 0.4s ease;
		-webkit-transition: all 0.4s ease;
		-o-transition: all 0.4s ease;	
		
	}
	.block-bg-hover1:hover:after{
		width: 100%;
		left: 0;
		-webkit-transition: width 0.3s ease;
		transition: width 0.3s ease;
		z-index: -1;
	}

	.aes_hme_abtrow_collft h2{
		margin-bottom: 30px;
	}

	#pg-13-0, #pg-15-0, #pg-17-0, #pg-19-0, #pg-21-0 {
		margin-bottom: 0 !important;
	}

	#pg-21-1{
		margin-top: 30px;
		text-align: center;
	}

	.wpcf7-spinner{
		display: block;
		margin: 10px auto 0px;
	}

	.simplefilter li{
		border-radius: 5px;
		margin-right: 10px !important;
		margin-bottom: 20px;
	}

	.widget ul{
		border: none !important;
	}

	.cpageform_row:last-child{
		margin-bottom: 0px;
	}

	.wpcf7 form .wpcf7-response-output{
		margin: 0 0.5em;
	}