/*
Theme Name: the7dtchild
Author: Dream-Theme
Author URI: http://dream-theme.com/
Description: The7 is perfectly scalable, performance and SEO optimized, responsive, retina ready multipurpose WordPress theme. It will fit every site – big or small. From huge corporate portals to studio or personal sites – The7 will become a great foundation for your next project!
Version: 1.0.0
License: This WordPress theme is comprised of two parts: (1) The PHP code and integrated HTML are licensed under the GPL license as is WordPress itself.  You will find a copy of the license text in the same directory as this text file. Or you can read it here: http://wordpress.org/about/gpl/ (2) All other parts of the theme including, but not limited to the CSS code, images, and design are licensed according to the license purchased. Read about licensing details here: http://themeforest.net/licenses/regular_extended
Template: dt-the7
*/
h1,h2,h3,h4,h5,h6{
	font-weight:400;
}
h2 {
       font-size: 51px;
    line-height: 1.2em;
    font-weight: 400;
}

p{
   font-family: 'Inter';	
}
.commonhead p{
   font-size: 18px;
	color:#000;
	opacity:0.7;
	    padding-top: 15px;
}
.head-button a {
    text-decoration: none !important;
}
.head-button span:hover {
	color:#f9b10b !important;
}
.black p{
	color:#000;
	    opacity: 1 !important;
}
.commonhead h3 {
    font-size: 35px;
}
/* Header */
.top-bar{
	display:none;
}
.head-button p{
	    margin-bottom: 0px !important;
}
.branding a img, .branding img{
	height:40px;
}
.header-bar {
    max-width: 100% !important;
	        padding-right: 0px !important;
	    padding-left: 75px !important;
}
.head-button {
    background-color: #019B96;
    padding: 35px 51px 35px 35px;
 position:relative;
}

.head-button::before {
    position: absolute;
    content: '';
    background: url(/wp-content/uploads/2024/11/Headerbtnani.svg);
       width: 92px;
    height: 90px;
    left: -33px;
    top: 0;
    background-size: cover;
    background-repeat: no-repeat;
}
.head-button::after {
	    position: absolute;
    content: '';
    background: url(/wp-content/uploads/2024/11/Call-icon.svg);
      width: 96px;
    height: 93px;
    left: -14px;
    top: 27px;
    background-repeat: no-repeat;
    background-size: 31px;
}
.inline-header.center .main-nav{
	       margin-right: 60px !important;
	    justify-content: end !important;
}
#page .masthead.sticky-on .header-bar{
	min-height:90px !important;
}
#main {
    padding: 0px 0 0px 0 !important;
}
.main-nav>li{
	padding-right:20px !important;
}
.head-button span {
    color: #fff;
    font-size: 21px;
	    padding-left: 24px;
	    padding-right: 0px;
	    font-family: 'Inter';
    font-weight: 500;
}
.masthead:not(.side-header) .header-bar{
	align-items:center !important;
}
/* Home */
.Homebanner{
	height:690px;
	background-size:cover;
	background-repeat:no-repeat;
	position:relative !important;
	
}
.wpb_content_element{
	margin-bottom:0px !important;
}
.Homebanner h1{
	    color: #02807B;
    font-size: 73px;
    position: absolute;
    left: 50%;
    bottom: 50%;
    transform: translate(-50%, -117%);
    width: 100%;
}

.center h1 {
    text-align: center;
}
.center {
    text-align: center;
}
#main > .wf-wrap {
    padding: 0 5px 0 5px !important;
}
.sectionspace{
	padding:130px 0px 130px 0px;
}
.top_spaces {
    padding-top: 100px;
}
.bottom_spaces {
	 padding-bottom: 100px;
}

.green h2, .green h3 {
	 color: #019B96;
}
.rowspace{
	padding-top:50px;
	    display: flex;
    column-gap: 10px;
}
.aboutpara {
    padding-right: 95px;
}
.homeceremony img {
    border: 1px solid #CCCCCC;
	    margin-left: 25px;
    width: 90%;
}
.commonbtn{
	transition: all ease 0.2s;
}
.commonbtn span {
    font-size: 16px;
    font-weight: 400;
    padding: 5px 0px 5px 19px;
	position:relative;
	    overflow: hidden;
	transition: all ease 0.2s;
}

