/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/
ul li h3 {
    font-size: 20px !important;
    margin-top: 10px !important;
    margin-bottom: 10px;
}
.menu-btn p {
    background: linear-gradient(90deg, rgb(20 165 235 / 75%) 43%, rgb(255 255 255 / 0%) 100%);
    color: #ffffff;
    padding: 5px 20px;
    font-size: 18px;
	text-transform: uppercase;
}
.why-img img {
    background: #d1f0fb;
    padding: 10px;
}
.why-box .fusion-column-wrapper {
    background: #d4e7ee94;
}
p.why-tit {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 5px;
    color: #14a5eb;
}
p.why-txt {
    margin-bottom: 0;
}
.menu-tit p {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 0;
    text-align: center;
    padding-top: 10px;
}
.img-hgt {
    height: 350px !important;
}
.new-bt h1 {
    margin: 0px;
    font-size: 65px !important;
    line-height: 1.1 !important;
    text-align: center;
    color: #ffffff !important;
    font-family: "Playfair Display" !important;
    font-weight: 500 !important;
}
p.sub {
    /* text-align: center; */
    margin: 0 auto;
    padding-top: 20px;
}
span.best {
    color: #46b9fc;
}
.events.newhome p {
    color: #fff;
    text-shadow: none;
}
.bback {
    position: absolute !important;
    width: 1370px;
    top: -112px;
    left: 0px;
	animation: 10s circlular linear infinite;
}
@keyframes circlular { 
0% {
    -webkit-transform: rotate(0deg) translate(-12px) rotate(0deg);
    -moz-transform: rotate(0deg) translate(-12px) rotate(0deg);
    -ms-transform: rotate(0deg) translate(-12px) rotate(0deg);
    -o-transform: rotate(0deg) translate(-12px) rotate(0deg);
    transform: rotate(0deg) translate(-12px) rotate(0deg);
}

100% {
    -webkit-transform: rotate(360deg) translate(-12px) rotate(-360deg);
    -moz-transform: rotate(360deg) translate(-12px) rotate(-360deg);
    -ms-transform: rotate(360deg) translate(-12px) rotate(-360deg);
    -o-transform: rotate(360deg) translate(-12px) rotate(-360deg);
    transform: rotate(360deg) translate(-12px) rotate(-360deg);
}
}
.events p {
    margin: 0px;
    font-size: 87px;
    line-height: 1.1;
    font-weight: 900;
    color: #1e1e20;
    text-shadow: 2px 2px #cfcfcf;
}
.edge-hos {
    width: 170px;
	 animation-name: spin;
    animation-duration: 12s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
@keyframes spin { 
        from { 
            transform: rotate(0deg); 
        } to { 
            transform: rotate(360deg); 
        }
    }
.rev-box {
    background: linear-gradient(90deg, rgb(212 231 238) 55%, rgb(255 255 255) 55%);
}
p.yer {
    margin: 0px;
    font-weight: 900;
    font-size: 80px;
    text-align: center;
    line-height: normal;
    color: #1e1e20;
}
p.yer1 {
    margin: 0px;
    font-weight: 600;
    font-size: 20px;
    text-align: center;
    line-height: normal;
    color: #1e1e20;
}
p.yer2 {
    margin: 0px;
    font-size: 14px;
    text-align: center;
    color: #1e1e20;
    padding: 10px 0px;
}
.dish {
    position: absolute !important;
    width: 380px;
    top: 187px;
    right: -32%;
}
.tametu {
    position: absolute !important;
    left: -10%;
    top: -15%;
	animation: moveBounce 4s linear infinite;
}
@keyframes moveBounce {
	0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

50% {
    -webkit-transform: translateY(60px);
    transform: translateY(60px);
}
100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
}
p.paul {
    margin: 0px;
    font-style: italic;
    font-size: 20px;
    letter-spacing: 1px;
}
p.dir {
    text-align: center;
    margin: 0px;
    padding-top: 25px;
    font-weight: 900;
    font-size: 23px;
    color: #14a5eb;
}
.ftcenter p {
    font-size: 15px;
}
.con-img span.fusion-imageframe {
    background: #14a5eb;
    border-radius: 50%;
    padding: 6px;
}
.con-img img {
    width: 45px;
}
p.ftit {
    margin: 0px;
    font-weight: 600;
    font-size: 17px;
    letter-spacing: 1px;
}
p.ftit1 {
    margin: 0px;
    font-size: 14px;
}
p.footer-title {
    margin-top: 0px;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    border-bottom: 1px solid #66c3e5;
    padding-bottom: 10px;
    color: #14a5eb;
}
.fcheck .fusion-li-item-content {
    font-size: 14px;
}
.cpyy p {
    margin: 0px;
    font-size: 14px;
}
p.titles-main {
    font-weight: 900;
    font-size: 36px;
    color: #14a5eb;
}
.wel1 p.titles-main {
    font-size: 25px;
}
span.blk {
    color: #1e1e20;
}
.fish {
    position: absolute !important;
    right: -138px;
    width: 335px;
    z-index: 9 !important;
    border: 10px solid #fff;
    border-radius: 50%;
    bottom: -40px;
}
h3.why-tit {
    font-size: 22px !important;
    font-weight: 500 !important;
    margin-bottom: 5px !important;
    color: #000 !important;
    letter-spacing: 1px !important;
    font-family: 'Playfair Display' !important;
    margin-top: 0 !important;
}
.dhana {
    position: absolute !important;
    right: 205px;
    bottom: -30px;
}
p.ch-text {
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    color: #3b4349;
    border-bottom: 1px solid;
    padding-bottom: 18px;
}
.process:hover p.ch-text {
    color: #46b9fc;
    transition: 1s;
}
.process:hover span.num {
    color: #46b9fc;
    -webkit-text-stroke: #46b9fc;
    transition: 1s;
}
p.ch-text1 {
    font-size: 17px;
    margin: 0px;
}
span.num {
    font-size: 105px;
    font-weight: 900;
    transform: rotate(-90deg);
    -webkit-text-stroke-width: 1px;
    stroke-width: 1px;
    -webkit-text-stroke-color:#212934;
    stroke: #ffffffd9;
    color: #fff0;
    text-align: center;
}
.tameti {
    position: absolute !important;
    right: -268px;
    bottom: -160px;
}
p.marq-text {
    font-size: 105px;
    font-weight: 900;
    -webkit-text-stroke-width: 1px;
    stroke-width: 1px;
    -webkit-text-stroke-color: #afe5ff;
    stroke: #ffffffd9;
    color: #fff0;
    text-align: center;
    text-transform: uppercase;
    margin: 0px;
    letter-spacing: 7px;
}
/********* services **********/
p.wedding {
    margin: 0px;
    color: #fff;
    font-size: 29px;
    letter-spacing: 3px;
    font-weight: 600;
	text-transform:uppercase;
}
p.ser-but i {
    margin-left: 50px;
    background: #46b9fc;
    padding: 20px;
    border-radius: 50%;
}

p.ser-but a {
    color: #fff;
}
p.ser-but {
    margin: 0px;
    font-size: 21px;
    text-align: center;
	visibility:hidden;
}
.s-box:hover p.ser-but {
    visibility: visible;
	transition: 1s;
}
/* effect-shine */
  
p.wedding:after {
	content: '';
  position: absolute;
  left: 0;
  display: inline-block;
  height: 1em;
  width: 100%;
  border-bottom: 1px solid;
  margin-top: 35px;
  opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
}
.s-box:hover p.wedding:after {
  opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
span.xater {
    font-weight: 900;
    font-size: 40px;
    line-height: normal;
    color: #14a5eb;
    text-shadow: 0px -3px 0px #000;
}
.callll {
    position: fixed;
    bottom: 10%;
    right: 0;
    margin: 20px;
    border-radius: 55px;
    width: 72px;
    text-align: center;
    padding: 10px;
    background: radial-gradient(#26d37c, #26d37c);
    z-index: 99999;
}
.mail-s {
    position: fixed;
    bottom: 10%;
    left: 0;
    margin: 20px;
    border-radius: 55px;
    width: 72px;
    padding: 14px;
    background: linear-gradient(#c3a661 0%, #b4904f 100%);
    z-index: 99999;
}
.book-refer {
    position: fixed;
    bottom: 0px;
    left: -15px;
    margin: 0px;
    border-radius: 55px;
    width: 200px;
    text-align: center;
    padding: 0px;
    z-index: 9999;
}
/*************** New Home *******/
.new-bt1 p {
    margin: 0px;
    font-size: 55px;
    line-height: 1.1;
}
.new-bt p {
    margin: 0px;
    font-size: 65px;
    line-height: 1.1;
}
.mobile-menu i {
    /* color: #000; */
}
.mobile-menu a {
    padding: 23px 25px;
    border-radius: 50%;
    margin-left: 3px;
    background: #d4e7ee;
    font-size: 30px;
    color: #000;
}
p.paul3 {
    font-size: 27px;
    color: #000;
    font-style: italic;
}
.page-id-258 p.dir {
    text-align: center;
    padding-top: 25px;
    font-size: 29px;
}
.page-id-258 p.marq-text {
    font-size: 85px;
    font-weight: 900;
    -webkit-text-stroke-width: 1px;
    stroke-width: 1px;
    -webkit-text-stroke-color: #000000;
    stroke: #000000d9;
}
.fusion-body .fusion-dropcap.dropcap.dropcap-boxed {
    background: #d4e7ee !important;
    color: #000 !important;
    border-radius: 0px !important;
}
.new-bt2 p {
    margin: 0px;
    padding: 10px 0px 0px 0px;
}
.its p {
    margin: 0px;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.mobile-men1 {
    font-family: 'Playfair Display';
}
li.socil-media-ic1 {
    padding: 10px 0px;
    border-bottom: 1px solid #c3dde7;
}
.mobile-men1 a {
    font-size: 22px;
    padding-left: 20px;
}
section#media_image-2 img {
    width: 180px !important;
}
.fusion-slidingbar-widget-column {
    margin-bottom: 20px;
}

.callll-stic {
    position: fixed;
    right: -86px;
    padding: 10px 25px;
    background: linear-gradient(to top, #c8f0ff, #d4e7ee);
    z-index: 99999;
    top: 45%;
    font-size: 18px;
    transform: rotate(-90deg);
    letter-spacing: 3px;
}
.callll-stic i {
    font-size: 17px;
    padding-right: 10px;
}
.header-cta-main {
    display: block;
    background: #2d3034;
    padding: 15px 10px;
    border-radius: 6px;
    box-shadow: 9px 8px 0px #88999f;
    margin-top: 20px;
}
.header-cta-col {
    display: inline-block;
}
.head-cta-con {
    display: inline-block;
    padding-top: 3px;
    margin-left: 6px;
    vertical-align: middle;
}
.slide span.head-cta-sub-txt {
    color: #ffffff;
    margin-bottom: 3px;
    display: block;
    font-size: 14px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 2px;
}
.slide span.head-cta-til {
    color: #fff;
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: 2px;
    font-weight: 700;
}
.slide-ct-main-im i {
    font-size: 17px;
    color: #fff;
}
.slide-ct-main-im {
    display: inline-block;
    background: #46b9fc;
    width: 41px;
    text-align: center;
    border-radius: 50%;
    padding: 6px;
    margin-right: 4px;
}
.linkss a {
    background: #d0eaf3;
    padding: 5px 20px;
    border-radius: 15px;
}
.fomrsss select.wpcf7-form-control.wpcf7-select {
	width:100% !important;
}
.textarrea  {
	width:100% !important;
}
.fomrsss p {
    margin-bottom: 8px;
    margin-top: 8px;
}
.fomrsss .fusion-one-half {
    margin-bottom: 0px;
}
.fomrsss .fusion-layout-column {
    margin-bottom: 0px;
}
.fomrsss .wpcf7-form textarea {
   height: 110px;
}
.cloc p {
    margin: 0px;
    padding: 10px 0px;
}
.ft2 p {
    margin: 0px;
    font-size: 17px;
}
.mobile-main {
	display:none;
}
/* ============= Responcive ============= */
@media (min-width: 320px) and (max-width: 1000px) {
	.mail-s, .callll { display:block; }
	.callll {
    position: fixed;
    bottom: 3%;
    right: 0;
    margin: 20px;
    border-radius: 55px;
    width: 57px;
    text-align: center;
    padding: 10px;
    background: radial-gradient(#26d37c, #26d37c);
    z-index: 99999;
}
	.mob-t h3, .mob-t h4 {
    font-size: 26px !important;
}
.mobile-box {
    text-align: right;
}
.mobile-box div {
    display: inline-block;
}
	.mobile-menu a {
    padding: 7px 14px 11px 14px;
		background: #fff;
   
}
	.mobile-menu i {
    font-size: 25px;
}
.mobile-call i.fa-envelope {
    background: #ad56c3;
    color: #ffffff;
}
.mobile-call i {
    background: #00b160;
    padding: 14px 14px 13px 14px;
    border-radius: 50%;
    color: #fff;
    font-size: 15px;
}
.mobile-call.phon a {
    padding: 7px 16px;
    background: linear-gradient(to top, #46b9fc, #46b9fc);
    color: #fff;
    border-radius: 5px;
    font-size: 14px;
    letter-spacing: 1px;
}	
.fusion-slidingbar-widget-column {
    margin-bottom: 20px !important;
}	
	.titlbemobile h3.title-heading-center {
    font-size: 22px !important;
}
/****** slide menu end **/


/****** menu ****/
/****** slide menu end **/
p.ser-mo {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 22px;
    text-align: left;
    font-family: inherit;
    margin: 0px;
    font-weight: 900;
    padding-bottom: 11px;
	padding-top: 30px;
}
/*** slide menu *****/
li.socil-media-ic {
    padding: 2px 0px;
}
.mobile-men, .mobile-home {
    padding: 0px;
}
    .socil-media-ic i {
        background: #ffcb0b;
        border-radius: 50%;
        font-size: 16px;
        margin-right: 5px;
        padding: 7px 11px;
        color: #0c4e8c;
    }
.socil-media-ic a {
    font-weight: 400;
    font-size: 16px;
}
a.fusion-sb-close {
    background: #fff;
    margin: 5px 20px;
    border-radius: 5px;
}
.fusion-sb-toggle-wrapper .fusion-sb-close:after {
    color: #000000;
}
	    .mobile-home ul {
        padding-bottom: 5px !important;
    }
.fusion-slidingbar-widget-column {
    margin-bottom: 20px !important;
}	
    .mobile-home li {
        display: inline-grid;
        padding: 18px 4px 4px;
        text-transform: uppercase;
        border-radius: 7px;
        width: 32%;
        background: linear-gradient(to top, #115fa9, #1862a7);
    }
section#custom_html-3 {
    border-radius: 10px;
    border: 0px solid #4a4545 !important;
}
.home-menu-icon a {
    display: grid;
    text-align: center;
    font-size: 13px;
    color: #000;
    font-weight: 500;
}
.home-menu-icon i {
	font-size: 25px;
    margin-bottom: 10px;
}
.fusion-sliding-bar-area a {
    color: #000;
}
/****** sticky bottom *****/
/***** sticky */
	.mobile-main .col-sm-2 {
    display: inline-block !important;
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    width: 16%;
    background:linear-gradient(to top, #46b9fc, #46b9fc);
    border-radius: 5px;
}
	.col-sm-2.fusion-icon-sliding-bar i {
    color: #fff;
}
.titlbemobile h3.title-heading-left {
    font-size: 24px !important;
}
	.titlbemobile h4.title-heading-left {
    font-size: 25px !important;
}
.col-sm-2.fusion-icon-sliding-bar {
    background: linear-gradient(to top, #000, #000);
}
	.mobile-main {
    position: fixed;
    left: 0;
    bottom: 5px;
    width: 100%;
    z-index: 99999999;
    /* background: #1e1e1d; */
    text-align: center;
    display: block !important;
    padding-left: 15px;
    padding-right: 15px;
}
	.mobile-main a {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
    color: white !important;
}
	.mobile-main i {
    color: white;
    font-size: 19px;
}
	.mobile-main .row div {
    display: inline;
}
	.col-sm-2.fusion-icon-sliding-bar {
    padding: 6px 0;
}
	.mobile-home a {
    color: #fff !important;
}
	
/************* css *******/
	
	.button-xlarge {
    padding: 10px 20px !important;
    font-size: 15px !important;
}
	.new-bt1 p {
    font-size: 27px;
}
	.new-bt p {
    font-size: 30px;
}
	.new-bt h1 {
		font-size: 30px !important;
}
	.new-bt2 p {
    padding: 7px 0px 0px 0px;
}
	p.paul3 {
    font-size: 20px;
 }
	.page-id-258 p.dir {
padding-top: 0px;
    font-size: 20px;
}
	p.ftit {
    text-align: center;
}
	p.ftit1 {
    text-align: center;
}
	.titlbetype h3.title-heading-left {
    font-size: 25px !important;
}
	.titlbemobile h1 {
    font-size: 22px !important;
}
	.titlbemobile h2 {
    font-size: 22px !important;
}
	p.why-tit, h3.why-tit  {
    font-size: 18px !important;
}
	.respnsv .fusion-carousel-item{
		width: 300px !important;
		margin: 0px 7px
	}
	.respnsv {
		font-size: 25px !important;
	}
	.dspln{
		display: none !important;
	}
}
/* ============= Responcive end ============= */