.commonbtn span::before{
	content:'';
	position:absolute;
	background:url('/wp-content/uploads/2024/11/Navarrow.svg');
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    left: 1px;
    background-size: 9px;
	z-index:9;
	    top: 3px;

}
.commonbtn span::after{
	content:'';
	position:absolute;
	background:url('/wp-content/uploads/2024/11/Navbtnani.svg');
    width: 45px;
    height: 44px;
    background-repeat: no-repeat;
    left: -63px;
    background-size: 45px;
    z-index: 0;
    top: -8px;
	transition: all ease 0.2s;
}
.commonbtn:hover span::after{
    left: -15px;
	transition: all ease 0.2s;
	
}
.commonbtn:hover span{
 overflow: visible;	
	transition: all ease 0.2s;
	    padding: 5px 0px 5px 30px;
	
}
.innovacols{
    padding-right: 50px;
}
.tailored h2{
	padding-left:95px;
}
.emailgap {
    display: none !important;
}

.yellowcols{
	        background: linear-gradient(387deg, rgba(249, 177, 11, 1) 3%, rgb(255 255 255 / 24%) 36%);

}
.yellowcols:hover{
    background: linear-gradient(387deg, rgb(249 177 11 / 98%) 60%, rgba(255, 255, 255, 1) 107%);
}

.greencols{
	     background: linear-gradient(214deg, rgba(1, 155, 150, 1) 0%, rgb(255 255 255 / 0%) 36%);
}
.greencols:hover{
	    background: linear-gradient(214deg, rgb(1 155 150 / 97%) 100%, rgba(255, 255, 255, 1) 60%);
}
.greencols:hover.servicecols h3, .yellowcols:hover.servicecols h3{
	color:#fff;
}

.servicecols h3 {
    height: 40px;
    padding-top: 20px;
	    font-size: 30px;
}

.servicecols .vc_column-inner {
    border: 1px solid #D6D6D6;
	padding: 20px 16px 0px 16px;
	
}

.memorable .wpb_single_image, .memorable figure.wpb_wrapper.vc_figure, .memorable img{
	width:100%;
}


.events figure.wpb_wrapper.vc_figure {
    width: 100%;
}
.whitecols{
	background-color:#fff;
    padding: 80px 60px 120px 60px;
}
.homecontactbanner{
	background-size:cover;
	background-position:center;
}
.footerbottom {
    background-size: cover !important;
}
.footerform .row p {
    display: flex;
	    column-gap: 15px;
}
.footerform span{
	width:100%;
}
.footerform .row {
    display: flex;
	column-gap:50px;
	justify-content:left;
}
.footerform  .textarea{
	width:84%;
}
.wpcf7-spinner{
	position:absolute !important;
}
#footer .wf-container-footer {
    padding-top: 80px !important;
}

.footerform input[type="text"], .footerform input[type="email"], .footerform textarea{
	border-right:0px solid #000;
	border-top:0px solid #000;
	border-left:0px solid #000;
	border-bottom:1px solid #DBDBDB;
	    padding-left: 0px;
	    font-family: 'Inter';
    font-size: 15px;
	background:#fff;
}
.formsubmit:hover input[type="submit"] {
    padding-left: 42px !important;

	transition: all ease 0.2s;
}
.contactform input[type="text"], .contactform input[type="email"], .contactform textarea{
	border-right:0px solid #000;
	border-top:0px solid #000;
	border-left:0px solid #000;
	border-bottom:1px solid #DBDBDB;
	    padding-left: 0px;
	padding-bottom:25px;
	    font-family: 'Inter';
    font-size: 15px;
	    background: none;
}
.infogap {
    padding-bottom: 30px;
 padding-left: 20px;
	    padding-top: 27px;
	position:relative;
	border-bottom:1px solid rgba(255, 255, 255, 0.278);
	    margin-left: 5px;
    margin-right: 5px;
	display:flex;
	align-items: center;

}

.abouthead{
	width:97%;
}
.addresscols .vc_column-inner {
    background-position: top;
	
}
.addresscols.wpb_column.vc_column_container.vc_col-sm-5.vc_col-has-fill{
	 padding: 0px 17.5px !important;
}

.contacticon img {
     width: 34px;
    padding-top: 15px;
}
.white a, .white p {
    color: #fff;
	text-decoration:none;
}
.white h4{
	color:#fff;
}
.white p{
	opacity:1 !important;
}
.formcols {
    background-color: #fff;
    padding: 30px;
}
.footerform textarea, .contactform textarea{
	height:95px;
}
.footerform input[type="submit"], .contactform input[type="submit"]{
	     padding: 12px 17px 12px 31px !important;
	    font-family: 'Inter' !important;
    font-weight: 400 !important;
	    font-size: 16px !important;
}
.footerbottom {
    background-size: cover !important;
}
.contacttext{
	width:87%;
}
.formsubmit{
	  
    display: flex;
    align-items: end;
	column-gap:20px;
	position:relative;
	 transition: all ease 0.2s;
}
.formsubmit span{
	position:relative;
}
.formsubmit p::before{
	    content: '';
    position: absolute;
    background: url(/wp-content/uploads/2024/11/Navarrow.svg);
       width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    left: 15px;
    background-size: 8px;
    z-index: 9;
    top: 12px;
}
.formsubmit p {
    position: relative;
}
.formsubmit p::after {
    content: '';
    position: absolute;
    background: url(/wp-content/uploads/2024/11/Navbtnani.svg);
       width: 46px;
    height: 46px;
    background-repeat: no-repeat;
    left: -63px;
    background-size: 45px;
    z-index: 0;
    top: 1px;
    transition: all ease 0.2s;
    opacity: 0;
}
.wpcf7-form input[type="submit"]:hover{
	background:#019B96 !important;
}
.formsubmit p:hover::after{
	opacity: 1;
	    left: -6px;
	  transition: all ease 0.2s;
}

.topspace {
    padding-top: 15px;
}

/* About Us */

.innerbanner{
	height:480px;
	background-size:cover;
}
.green h4 {
    color: #019B96;
}
.innerhead h1{
	padding-left:76px;
	font-size:73px;
	line-height:1.2em;
}
.commonhead h4{
	    font-size: 34px;
    line-height: 1.2em;
}
.appparacols {
    padding: 20px 60px 0px 20px;
}
.aboutdetailcols {
    border: 1px solid #E5E5E5;
	    padding: 25px;
}
.aboutdetailcols h4 {
    padding-top: 25px;
}
.appparacols p {
    min-height: 115px;
}
.approachtext {
    padding-bottom: 23px;
    padding-top: 23px;
    border-bottom: 1px solid #DEDEDE;
}
.commonhead strong {
    color: #CE8F00;
    font-weight: 700;
    text-transform: uppercase;
	    padding-bottom: 20px;
    display: block;

}
.choosenaval {
    padding-right: 70px;
}


.choose{
	position:relative;
	    background-size: cover !important;
    background-position: top !important;
	background-repeat:no-repeat;
}
 .choose::before{
	content:'';
	position:absolute;
	background:url('/wp-content/uploads/2024/11/Aboutbottombg.jpg');
	right:0;
	top:0;
width: 85%;
    height: 80%;
	background-size:cover;
	 background-repeat:no-repeat;
	 background-position:top;
} 
.nospace .vc_column-inner {
    padding-top: 0px !important;
}
/* Service */
.white h1{
	color:#fff;
}
.serviceexperience{
background: rgb(249,177,11);
background: linear-gradient(180deg, rgba(249,177,11,1) 0%, rgba(249,249,249,1) 35%);
}

section.vc_section.servicesections {
    padding-top: 120px;
    padding-bottom: 120px;
	    background: linear-gradient(360deg, rgba(249, 177, 11, 1) -1%, rgb(249 249 249) 95%);
}
.serviceborder {
    padding-bottom: 50px;
    padding-top: 50px;
	border-bottom:1px solid rgba(255, 255, 255, 0.278);
    
}
.colsleft{
    padding-left: 70px;
    padding-right: 70px;
}
.everycols  {
    padding-left: 70px;
    padding-right: 70px;
}

/* Contact Us */
.contactsec{
	 background: linear-gradient(360deg, rgba(249, 177, 11, 1) -1%, rgb(249 249 249) 95%);
}

/* Footer */
#footer.solid-bg{
	    background: #024442 none repeat center top !important;
}
.footer-logo img {
    height: 45px;
}
strong {
    font-family: 'Inter';
}
section#block-6 {
    width: 35%;
}
section#block-7{
	
    width: 27%;
}
section#block-8 {
    width: 13%;
    padding-left: 50px !important;
}
section#block-9 {
    padding-left: 100px !important;
}
section#block-10 {
    width: 100%;
    display: flex;
    justify-content: center;
}
#footer strong {
    color: #F9B10B;
    font-size: 16px;
    font-weight: 400;
}
.footer .widget{
	padding:0px !important;
}
.quicklinks ul li:last-child:before {
    display: none;
}
/* #bottom-bar > .wf-wrap {
    width: 100%;
}
#bottom-bar .wf-float-left{
	padding-left: 60px;
}
.wf-float-right {
    padding-right: 65px;
}
 */
#footer .branches p{
	 color: rgba(255, 255, 255, 0.84); !important;
	opacity:1;
	    font-size: 16px;
	    margin-bottom: 0px !important;
}
.address p{
    color: rgba(255, 255, 255, 0.84);
	opacity:1 !important;
	    font-size: 15px;
	line-height: 1.4em;
}
#footer > .wf-wrap{
	    padding: 0 0px 0 20px !important;
}
.contactfooter a:hover{
	color:#f9b20c !important;
}
.contactfooter a {
    font-size: 22px;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.84) !important;
}
.quicklinks a:hover{
	color:#F9B10B !important;
}
.quicklinks li {
    display: inline-block;
     padding-right: 50px;
    font-size: 16px;
	position:relative;
}
.quicklinks a {
    color:  rgba(255, 255, 255, 0.84) !important;
    text-decoration: none;
}
.quicklinks ul {
    padding-top: 11px;
}
.quicklinks li::before{
    content: '';
    position: absolute;
    background-color: #F9B10B;
       right: 23px;
    top: 8px;
    width: 5px;
    height: 5px;
    border-radius: 50%;

}
.quicklinks {
    padding-left: 66px;
}
#footer #bottom-bar > .wf-wrap {
    padding: 0 0px 0 0px !important;
}
#bottom-bar p {
    font-size: 10px;
	    font-family: 'Arial';
	    color: rgba(255, 255, 255, 0.84);
}
.wf-container-bottom {
    padding: 10px 0px 10px 0px !important;
}
.footerbottom{
background:url('/wp-content/uploads/2024/11/Get-in-touch-scaled.jpg');
    background-size: 100% 100% !important;
	background-position:top;
}
.infogap a:hover {
    color: #f9b10b;
}
.innerrightcols{
	position:relative;
}
.innerrightcols .vc_column-inner{
	        background-size: cover;
        background-position: center;
	    clip-path: polygon(0 0, 100% 0, 100% 50%, 100% 100%, 15% 100%, 5% 51%);
	position:relative;

}
.innerrightcols::before{
	    content: '';
    position: absolute;
    background: url(/wp-content/uploads/2024/12/pathbanner.png);
        left: 0px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    top: 0;
    z-index: 99;
	
}
.wpcf7 input::placeholder,
.wpcf7 textarea::placeholder {
    position: absolute;
    bottom: 0;
    transform: translateY(-50%);
    color:#8D8D8D; 
    font-size: 13px; 
	font-family:'Inter';
}
.wpcf7 input,
.wpcf7 textarea {
    position: relative;

}
.colsleft p, .everycols p {
    width: 87%;
}
.sectionspace .vc_column-inner {
    padding-top: 0px !important;
}
.wpcf7-not-valid-tip {
    display: block !important;
}
section#block-2 {
    width: 35%;
}
section#block-3 {
    width: 27%;
}
section#block-4 {
    width: 13%;
    padding-left: 50px !important;
}
section#block-5 {
    padding-left: 100px !important;
}
section#block-6{
	    width: 100%;
    display: flex;
    justify-content: center;
}
.formcols{
	display:none !important;
}

@media only screen and (min-width: 2000px) {
header.header-bar {
    width: 1422px;
    margin: auto;
}
	.memorable .wpb_wrapper, .memorable .vc_single_image-wrapper.vc_box_border_grey, .memorable img{
		width:100% !important;
	}
}
@media only screen and (min-width: 1600px) {
	.Homebanner{
	height:850px;
}
 .events .vc_single_image-wrapper.vc_box_border_grey, .events img {
    width: 100%;
}
}

@media only screen and (max-width: 1350px) {
	#main {
    padding: 0px 60px 0px 60px !important;
}
	.main-nav>li {
    padding-right: 0px !important;
}
	.inline-header.center .main-nav {
    margin-right: 30px !important;
	}
	.main-nav > li > a {
    margin: 18px 7px 18px 10px;
}
	#footer > .wf-wrap {
    padding: 0 50px 0 95px !important;
}
	.footer-logo img {
    height: 35px;
}
	.tailored h2 {
    padding-left: 30px;
}
	.contacticon img {
    width: 35px;
}
	.innerrightcols .vc_column-inner{
		    background-position: initial;
	}
	.wf-container-bottom{
		    padding: 10px 65px 10px 65px !important;
	}
		.quicklinks {
    padding-right: 34px;
		padding-left:0px;
}
	section#block-10{
		    justify-content: left;
	}
	.colsleft p, .everycols p {
    width: 100%;
}
}

@media only screen and (max-width: 1180px) {

.formcols.wpb_column.vc_column_container {
    width: 48%;
}
	.addresscols.wpb_column.vc_column_container {
    width: 50% !important;
}

	.header-bar{
		    padding-left: 40px !important;
	}
	.innerhead h1 {
    padding-left: 40px;
		    font-size: 55px;
}
	    #main {
        padding: 0px 35px 0px 35px !important;
    }
	section#block-9 {
    padding-left: 36px !important;
}
	section#block-6, section#block-7 {
    width: 30%;
}
	
section#block-8 {
    width: 15%;
}
	section#block-5 {
    padding-left: 40px !important;
}
	section#block-6{
		width:100%;
	}
}
@media only screen and (max-width: 992px) {
	.Homebanner {
    height: 400px;
	}
	.innerrightcols::before{
		    left: -10px;
	}
	.innerhead h1 {
    padding-left: 56px;
    line-height: 1.2em;
		font-size:45px;
}
	.commonhead h3 {
    font-size: 26px;
}
	.mobile-main-nav li > a .menu-text:hover {
    color: #F9B10B !important;
}
	.Homebanner h1{
		     
        transform: translate(-50%, 35%);
		    font-size: 38px;
	}
	.mobile-branding img.mobile-logo, .sticky-mobile-logo-second-switch img {
    height: 40px !important;
}
	.sectionspace {
    padding: 80px 0px 80px 0px;
}
		h2 {
    font-size: 31px;
}
	h2 br{
		display:none;
	}
	.aboutpara {
    padding-right: 0px;
}
	.tailored h2 {
    padding-left: 60px;
}
	.servicecols {
    width: 50% !important;
}
	.rowspace{
    display: block;
	}
	.whitecols{
		    padding: 50px 60px 50px 24px;
	}
		.event .wpb_wrapper, .event .vc_single_image-wrapper.vc_box_border_grey, .event img , .homeceremony .wpb_wrapper, .homeceremony .vc_single_image-wrapper.vc_box_border_grey, .homeceremony img {
    width: 100%;
}
		#footer > .wf-wrap {
    padding: 0 52px 0 52px !important;
}
	section#block-2{
		    padding-left: 0px !important;
		 width: 50%;
	}
	section#block-3{
		    padding-left: 0px !important;
		  width: 50%;
	}
	section#block-6, section#block-4, section#block-5{
		    width: 50%;
		padding-left:0px !important;
	}
	section#block-6{
		width:100%;
		    justify-content: left;
	}
	.quicklinks {
    padding-left: 0px;
		padding-right:0px;
}
	section#block-10{
		display:block;
	}
	
.commonhead h4 {
    font-size: 27px;
	}
	.appparacols {
    padding: 20px 0px 0px 0px;
}
	.bottom_spaces {
    padding-bottom: 70px;
}
	.top_spaces {
    padding-top: 65px;
}
	.appparacols p {
    height: 185px;
}
	.mobile-header-bar .mobile-branding img{
		    height: 38px !important;
	}
	
	.infogap{
		    padding-left: 5px;
	}
	
	
    .mobile-header-scrollbar-wrap {
        max-width: 100% !important;
        width: 100% !important;
        padding: 45px 0px 30px 0px !important;
    }
	    .right-mobile-menu .show-mobile-header .dt-mobile-header {
        right: 100%;
        width: 100%;
        top: 60px;
        background-color: #019b96;
			padding: 0px 20px 0px 20px;
			
			
}
	    .right-mobile-menu .closed-mobile-header .dt-mobile-header {
        width: 100%;
        top: 60px;
        background-color:#019b96;
			padding: 0px 20px 0px 20px;
    }
	.mobile-main-nav li > a .menu-text{
		    font-family: 'Inter';
    font-weight: 400;
		    color: #fff !important;
		font-size: 22px;
	}
	.colsleft{
		    padding-right: 35px;
		    padding-left: 25px;
	}
	.everycols{
		    padding-right: 35px;
		    padding-left: 25px;
	}
	.mobile-sticky-header-overlay, .mobile-sticky-sidebar-overlay{
		background:transparent !important;
	}
	.show-on-second-switch,  .show-on-first-switch {
    width: 100% !important;
}
	
	.Mobileaddress {
           width: 96%;
        background-color: #F9B10B;
        padding: 25px 0px 20px 20px;
}
	.Mobileaddress p{
	    color: #000;
		    font-size: 21px;
		        padding-bottom: 20px;
}
.Mobileaddress a {
    color: #000;
    text-decoration: none;
}
	.dt-mobile-header .mobile-mini-widgets-in-menu>* {
    margin: 5px 0px 5px 0 !important;
}
	.Mobileaddress p:last-child {
    padding-bottom: 0px;
}
	.mobile-main-nav li.act > a {
    color: #f9b02f !important;
}
}


@media only screen and (max-width: 767px) {

.Homebanner {
    height: 362px;
	}
	.innerhead h1{
		        font-size: 32px;
	}
	.servicecols {
    width: 100% !important;
}
	.Homebanner h1{
		   
		    font-size: 32px;
	}
	.sectionspace {
    padding: 60px 0px 60px 0px;
}
	h2 {
    font-size: 26px;
}
	.commonhead h3 {
    font-size: 24px;
}
	
	.rowspace {
    padding-top: 25px;
		        display: block;
}
	
	.innovacols {
    padding-right: 0px;
}
	.vc_empty_space{
		height:45px !important;
	}
	.tailored h2{
		    padding-left: 0px;
    padding-bottom: 23px;
	}
	
	.tailored h2 br {
    display: none;
}
	.whitecols{
		    padding: 50px 20px 66px 20px;
	}
	.contacttext {
    width: 100%;
}
	.footerform .row p {
    display: block;
}
	.footerform .row {
    display: block;
	}
	.footerform input[type="text"], .footerform input[type="email"], .footerform textarea{
		    padding-bottom: 25px;
	}
	.footerform .textarea{
		    padding-bottom: 25px;
	}
	.servicecols {
    margin-bottom: 25px;
}
	.servicecols h3{
		    font-size: 25px;
	}

	section#block-2, section#block-3, section#block-4 {
    width: 100%;
    padding-left: 0px !important;
}
	section#block-5 {
    padding-left: 0px !important;
		width:100%;
}
	section#block-6{
		    justify-content: left;
	}
	
	#footer .wf-container-footer {
    padding-top: 45px !important;
}
	.quicklinks li{
		display:block;
		    padding-bottom: 10px;
	}
	.quicklinks li::before{
		display:none;
	}
	#footer .wf-container{
		display:block;
	}
	
	.top_spaces {
    padding-top: 47px;
}
	.innerhead h1 {
    padding-left: 25px;
}
	.abouticon img {
    width: 100px;
}
	
	.commonhead h4 {
    font-size: 25px;
}
	.commonhead p {
    font-size: 17px;
	}
	.aboutdetailcols h4 br{
		display:none;
	}
	.aboutdetailcols{
		    padding: 20px;
	}
	.choosenaval {
    padding-right: 0px;
}
	.aboutstage img {
    height: 385px !important;
    object-fit: cover;
}
	.bottom_spaces {
    padding-bottom: 50px;
}
	.appparacols p {
    height: auto;
}
	.colsleft {
    padding-left: 0px;
    padding-right: 20px;
}
	.everycols {
    padding-left: 0px;
    padding-right: 20px;
}
	.serviceborder {
    padding-bottom: 35px;
    padding-top: 35px;
}
	.revercols{
		    display: flex;
    flex-direction: column-reverse;
	}
	.everycols img {
    padding-top: 20px;
}
	.serviceimage img {
    padding-top: 30px;
}
	.infogap{
		display:block;
	}
	.formcols {
  
    margin-left: 18px;
    margin-right: 18px;
    margin-top: 20px;
	}
	.formcols.wpb_column.vc_column_container, .addresscols.wpb_column.vc_column_container {
        width: 100% !important;
}
	.Mobileaddress p{
	    color: #000;
		    font-size: 19px;
}
	.mobile-main-nav li > a .menu-text{
		font-size:18px;
 }
 .innerrightcols .vc_column-inner{
	    height: 275px;
    align-items: end !important;
    justify-content: end !important;
	}  
.innerrightcols.wpb_column.vc_column_container.vc_col-sm-6.vc_col-has-fill {
    align-items: end !important;
}
	section.vc_section.servicesections {
    padding-top: 55px;
    padding-bottom: 55px;
}
	.homeceremony img{
		margin-left:0px;
		margin-top:25px;
	}
}