
* {
	margin: 0; 
	padding: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	-khtml-box-sizing: border-box; 
	-ms-box-sizing: border-box;
}


/* Clearfix */
.clearfix:before,
.clearfix:after,
.site-width:before,
.site-width:after {
    content: " "; 
    display: table;
}
.clearfix:after,
.site-width:after {
    clear: both;
}
.clearfix,
.site-width {
    *zoom: 1;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	margin-bottom: 20px;
}
h1, h2, h3, h4, h5 { 
	font-family: 'Yantramanav', sans-serif;
	font-weight: 700;
}
p {
	line-height: 1.6;
}
a{
	color:#2c2928;
	text-decoration: none;
}
a:hover { 
	text-decoration: none; 
	color:#DD9227;
}

input, a:focus, button:focus {
	outline: none!important;
	text-decoration: none;
}
textarea::-moz-placeholder,
input::-webkit-input-placeholder { /* Chrome */
	font-family: 'Yantramanav', sans-serif;
	font-size: 17px;
	font-weight: 400;
	color: #2b2c2c;
	opacity: 1;
}
textarea::-moz-placeholder,
input:-ms-input-placeholder { /* IE 10+ */
  	font-family: 'Yantramanav', sans-serif;
	font-size: 17px;
	font-weight: 400;
	color: #2b2c2c;
	opacity: 1;
}
textarea::-moz-placeholder,
input::-moz-placeholder { /* Firefox 19+ */
  	font-family: 'Yantramanav', sans-serif;
	font-size: 17px;
	font-weight: 400;
	color: #2b2c2c;
	opacity: 1;
}
textarea::-moz-placeholder,
input::-moz-placeholder { /* Firefox 4 - 18 */
  	font-family: 'Yantramanav', sans-serif;
	font-size: 17px;
	font-weight: 400;
	color: #2b2c2c;
	opacity: 1;
}
ul{
	margin: 0; 
	padding: 0; 
	list-style: none;
}
img {
	border: 0; 
	max-width: 100%;
}
audio, canvas, video {
    display: inline-block;
}
@font-face {
    font-family: 'proxima_novaregular';
    src: url('../fonts/proximanova-regular.woff2') format('woff2'),
    	url('../fonts/proximanova-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'proxima_novabold';
    src: url('../fonts/proximanova-bold.woff2') format('woff2'),
         url('../fonts/proximanova-bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'proxima_novasemibold';
    src: url('../fonts/proximanova-semibold.woff2') format('woff2'),
         url('../fonts/proximanova-semibold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'proxima_novaextrabold';
    src: url('../fonts/proximanova-extrabld.woff2') format('woff2'),
         url('../fonts/proximanova-extrabld.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'SchoolBookC';
    src: url('../fonts/SchoolBookC.woff2') format('woff2'),
        url('../fonts/SchoolBookC.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
.topmenu ul li a { 
	transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out; 
	-moz-transition:all 0.3s ease-in-out;
}
body {
	font-family: 'proxima_novaregular';
	font-style: normal;
	color:#27272a; 
	font-size: 16px; 
	line-height: 1.333;
}
.button {
	font-family: 'Yantramanav', sans-serif;
	display: inline-block;
	vertical-align: middle;
	background: #DD9227;
	padding: 12px 60px ;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	-webkit-border-radius:4px;
	border-radius: 4px;
}
.button:hover {
	opacity: .8;
	color: #fff;
}
.navicon {
	display: none;
}
.site-width {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
/* ========================== Header css =========================== */
.header-main {
	background: #fff;
	padding:10px 20px;
}
.logo {  
	float: left;
	max-width: 310px;
}
.menu-wrapper {
	float: right;
}
/* .topmenu { 
	float: left; 
	position: relative;
	padding-right: 192px;
} */
 
.topmenu > ul > li {
	float: left; 
	position: relative;
}
.topmenu > ul > li > a {
	font-family: 'Yantramanav', sans-serif;
	display: block; 
	padding:23px 10px; 
	font-size: 17px; 
	color:#2b2c2c; 
	font-weight: 400; 
}
.topmenu > ul > li:hover > a, .topmenu > ul > li.active > a {
	color: #DD9227;
}
/* .topmenu > ul > li:last-child {
	position: absolute;
    right: 0;
    top:13px;
}
.topmenu > ul > li:last-child a {
	background: #e3132e;
    color: #fff;
    padding: 12px 14px 11px;
    min-width: 162px;
    line-height: 1.1;
    text-align: center;
}
.topmenu > ul > li:last-child a:hover {
	background: #b51a2e;
}  */
.sub-menu {
    border-top: 10px solid #fff;
    background-color: #fff;
    width: 260px;
    position: absolute;
    left: -17rem;
    right: 0;
    top: auto;
    display: none;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    z-index: 11;
    -webkit-box-shadow: 4px 4px 12px 0 rgba(0,0,0,.1);
	-moz-box-shadow: 4px 4px 12px 0 rgba(0,0,0,.1);
	box-shadow: 4px 4px 12px 0 rgba(0,0,0,.1);
}
.sub-menu li a {
	font-family: 'Yantramanav', sans-serif;
    display: block;
    font-size: 15px;
    font-weight: 400;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    text-align: left;
    color: #000;
    padding: 10px 15px;
    transition: 0.5s;
}
.sub-menu li a:hover {
    background: #DD9227;
    color: #fff;
} 
.topmenu li:hover .sub-menu {
    display: block;
}
.sub-menu.megamenu {
	width: 660px;
	padding: 15px 20px 20px;
}
.sub-menu.megamenu li {
	float: left;
	width: 50%;
}
.sub-menu.megamenu li a {
	border-bottom: none;
	padding: 8px 15px 8px 20px;
	position: relative;
}
.sub-menu.megamenu li a:hover {
	background: #fff;
	color:#DD9227; 
}
.sub-menu.megamenu li a:after {
	content: '';
	width: 6px;
	height: 6px;
	border-right: 1px solid #121212;
	border-bottom: 1px solid #121212;
	display: inline-block;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	position: absolute;
	left: 0;
	top: 15px;
	-webkit-transition: all 0.3s ease-out; 
    transition: all 0.3s ease-out;
}
.facebook-icon, .twitter-icon, .instagram-icon, .youtube-icon, .indiainternets-icon, .pin-icon, .phon-icon, .email-icon, .quote-icon, .phone-icon-big {
	background: url(../images/sprite_icon.png);
	background-repeat: no-repeat;
	display: inline-block;
	vertical-align: middle;
	
}
.indiainternets-icon {
    filter: none;
}
.footer-top .facebook-icon, .footer-top .twitter-icon, .footer-top .instagram-icon, .footer-top .youtube-icon, .footer-top .pin-icon, .footer-top .phon-icon, .footer-top .email-icon, .footer-top .quote-icon, .footer-top .phone-icon-big{
	filter: brightness(0) saturate(100%) invert(99%) sepia(25%) saturate(2%) hue-rotate(234deg) brightness(112%) contrast(101%);
}
.facebook-icon {
	background-position: 0 0;
	width: 11px;
	height: 20px;
}
.twitter-icon {
	background-position: -25px 0;
	width: 18px;
	height: 15px;
}
.instagram-icon {
	background-position: -54px 0;
	width: 22px;
	height: 22px;
}
.youtube-icon {
	background-position: -268px 0;
	width: 26px;
	height: 22px;
}
.indiainternets-icon {
	background-position: -172px -1px;
	width: 24px;
	height: 24px;
	margin-left: 10px;
}
.pin-icon {
	background-position: -88px 0;
	width: 20px;
	height: 30px;
}
.phon-icon {
	background-position: -115px 0;
	width: 20px;
	height: 28px;
}
.email-icon {
	background-position: -144px 6px;
	width: 20px;
	height: 31px;
}
.phone-icon-big {
	background-position: -244px 0;
	width: 20px;
	height: 29px;
	margin-right: 5px;
}
.title-with-border::after, .our-process .title-with-border:after, .our-process li::after, .testimonial-content:after, .testimonial-icon, .call_icon, .whastapp_icon, .query_icon {
	background: url(../images/sprite_icon2.png);
	background-repeat: no-repeat;
	display: inline-block;
	vertical-align: middle;
}
.our-process .title-with-border:after{filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(1%) hue-rotate(44deg) brightness(105%) contrast(101%);}
.call_icon {
	background-position:0 -52px;
	width:56px;
	height:55px;
}
.whastapp_icon {
	background-position:-69px -52px;
	width:56px;
	height:55px;
}
.query_icon {
	background-position:-134px -51px;
	width:56px;
	height:55px;
}
.title-with-border::after {
	content: '';
	position: absolute;
	background-position: 0 -1px;
	left: 0;
	right: 0;
	width: 184px;
	height: 13px;
	bottom: 0;
	margin-left: auto;
	margin-right: auto;
}
.our-process .title-with-border:after {
	background-position: -198px -3px;
}
.our-process li:after {
	content:"";
	background-position: -393px 0;
	position: absolute;
	right: -65px;
	top: 50%;
	width:82px;
	height:17px;
	margin-top:-9px;
}
.testimonial-content:after {
	content: "";
	background-color: #fff;
	background-position: -493px 10px;
	width: 24px;
	height: 40px;
	position: absolute;
	left: 45px;
	top: 50%;
	margin-top: -20px;
	z-index: 1;
}
.testimonial-icon {
	background-position: -252px -55px;
	width:50px;
	height:50px;
	display: block;
}
/* ========================== main css =========================== */
.common-padding {
	padding: 70px 0;
}
.top-block-wrapper {
	text-align: center;
	margin-bottom: 50px;
}
.top-block-wrapper .short-description p:last-child {
	margin-bottom: 0;
}
.section-title {
	font-family: 'Yantramanav', sans-serif;
	font-size:37px;
	font-weight: 700;
	color: #2b2c2c;
	margin-bottom:15px;
	text-align: center;
}
.title-with-border {
	position: relative;
	padding-bottom: 35px;
	margin-bottom: 55px;
}
.happy-couple-wrapper.inner-ly .section-title {
	line-height: 1.1;
}
/*.title-with-border:after {
	content: "";
	background: url(../images/border_red.png);
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	left: 0;
	right: 0;
	width: 184px;
	height: 14px;
	bottom: 0;
	margin-left: auto;
	margin-right: auto;

}*/
.home-banner-wrapper .banner-items {
	background-repeat: no-repeat!important;
	background-position: center top!important;
	background-size: cover!important;
	height: 720px;
	position: relative;
	overflow: hidden;
}
.home-banner-wrapper .fullscreen-bg__video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.video-overlay {
	content: "";
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #714528;
	opacity: .5;
	display: block;
}
.home-banner-wrapper .banner-items img {
	display: none!important;
}
.home-banner-wrapper .banner-inner-area {
	position: absolute;
	top: 50%;
	 right: 0;
	 transform: translate(-50%, -50%); width: 100%;
	max-width: 23%;
	margin-left: auto;
	margin-right: auto;
	z-index: 11;
}
.home-banner-wrapper .banner-text-block { 
	/*font-family: 'Yantramanav', sans-serif; font-weight: 400; float: left; width: 67%; margin-right: 5%;*/
    font-family: 'Yantramanav', sans-serif; color: #000; text-align: center;
}
.home-banner-wrapper form{text-align: left;}
.home-banner-wrapper form .help-block{margin-bottom: 0;}
.home-banner-wrapper form .input-item{margin-bottom: 10px;}
.homeform .site-width {
	position: relative;
}
.banner-form-block {
    /*width: 28%;
    position: absolute;
    right: 15px;
    bottom: 0;
    z-index: 9*/
}
.form-wrapper {
	background: rgba(255,255,255,.6);
    padding: 10px 34px 30px!important;
    -webkit-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}
.form-wrapper .input-item.has-error p {
    font-size: 13px;
}
.floating-icn {
	position: fixed;
    bottom: 20px;
    left: 15px;
    width: 46px;
    height: 46px;
    color: #fff;
    font-size: 35px;
    cursor: pointer;
    z-index: 99;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 3px 10px rgb(0 0 0 / 16%), 0px 3px 10px rgb(0 0 0 / 16%);
    background: #49E670;
}
.floating-icn a{
    color:#fff;
}

.homeform{padding: 50px 0;}
.banner-form-block{background:#fdf7f8;}
.homeform .form-wrapper{ padding: 0; }
.homeform .input-item { float:left; width: 22%; padding-right: 10px; }
.homeform .input-item input{border-radius: 0; border:1px solid #DD9227;}
.homeform .form-wrapper .button{ font-size: 18px; }
.homeform .formfild-name{display: none;}
.homeform .form-wrapper .input-item:last-child {padding: 0; width: 12%;}

.form-wrapper .section-title {
	font-size: 21px;
	margin-bottom: 25px;
	line-height: 1;
}
.banner-text-block .banner-title {
	font-weight: bold;
    font-size: 20px;
    line-height: 1;
    margin-bottom: 5px;
    padding: 2rem;
    background: #f7eeef;
}
.banner-text-block .banner-title span{color: #DD9227;}
.banner-text-block .short-text {
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 20px;
}
.banner-text-block .short-text p {
	line-height: 1.3;
}
.banner-text-block .short-text p:last-child {
	margin-bottom: 0;
}
.form-wrapper .input-group .input-item {
	float: left;
	width: 49%;
	margin-right: 2%;
}
.form-wrapper .input-group .input-item:last-child {
	margin-right: 0;
}
.form-wrapper .input-item {
	margin-bottom: 8px;
}
.form-wrapper .input-item:last-child {
	margin-bottom: 0;
	padding-top: 10px;
}
.form-wrapper label {
	display: block;
	font-size: 13px;
	font-weight: 300;
	color: #fff;
	margin-bottom: 5px;
}
.form-wrapper input, textarea {
	font-family: 'Yantramanav', sans-serif;
	font-size: 17px;
	font-weight: 400;
	width: 100%;
	height:47px;
	padding-left: 10px;
	padding-right: 10px;
	border: 1px solid #d6d6d7;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.form-wrapper textarea {
	min-height: 115px;
}
.form-wrapper .button  {
	font-size: 21px;
	border: 0;
	font-weight: 700;
}
.sidebar-wrapper .form-wrapper .input-item:nth-child(5), .contact-form-area .input-item:nth-child(5) {
	width: 30%;
	float: left;
}
.sidebar-wrapper .form-wrapper .input-item:nth-child(6), .contact-form-area .input-item:nth-child(6) {
	float: left;
	width: 68%;
}
.sidebar-wrapper .form-wrapper .input-item:nth-child(5), .contact-form-area .input-item:nth-child(5) {
	margin-right: 2%;
}
.sidebar-wrapper .form-wrapper .input-item:nth-child(7), .contact-form-area .input-item:nth-child(7) {
	clear: both;
}
.home-banner-wrapper .owl-theme .owl-nav.disabled + .owl-dots {
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 20px;
}
.home-banner-wrapper .owl-theme .owl-dots .owl-dot span {
    background: #95735d !important;
    border: 2px solid #95735d !important;
}
.home-banner-wrapper .owl-theme .owl-dots .owl-dot.active span, .home-banner-wrapper .owl-theme .owl-dots .owl-dot:hover span {
    background: transparent !important;
    border: 2px solid #fff !important;
}
.our-service {
	padding-top: 70px;
	padding-bottom: 90px;
}
.our-service .section-title {
	font-size: 45px;
}
.service-listing li { position: relative;
	float: left;
	width:24%;
	margin-right: 1.333%;
	/*text-align: center;*/
	padding:120px 20px 20px;
	 
  border-radius: 4px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.09);
 
 

	min-height: 390px;
}
.service-listing li:nth-child(4n+4) {
	margin-right: 0;
}
.service-listing li:nth-child(4n+5) {
	clear: both;
}
.serviceslide .owl-item{padding: 14px;}
.sliditem{padding:120px 20px 20px;  border-radius: 4px;  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.09);min-height: 390px; position: relative;}

.service-listing .icon, .sliditem .icon{min-height: 70px; width:130px; height: 130px; padding: 20px; position: absolute;left: 0;top: 0; z-index: 2; overflow: hidden;}
.service-listing .icon:before, .sliditem .icon:before{content:""; width:130px; height: 125px; background:#FCF0E0; display: block; border-radius:60% 27% 37% 13%; transform: rotate(75deg); position: absolute;left:-15px; top:-20px; z-index: -1;}
.serviceslide.owl-carousel .owl-item img {
    filter: brightness(0) saturate(100%) invert(74%) sepia(37%) saturate(2793%) hue-rotate(343deg) brightness(92%) contrast(88%);
}
.service-listing .icon, .service-listing .title, .sliditem .icon, .sliditem .title {
	margin-bottom: 15px;
}
.service-listing .title, .our-process .title, .sliditem .title {
	font-family: 'Yantramanav', sans-serif;
	font-size: 19px;
	font-weight: 700;
}
.service-listing .short-text, .our-process .short-text, .sliditem .short-text {
	font-size: 15px;
}
.service-listing .short-text p:last-child, .our-process .short-text p:last-child, .sliditem .short-text p:last-child {
	margin-bottom: 0;
	line-height: 1.4;
}
.our-process {
	background: url(../images/our_process_bg.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
	padding-top: 70px;
}
.max-width-1288 {
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
}
.our-process .section-title {
	color: #fff;
}
.our-process li {
	float: left;
	max-width:100%;
/*	margin-right:22px;*/
	background: #fff;
	padding: 25px 24px;
	min-height:405px;
	position: relative;
}
.our-process li:last-child:after {
	display: none;
}
/*.our-process li:last-child {
	margin-right: 0;
}*/
.our-process .icon {
	min-height: 55px;
	margin-bottom: 15px;
}
.our-process .title {
	margin-bottom: 10px;
}
/*.our-process ul {
	margin-bottom: 25px;
}*/
.mCSB_scrollTools {
	opacity: 1!important;
	max-width: 740px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #fff;
	border-radius: 20px;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal {
	height: 12px!important;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
	width: 290px!important;
}
.mCSB_scrollTools .mCSB_draggerRail {
	background: transparent!important;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	height: 10px!important;
	margin: 0 auto!important;
	background: #fff!important;
	opacity: 1!important;
}
.counter-sec-wrapper {
	padding-top:85px;
	padding-bottom: 70px;
}

.scontent{  font-size: 17px;}
.scontent p{margin-bottom: 0;}
.counter-sec-wrapper .section-title{ text-align: left;}

.counter-sec-wrapper ul li {float: left;width: 46%; margin-left: 4%;border: 1px solid #e3e3e3;	padding:25px 20px; min-height: 110px; margin-bottom:4%;}
.counter-sec-wrapper .icon-block {
	float: left; width: 55px;
	margin-right: 10px; text-align: center;
}
.counter-sec-wrapper .content-block {
	font-family: 'Yantramanav', sans-serif;
	font-size:19px;
	font-weight: 400;
	overflow: hidden;
	color: #2b2c2c;
}
.counter-sec-wrapper .content-block span {
	display: block;
	font-size:35px;
	font-weight: 700;
	line-height: 28px;
}
.common-padding.what-our-clients {
	padding-top: 0;
	padding-bottom: 0;
	margin-top: -25px;
}
.testimonial-outer-area { 
	background:#fff;  
	padding: 50px 90px 45px;
	box-shadow: 0px 0px 27.2px 6.8px rgba(0, 0, 0, 0.08);  
	position: relative;
}
.testimonial-item-inner {
	background:#fff;
}
.testimonial-outer-area:after {
	content: "";
	background: url(../images/testimonial_left_img.png) no-repeat;
	background-position: left top;
	filter: brightness(0) saturate(100%) invert(83%) sepia(40%) saturate(5356%) hue-rotate(346deg) brightness(94%) contrast(83%);
	position: absolute;
	width: 95px;
	height: 95px;
	left: 4px;
	top: 4px;
	z-index: 11;
}
.testimonial-outer-area:before {
	content: "";
	background: url(../images/testimonial_right_img.png) no-repeat;
	background-position: right; top;
    filter: brightness(0) saturate(100%) invert(83%) sepia(40%) saturate(5356%) hue-rotate(346deg) brightness(94%) contrast(83%);
	position: absolute;
	width: 95px;
	height: 95px;
	right: 4px;
	bottom: 4px;
	z-index: 11;
}
.testimonial-item-inner img {
	width: auto!important;
}
.review-detail {
	width: 160px;
	float: left;
	text-align: center;
}
.review-detail .testimonial-icon {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;
}
.review-detail .name {
	font-family: 'proxima_novabold';
	font-size: 19px;
	margin-bottom: 5px;
	line-height: 1;
}
.review-detail .details {
	font-size: 16px;
	color: #59595b;
	font-weight: 400;
}
.testimonial-content {
	font-size: 19px;
	font-weight: 400;
	color: #59595b;
	overflow: hidden;
	padding-left: 120px;
	padding-top: 18px;
	padding-bottom: 30px;
	position: relative;
}
.testimonial-content:before {
	content: "";
	background: #ddd;
	width: 1px;
	height: 100%;
	position: absolute;
	left: 57px;
	top: 0;
	bottom: 0;
	z-index: 1;
}
.testimonial-content p {
	line-height: 1.4;
}
.testimonial-content p:last-child {
	margin-bottom: 0;
}
.happy-couple-wrapper {
	background: url(../images/meet_happy_couple_bg.jpg) repeat;
	background-size:contain;
	background-position: center center;
}
.happy-couple-listing .list-item, .best-marriage-wrapper li {
	float: left;
	width:30.722%;
	margin-right: 3.916%;
}
.happy-couple-listing .list-item:last-child {
	margin-right: 0;
}
.happy-couple-listing {
	margin-bottom: 50px;
}
.common-padding.best-marriage-wrapper {
	padding-bottom: 0;
}
.best-marriage-wrapper .top-block-wrapper, .best-marriage-wrapper .section-title {
	text-align: left;
}
.best-marriage-wrapper .section-title {
	margin-bottom: 10px;
}
.best-marriage-wrapper .tagline {
	font-family: 'proxima_novaextrabold';
	font-size: 21px;
	text-transform: uppercase;
	color: #52525a;
	margin-bottom: 20px;
}
.best-marriage-listing li:nth-child(3n+3) {
	margin-right: 0;
}
.best-marriage-listing li:nth-child(3n+4) {
	clear: both;
}
.best-marriage-listing .bmb-inner {
	background: #DD9227;
}
.best-marriage-listing .title {
	font-family: 'proxima_novasemibold';
	font-size: 18px;
	color: #fff;
	padding: 10px 30px;
}
.our-founders .column-left {
	float: left;
	width: 48.5%;
	margin-right: 3%;
}
.our-founders .column-left:nth-child(2) { float: right; margin-right: 0; }

.our-founders .column-right {
	float: right;
	width: 48.5%;
}
.our-founders .img-wrapper {
	border: 1px solid #dedcdd;
}
.our-founders .content-wrapper {
	padding:40px 45px 30px;
	min-height: 250px;
}
.our-founders .content-wrapper p {
	line-height: 1.5;
	margin-bottom: 8px;
}
.our-founders .content-wrapper p:last-child {
	margin-bottom: 0;
}
.founder-details {
	background:#FCF0E0;
	padding: 12px 15px 12px 45px;
	border-top: 1px solid #dedcdd;
}
.founder-img {
	float: left;
	width: 42px;
	height: 42px;
	border-radius: 42px;
	margin-right: 15px;
}
.founder-img img {
	border-radius: 42px;
}
.founder-details-dt {
	overflow: hidden;
}
.founder-details .neme {
	font-size: 18px;
	color: #DD9227;
}
.founder-details .position {
	font-size: 14px;
}
.hover-img {
	position: relative;
	overflow: hidden;
	-webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.hover-img img  {
    vertical-align: middle;
    transform: scale(1);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.hover-img:hover img {
    transform: scale(1.1);
}
/* ========================== Inner Pages css =========================== */
.inner-page-banner {
	position: relative;
	background-repeat: no-repeat!important;
	background-position: center center!important;
	background-size: cover!important;
	height: 400px;
}
.inner-page-banner .content-wrapper {
	position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    max-width: 1200px;
    transform: translate(-50%,-50%);
    text-align: center;
    color: #fff;
}
.inner-page-banner .banner-title {
	font-family: 'Yantramanav', sans-serif;
	font-size: 50px;
	color: #fff;
	font-weight: 700;
	margin-bottom: 0;
} 
.inner-page-header {
	background: #DD9227;
	text-align: center;
	padding-top: 45px;
	padding-bottom: 45px;
}
.inner-page-header .page-title {
	font-family: 'Yantramanav', sans-serif;
	font-size: 55px;
	color: #fff;
	font-weight: 700;
	margin-bottom: 0;
}
.banner-form-block.default {
	position: static;
	max-width: 400px;
	width: auto;
	margin-bottom: 40px;
}
.banner-form-block.default .form-wrapper {
	background: #f5f7f9;
	border: 1px solid #c1c1c1;
	-webkit-border-radius: 1px;
	border-radius: 1px;
}
.banner-form-block.default .form-wrapper input, textarea {
	-webkit-border-radius: 1px;
	border-radius: 1px;
}
.banner-form-block.default .section-title {
	font-size: 26px;
}
.page-with-sidebar .section-title {
	line-height: 1.1;
}
.sidebar-wrapper {
	float: right;
	width: 400px;
	margin-left: 65px;
}
.page-with-sidebar-wrapper .content-wrapper {
	overflow: hidden;
	font-size: 17px;
	color: #59595b;
	margin-bottom: 2rem;
}
.page-with-sidebar-wrapper .content-wrapper p {
	margin-bottom: 20px;
	line-height: 1.7;
}
.page-with-sidebar-wrapper .content-wrapper p:last-child {
	margin-bottom: 0;
}
.cta-section {
	background: #282626;
	height: 89px;
	display: none;
}
.cta-section .column-left  {
	float: left;
	width: 52%;
	background: #282626;
	padding-left: 20px;
	padding-right: 20px;
	color: #fff;
	text-align: right;
	text-transform: uppercase;
}
.cta-section .column-right {
	float: right;
	width: 48%;
	padding-left: 115px;
	position: relative;
	background: #DD9227;
	padding-right: 20px;
	min-height: 89px;
}
.cta-section .column-right:after {
	content: "";
	background: url(../images/cta_triangle_icon.jpg) no-repeat;
	background-position: left top;
	width: 66px;
	height: 89px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 11;
}
.cta-section .column-left, .cta-section .column-right {
	padding-top: 22px;
	padding-bottom: 22px;
}
.cta-section .column-right a {
	display: inline-block;
	vertical-align: middle;
	background: #fff;
	font-family: 'Yantramanav', sans-serif;
	font-size: 22px;
	font-weight: 400;
	color: #DD9227;
	padding: 12px 44px 9px;
	line-height: 1.1;
	text-align: center;
}
.cta-section .column-right a:hover {
	opacity: .9;
}
.cta-btn {
	font-family: 'proxima_novasemibold';
	font-size: 22px;
	text-transform: uppercase;
	padding-top: 10px;
	display: block;
}
.cta-btn a {
	color: #fff;
	padding-left: 15px;
}
.cta-btn a i {
	padding-left: 10px;
	position: relative;
	top: -2px;
}
.max-width966 {
    max-width: 966px;
    margin: 0 auto;
}
.blog-listing .left-col {
    float: left;
    width: 300px;
    margin-right: 40px;
}
.blog-listing .right-col {
    overflow: hidden;
}
.blog-listing .list-item {
    padding-bottom: 45px;
    margin-bottom: 45px;
    border-bottom: 1px solid #ecebeb;
}
.blog-listing .list-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}
.blog-listing .blog-thumnil img {
    -webkit-box-shadow: 4px 4px 12px 0 rgba(0,0,0,.2);
    -moz-box-shadow: 4px 4px 12px 0 rgba(0,0,0,.2);
    box-shadow: 4px 4px 12px 0 rgba(0,0,0,.2);
}
.blog-listing .blog-title {
    font-size: 26px;
    line-height: 1.3;
    margin-bottom: 10px;
}
.blog-listing .meta-post {
	font-family: 'proxima_novasemibold';
    font-size: 13px;
    margin-bottom: 15px;
    color: #aeaead;
}
.blog-listing .meta-post span {
    display: inline-block;
    vertical-align: top;
    margin: 0 8px;
}
.blog-listing .blog-description {
    font-size: 16px;
}
.blog-listing .blog-description,
.blog-listing .blog-description p {
    line-height: 1.5;
}
.blog-listing .blog-description p:last-child {
    margin-bottom: 0;
}
.contact-page-layout {
	background:#f5f7f9;
	border-bottom: 1px solid #ddd;
}
.contact-detail-block {
    float: left;
    width: 460px;
    margin-right: 45px;
}
.contact-form-block {
   overflow: hidden;
}
.contact-form-area {
	padding: 55px 60px;
    background-color: #fff;
    -webkit-box-shadow: 4px 4px 12px 0 rgba(0,0,0,.1);
    -moz-box-shadow: 4px 4px 12px 0 rgba(0,0,0,.1);
    box-shadow: 4px 4px 12px 0 rgba(0,0,0,.1);
}
.contact-form-area .input-item  {
    margin-bottom: 20px;
}
.contact-form-area .input-item:last-child {
	margin-bottom: 0;
}
.contact-form-area .input-item label {
	font-family: 'Yantramanav', sans-serif;
    font-size: 17px;
    font-weight: 700;
}
.contact-form-area input, .contact-form-area textarea, .contact-form-area select {
	width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    border: 1px solid #c2c2c2;
    background-color: #fff;
    border-radius: 1px;
    font-size: 16px;
}
.contact-form-area textarea {
	min-height: 100px;
}
.contact-form-area .button {
	font-size: 20px;
	background: #DD9227;
	border: 0;
	height: auto;
	line-height: 1.1;
	padding: 12px 60px 10px;
	-webkit-border-radius: 4px;
    border-radius: 4px;
}
.address-wrapper .title {
	font-family: 'Yantramanav', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.contact-page-layout .address-wrapper li {
	overflow: hidden;
	margin-bottom: 5px;
}
.contact-page-layout .address-wrapper li:last-child {
	padding-bottom: 0;
}
.contact-page-layout .address-wrapper li i {
	float: left;
	margin-right: 10px;
}
.contact-page-layout .address-wrapper li a {
	display: block;
	overflow: hidden;
}
.contact-page-layout .innner-frm {
	overflow: hidden;
}
.contact-page-layout .form-partner .input-item {
	float: left;
	width: 49%;
	margin-right: 2%;
}
.contact-page-layout .form-partner .input-item:nth-child(2n+2) {
	margin-right: 0;
}
.contact-page-layout .form-partner .input-item:nth-child(2n+3) {
	clear: both;
}
.contact-page-layout .form-partner .input-item:nth-child(9) {
	width: 100%;
	clear: both;
}
.contact-page-layout .address-wrapper .list-item {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #ddd;
}
.success-stories-wrapper {
	padding-bottom: 30px;
}
.success-stories-listing {
	padding: 0;
	margin-right: 0;
	list-style: none;
}
.success-stories-listing li {
    float: left;
    width: 30.722%;
    margin-right: 3.916%;
    position: relative;
    overflow: hidden;
    transition:all 0.4s ease-in-out;
    -webkit-transition:all 0.4s ease-in-out;
    -moz-transition:all 0.4s ease-in-out;
    margin-bottom: 40px;
}
.success-stories-listing li:nth-child(3n+3) {
	margin-right: 0;
}
.success-stories-listing li:nth-child(3n+4) {
	clear: both;
}
.img-success-stories {
   	background-repeat: no-repeat!important;
   	background-size: cover!important;
   	background-position: center center!important;
   	height: 380px;
    transform: scale(1);
	-webkit-transform: scale(1);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.success-stories-listing .caption {

    position: absolute;
    opacity: 0;
    width: 100%;
    top: 315px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.success-stories-listing .blur {
    /*background-color: rgba(0,0,0,0.7);*/
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%,rgba(0, 0, 0, 0.37) 10%,rgba(0, 0, 0, 0.81) 100%);
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%,rgba(0, 0, 0, 0.37) 10%,rgba(0, 0, 0, 0.81) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%,rgba(0, 0, 0, 0.37) 10%,rgba(0, 0, 0, 0.81) 100%);
    height: 170px;
    width: 100%;
    z-index: 5;
    position: absolute;
}
.success-stories-listing .caption-text {
    z-index: 10;
    color: #fff;
    position: absolute;
    width: 100%;
    height: 170px;
    padding: 15px;
    text-align: center;
    top: 20px;
}
.caption-text p:last-child {
	margin-bottom: 0;
}
.success-stories-listing .caption-text .title {
	font-family: 'Yantramanav', sans-serif;
	font-weight: 700;
	color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 10px;
}
.storyslid{ margin-bottom: 50px;}
.storyitem{overflow: hidden;}
.success-stories-listing li:hover .caption, .success-stories-listing .storyitem:hover .caption{
	width: 100%;
    opacity: 1;
    transform: translateY(-100px);
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    -o-transform: translateY(-100px);
}
.success-stories-listing li:hover .img-success-stories, .success-stories-listing .storyitem:hover .img-success-stories {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
} 
.happy-couple-wrapper .success-stories-listing li {
	margin-bottom:50px;
}
.page-with-sidebar-wrapper .content-wrapper ul {
	margin-bottom: 20px;
}
.page-with-sidebar-wrapper .content-wrapper ol {
	margin-bottom: 20px;
	list-style: decimal;
	padding-left: 30px;
}
.page-with-sidebar-wrapper .content-wrapper li {
	vertical-align: middle;
	margin-bottom: 15px;
}
.page-with-sidebar-wrapper .content-wrapper ul li {
	background: url(../images/bullet_icon.png) no-repeat;
	background-position: left 8px;
	padding-left: 22px;
	margin-bottom: 15px;

}
/* ========================== footer css =========================== */
.site-footer {
	background: url(../images/footer_bg.jpg) no-repeat;
	background-size: 100% 100%;
	background-position: center center;
}
.footer-top {
	font-size: 15px;
	padding-top: 60px;
	padding-bottom: 45px;
}
.ft-column {
	float: left;
	margin-right:4%;
}
.ft-column:last-child {
	margin-right: 0;
}
.ft-column.one {
	width: 25%;
}
.ft-column.two {
	width: 22%;
}
.ft-column.three {
	width: 45%;
}
.ft-title {
	font-family: 'Yantramanav', sans-serif;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.contact-detail-block .ft-title{ color:#000; }
.footer-top a {
	color: #fff;
}
.ft-logo {
	margin-bottom: 30px;
}
.social-link, .links {
	padding-left: 0;
	margin: 0;
	list-style:none;
}
.social-link li {
	display: inline-block;
	vertical-align: middle;
	margin-right: 22px;
}
.footer-top li a {
	display: block;
	-webkit-transition: all 0.3s ease-out;  
    transition: all 0.3s ease-out;
}
.footer-top li a:hover {
	opacity: .6;
}
.footer-top .links li {
	margin-bottom: 15px;
	display: block;
}
.footer-top .address-wrapper .list-item {
	margin-bottom: 20px;
}
.footer-top .address-wrapper .list-item:last-child {
	margin-bottom: 0;
}
.footer-top .address-wrapper li {
	margin-bottom: 2px;
	display: block;
	overflow: hidden;
}
.footer-top .address-wrapper .list-item:last-child li {
	display: inline-block;
	vertical-align: middle;
	margin-right: 30px;
}
.footer-top .address-wrapper li:last-child {
	margin-bottom: 0;
}
.footer-top .address-wrapper li a {
	overflow: hidden;
	color: #fff;
}
.footer-top .address-wrapper li i {
	float: left;
	margin-right: 10px;
	vertical-align: top;
} 
.footer-bottom {
	background-color:rgba(0,0,0,0.2);
	font-size: 13px;
	padding: 20px 0;
    color: #fff;
}
.footer-bottom .copyright-text {
    float: left;
    font-size: 13px;
    padding-top: 4px;
}
.footer-bottom .design-by {
    float: right;
}
.footer-bottom .design-by a {color: #fff;}
.cta-sec {
	background: #f5f7f9;
	padding: 30px 0;
}
.cta-sec ul {
	list-style: none;
	padding-left: 0;
	margin:0;
}
.cta-sec li {
	width: 33.333%;
	float: left;
	padding: 0 20px;
	text-align: center;
}
.cta-sec .icon-box {
	width: 55px;
	margin: 0 auto 15px;
}
.cta-sec .text-box {
	font-size: 22px;
	font-weight: 500;
}
.modal-content.call-back-frm {
	max-width: 340px;
	margin: 0 auto;
}
.call-back-frm .close {
	font-size: 30px;
	opacity: .4;
}
.call-back-frm .modal-header {
	border-bottom: 0;
	padding: 20px 20px 15px 20px;
}
.call-back-frm .modal-title {
	font-family: 'Yantramanav', sans-serif;
	font-size: 22px;
}
.call-back-frm .modal-body {
	padding: 0 20px 20px;
}
.call-back-frm form .input-item {
	margin-bottom: 10px;
}
.call-back-frm form .input-item:last-child {
	margin-bottom: 0;
}
.call-back-frm form label {
	display: block;
	margin-bottom: 5px;
}
.call-back-frm form input {
	font-family: 'Yantramanav', sans-serif;
	font-size: 17px;
	font-weight: 400;
	width: 100%;
	height: 47px;
	padding-left: 10px;
	padding-right: 10px;
	border: 1px solid #d6d6d7;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.call-back-frm form .button {
	border:1px solid #DD9227;
	font-weight: 700;
	margin-top: 5px;
}
.communitysec{text-align: center; padding:0 0 70px;}
.communitysec .section-title small{ font-size: 20px; color:#27272a; }
.communitysec p strong{display: block;}
.common-padding.blog_page {
	padding-top: 45px;
	padding-bottom: 45px;
}
.blog_page .title-with-border {
	margin-bottom: 40px;
}
.videos-lp .list2 {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.videos-lp .list2 > li {
    width: 50%;
    padding: 15px;
}
.videos-lp iframe {
	max-width: 100%;
}
@media screen and (max-width:1620px) {
	.home-banner-wrapper .banner-items {
		height: 675px;
	}
	.our-service {
		padding-top: 75px;
	}
	.inner-page-header {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.inner-page-banner .banner-title {
		font-size: 45px;
	}
}
@media screen and (max-width:1320px) {
	.max-width-1288 {
		padding-left: 15px;
		padding-right: 15px;
	}
	.inner-page-banner .banner-title {
		font-size: 45px;
	}
	.topmenu > ul > li > a {
		font-size: 16px;
		padding-left: 7px;
		padding-right: 7px;
	}
	.topmenu {
		padding-right: 190px;
	}
}
@media screen and (max-width:1229px) {
	.site-width, .inner-page-banner .content-wrapper {
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media screen and (max-width:1279px) {
	.home-banner-wrapper .banner-items {
		height: 644px;
	}
	.banner-text-block .banner-title {
		font-size: 20px;
	}
	.form-wrapper .section-title {
		font-size: 20px;
	}
	.inner-page-header .page-title {
		font-size: 45px;
	}
	.inner-page-banner {
		height: 300px;
	}
}
@media screen and (max-width:1165px) {
	.counter-sec-wrapper .content-block{font-size: 18px; padding-right: 30px;}
	.topmenu {
		padding-right: 166px;
	}
	.topmenu > ul > li > a {
		font-size: 14px;
		padding-left: 5px;
		padding-right: 5px;
	}
	.topmenu > ul > li:last-child a {
		min-width: 150px;
	}
	.logo {
		max-width: 260px;
	}
	.home-banner-wrapper .banner-items {
		height: 500px;
	}
	.banner-text-block .banner-title {
		font-size: 45px;
	}
	.banner-text-block .short-text {
		font-size: 24px;
	}
	.form-wrapper {
		padding-top: 30px;
		padding-bottom: 35px;
	}
	.form-wrapper .section-title {
		font-size: 17px;
		line-height: 1.1;
	}
	.section-title {
		line-height: 1.1;
	}
	.title-with-border {
		margin-bottom: 45px;
	}
	.our-service {
		padding-top: 50px;
		padding-bottom: 60px;
	}
	.our-service .section-title {
		font-size: 45px;
	}
	.service-listing li {
		min-height: 445px;
		padding-left: 15px;
		padding-right: 15px;
	}
	.common-padding {
		padding-top:50px;
		padding-bottom: 60px;
	}
	.counter-sec-wrapper {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.counter-sec-wrapper .content-block span {
		margin-bottom: 5px;
	}
	.counter-sec-wrapper .content-block {
		font-size: 18px;
	}
	.common-padding.what-our-clients {
		padding-bottom: 0;
	}
	.contact-form-area {
		padding: 40px;
	}
	.success-stories-wrapper {
		padding-bottom: 20px;
	}
	.our-founders .content-wrapper {
		min-height:300px;
	}
	.videos-lp iframe {
		max-width: 100%;
		height: 270px;
	} 

}
@media screen and (max-width: 1023px) { 
	.header-main {
		padding-left: 15px;
		padding-right: 15px;
	}
	.navicon {
		display: block; 
		float: right; 
		cursor: pointer; 
		position: absolute; 
		top:76px; 
		right:15px; 
		z-index: 99; 
		width:25px; 
		height: 30px; 
		padding-top: 15px;
	}
	.navicon span { 
		width:18px; 
		height: 2px;
		background:#203351; 
		position: relative; 
		display: block;
	}
	.navicon span:before, .navicon span:after {
		content:"";
		width: 25px; 
		height: 2px; 
		background:#203351; 
		display: block; 
		position: absolute; 
		left: 0;
	}
	.navicon span:after { 
		width: 18px;  
	}
	.navicon span:before {
		top: -6px;   
	}
	.navicon span:after {
		bottom: -7px; 
	}
	/*REMOVE FOR*/
	.active span:before, .navicon span:after { 
		width: 18px; 
	}
	.navicon.active {
		position: fixed; 
		top: 30px; 
		right: 15px;
	}
	.navicon.active span {
	 	background: none;
	}
	.navicon.active span:before { 
		transform: rotate(-48deg);
	}
	.navicon.active span:after { 
		transform: rotate(45deg); bottom: 6px;
	}
	.topmenu { 
		box-shadow: 0 0 3px #ccc; 
		position: 
		fixed;
		top: 0;
		right: 0; 
		z-index: 98; 
		width: 250px; 
		padding:50px 15px 40px; 
		height: 100%; 
		overflow-x: hidden;
		background: #fff; 
		overflow: auto; 
		-webkit-font-smoothing: antialiased;  
		transform-origin: 0% 0%;  
		transform: translate(100%, 0);  
		transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
	}
	.topmenu.showmenu { 
		transform: translate(0%, 0); 
	}
	.topmenu > ul > li {
		width: 100%; 
		position: relative;
	} 
	.topmenu > ul > li > a {
		padding:10px 15px;
		font-size: 16px; 
		line-height: 20px; 
		border: none!important;
	}
	.plusicon {
	    display: block;
	    position: absolute;
	    z-index: 101;
	    right: 0;
	    top: 5px;
	    cursor: pointer;
	}
	.plusicon::after {
	    content: "+";
	    display: inline-block;
	    width: 30px;
	    height: 30px;
	    text-align: center;
	    line-height: 30px;
	    font-size: 24px;
	    color: #222;
	}
	.plusicon.minus_icon:after {
		font-size: 0;
	}
	.minus_icon::before {
	    content: "";
		width: 12px;
		position: absolute;
		background: #222;
		height: 2px;
		right: 9px;
		top: 15px;
	}
	.topmenu li:hover .sub-menu {
		display: none;
	}
	.sub-menu.megamenu {
		width: 100%;
		padding: 0;
	}
	.sub-menu.megamenu li {
		float: none;
		width: 100%;
	}
	.topright {
		margin-right:50px;
	}
	.sub-menu {
		border-top: 0;
		background: none;
		display: none;
		position: static;
		left: auto;
		right: auto;
		top: auto;
		bottom: auto;
		width: 100%;
		box-shadow: none;
	}
	.sub-menu li a {
		border-bottom: 0;
	}
	.sub-menu li a:hover {
		background: none;
		color: #DD9227;
	}
	.topmenu > ul > li:last-child {
		position: static;
		right: auto;
		top: auto;
	}
}
@media screen and (max-width: 991px) { 
	.counter-sec-wrapper .content-block{padding-right: 0}
.homeform .input-item{padding-right: 5px;}
textarea::placeholder, input::placeholder {font-size: 16px; }
	.home-banner-wrapper .banner-items {
		height: 400px;
	}
	.home-banner-wrapper .banner-inner-area {
		max-width: 92%;
		height: auto;
		position: static;
		text-align: center;
		transform: none;

	}
	.home-banner-wrapper .banner-text-block {
		float: none;
		width: 100%;
		margin-right: 0;
		display: table-cell;
		vertical-align: middle;
	}
	.banner-text-block .banner-title {
		font-size: 42px;
		margin-bottom: 10px;
	}
	.homeform {
		background: #ffe7ea;
		padding: 40px 0;
	}
	.banner-form-block {
		position: static;
		width: 100%;
		right: auto;
		bottom: auto;
	}
	.form-wrapper {
		padding: 20px 45px;
	}
	.form-wrapper .section-title {
		font-size: 26px;
	}
	.common-padding.our-service {
		padding-bottom: 30px;
	}
	.service-listing li {
		width: 48%;
		margin-right: 4%;
		margin-bottom: 30px;
		min-height: 320px;
	}
	.service-listing li:nth-child(4n+4) {
		margin-right: 4%;
	}
	.service-listing li:nth-child(4n+5) {
		clear: none;
	}
	.service-listing li:nth-child(2n+2) {
		margin-right: 0;
	}
	.service-listing li:nth-child(2n+3) {
		clear: both;
	}
	.service-listing .title br, .our-process .title br {
		display: none;
	}
	 
	.counter-sec-wrapper ul li{ width: 48%; margin:2% 2% 0 0;}

	.counter-sec-wrapper ul li:nth-child(2n+3) {
		clear: both;
	}
	.testimonial-outer-area {
		padding:40px;
	}
	.testimonial-content {
		font-size: 16px;
	}
	.best-marriage-listing .title {
		padding-left: 15px;
		padding-right: 15px;
	}
	.common-padding.our-founders {
		padding-top: 60px;
	}
	.inner-page-header .page-title {
		font-size: 40px;
	}
	.cta-sec li {
		padding-left: 10px;
		padding-right: 10px;
	}
	.cta-sec .text-box {
		font-size: 18px;
	}
}
@media screen and (max-width:959px) {
	.contact-detail-block {
		float: none;
		width: 100%;
		margin-right: 0;
		margin-bottom: 35px;
	}
	.sidebar-wrapper {
		float: none;
		width: 100%;
		margin-bottom: 35px;
		margin-left: 0;
	}
	.banner-form-block.default {
		max-width: 100%;
	}
	.sidebar-wrapper .img-box-area {
		text-align: center;
	}
	.success-stories-listing li {
		width: 47.5%;
		margin-right: 5%;
	}
	.success-stories-listing li:nth-child(3n+3) {
		margin-right: 5%; 
	}
	.success-stories-listing li:nth-child(3n+4) {
		clear: none; 
	}
	.success-stories-listing li:nth-child(2n+2) {
		margin-right: 0; 
	}
	.success-stories-listing li:nth-child(2n+3) {
		clear: both;
	}
	.our-founders .content-wrapper {
		padding:30px;
		min-height: 330px;
	}
	.founder-details {
		padding-left: 30px;
	}
}
@media screen and (max-width: 767px) {
	.pop_up{width: 90%!important;}
	.accordion-header{font-size: 14px!important;}
	.blog-sec-list ul li{flex-basis: 100%!important;}
	.home-banner-wrapper .banner-items img:first-child{display: block!important;}
	.homeform .input-item{width: 50%;}
	.homeform .form-wrapper .input-item:last-child{width: 30%;}
	.home-banner-wrapper .banner-items, .home-banner-wrapper .banner-inner-area {
		height: 360px;
		background: none!important;
	}
	.banner-text-block .banner-title {
		font-size: 38px;
	}
	.common-padding, .counter-sec-wrapper {
		padding-top: 45px;
	}
	.common-padding.our-service, .counter-sec-wrapper {
		padding-bottom: 20px;
	}
	.our-service .section-title, .section-title {
		font-size: 35px;
	}
	.service-listing li {
		min-height: 370px;
	}
	.counter-sec-wrapper .content-block span {
		font-size: 35px;
	}
	.best-marriage-listing .title {
		font-size: 16px;
	}
	.footer-top {
		padding-top: 45px;
		padding-bottom: 30px;
	}
	.ft-column {
		width: 45%!important;
		margin-right: 10%;
		margin-bottom: 30px;
	}
	.ft-column:nth-child(2n+2) {
		margin-right: 0;
	}
	.ft-column:nth-child(2n+3) {
		clear: both;
	}
	.ft-column:last-child {
		margin-bottom: 0;
	}
	.contact-form-area {
		padding: 30px 35px;
	}
	.blog-listing {
		text-align: center;
	}
	.blog-listing .left-col {
		float: none;
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
		text-align: center;
	}
	.cta-section .column-left {
		padding-left: 15px;
		padding-right: 15px;
	}
	.cta-section .column-right {
		padding-left: 95px;
		padding-right: 15px;
	}
	.our-founders .content-wrapper {
		min-height: 430px;
	}
	.cta-sec .text-box span {
		display: block;
		margin-bottom: 2px;
	}
	.cta-sec .icon-box {
		margin-bottom: 10px;
	}
}
@media screen and (max-width:639px) {
	.home-banner-wrapper .banner-items, .home-banner-wrapper .banner-inner-area {
		height: auto;
	}
	.banner-text-block .banner-title {
		font-size: 17px;
	}
	.banner-text-block .short-text {
		font-size: 16px;
	}
	.our-service .section-title, .section-title {
		font-size: 30px;
	}
	.testimonial-outer-area {
		padding-top: 25px;
		padding-bottom: 30px;
	}
	.review-detail {
		width: 100%;
		float: none;
		margin-right: 0;
	}
	.review-detail .testimonial-icon {
		margin-bottom: 15px;
	}
	.testimonial-content::before {
		display: none;
	}
	.testimonial-content {
		padding-left: 35px;
		padding-bottom: 0;
	}
	.testimonial-content::after {
		top: 34px;
		left: 0;
	}
	.footer-top {
		padding-top: 35px;
	}
	.ft-column {
		float: none;
		width: 100%!important;
		margin-right: 0;
	}
	.footer-top .links li {
		margin-bottom: 10px;
	}
	.inner-page-header {
		padding-top: 25px;
		padding-bottom: 25px;
	}
	.inner-page-header .page-title {
		font-size: 35px;
	}
	.common-padding.contact-page-layout {
		padding-top: 35px;
		padding-bottom: 45px;
	}
	.page-with-sidebar .section-title {
		font-size: 22px;
	}
	.inner-page-banner .banner-title {
		font-size: 32px;
	}
	.inner-page-banner {
		height: 280px;
	}
	.service-listing li {
		min-height: 390px;
	}
	.happy-couple-listing .list-item, .best-marriage-wrapper li {
		float: none;
		width: 100%;
		max-width: 370px;
		margin-right: auto!important;
		margin-left: auto!important;
	}
	.happy-couple-listing .list-item, .best-marriage-wrapper li, .happy-couple-wrapper .success-stories-listing li {
		margin-bottom: 35px;
	}
	.happy-couple-listing .list-item:last-child, .best-marriage-wrapper li:last-child {
		margin-bottom: 0;
	}
	.happy-couple-wrapper .success-stories-listing {
		margin-bottom: 50px;
	}
	.best-marriage-wrapper, .best-marriage-wrapper .top-block-wrapper, .best-marriage-wrapper .section-title  {
		text-align: center;
	}
	.top-block-wrapper {
		margin-bottom: 35px;
	}
	.best-marriage-listing .title {
		font-size: 18px;
	}
	.our-founders .column-left {
		float: none;
		width: 100%;
		margin-right: 0;
		margin-bottom: 35px;
	}
	.our-founders .column-right {
		width: 100%;
		float: none;
	}
	.cta-section .column-right a {
		padding-left: 30px;
		padding-right: 30px;
	}
	.cta-btn {
		font-size: 19px;
	}
	.success-stories-listing li {
		float: none;
		width: 100%;
		max-width: 400px;
		margin-right: auto!important;
		margin-left: auto!important;
	} 
	.success-stories-listing li:last-child {
		margin-bottom: 0;
	}
	.our-founders .content-wrapper {
		min-height: 1px;
		padding-left: 15px;
		padding-right: 15px;
	}
	.founder-details {
	    padding-left: 15px;
	}
	.cta-sec li {
		width: 100%;
		float: none;
		margin-bottom: 15px;
		padding: 15px;
		border:1px solid #ddd;
	}
	.cta-sec li:last-child {
		margin-bottom: 0;
	}
	.product_imgaes_wrap .gc-zoom {
		display: none!important;
		position: relative!important;
		width: auto!important;
		height: auto!important;
	}
}
@media screen and (max-width:567px) {
	.service-listing li {
		width: 100%;
		float: none;
		margin-right: 0;
		min-height: 1px;
	}
	.service-listing .icon {
		min-height: 1px;
	}
	.title-with-border {
		margin-bottom: 32px;
	}
	.testimonial-outer-area {
		padding-left: 20px;
		padding-right: 20px;
	}
	.contact-form-area {
		padding-left: 20px;
		padding-right: 20px;
	}
	.cta-section {
		height: auto;
	}
	.cta-section .column-left, .cta-section .column-right {
		float: none;
		width: 100%;
		text-align: center;
		padding-left: 15px;
		padding-right: 15px;
	}
	.cta-section .column-right:after {
		display: none;
	}
	.contact-page-layout .form-partner .input-item {
		width: 100%;
		float: none;
		margin-right: 0;
	}
	.videos-lp .list2 {
		display: block;
	}
	.videos-lp .list2 > li {
		width: 100%;
		padding-top: 5px;
		padding-bottom: 6px;
	}
	.common-padding.blog_page {
		padding-bottom: 35px;
	}
}
@media screen and (max-width:479px) {
	.homeform .input-item {width: 100%;	padding-right: 0;}
	.counter-sec-wrapper .icon-block{height: 50px;}

	.counter-sec-wrapper .content-block, .homeform .form-wrapper .input-item:last-child {width: 100%;}
	.logo {
		max-width: 265px;
	}
	.navicon {
		/*top: 20px;*/
	}
	.banner-text-block .banner-title {
		font-size: 16px;
	}
	.form-wrapper {
		padding-left: 20px;
		padding-right: 20px;
	}
	.form-wrapper .section-title {
		font-size: 20px;
	}
	.counter-sec-wrapper .icon-block {
		width: 40px;
		margin-right: 10px;
	}
	.counter-sec-wrapper .content-block {
		font-size: 14px;
	}
	.footer-bottom {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.footer-bottom .copyright-text, .footer-bottom .design-by {
		float: none;
		width: 100%;
		text-align: center;
	}
	.footer-bottom .copyright-text {
		padding-bottom: 5px;
	}
}
@media screen and (max-width:379px) {
	.our-process li {
		padding-left: 15px;
		padding-right: 15px;
		max-width: 92%;
		margin-right: 30px;
	}
	.our-process li::after {
		right: -58px;
	}
}

.comsec{border:1px solid #ccc; padding: 15px; min-height: 110px; margin-bottom: 15px;}
.comsec p{margin-bottom: 0}
.gallerypage{padding: 50px 0;}
.gallerypage .success-stories-listing .caption{ top: 250px }
.gallerypage .success-stories-listing .caption-text{ height: 275px; }
.gallerypage .success-stories-listing .blur{height: 230px;}
.glist{margin: 0 -10px;}
.glist > li{ width:33.33%; padding: 10px; float: left; }
.gallerylist{position: relative;}
.gallerylist .imgsec{line-height: 400px; text-align: center; background:#ccc;}
.gallerylist .imgsec img{ max-height: 396px; max-width: 100%; }
.gallerylist .gtitle{position: absolute; left: 0; bottom: 0; padding: 15px; background: #000; color:#fff; }


.formfild-name{display: none;}
.landingpage .content-wrapper{ text-align: left; padding-right:500px; font-size: 17px; line-height: 1.5; }
.landingpage .banner-title {text-shadow: 2.194px 2.046px 0px rgba(0, 0, 0, 0.33);}
.landingcontent .banner-form-block{ position: relative; margin-top: -300px;}
.upper_cbox{background:#fff; padding: 30px; text-align: center; position: relative;}
.upper_cbox:after{left: 45%;bottom: -46px;border: solid transparent;content: " ";height: 0;width: 0;position: absolute;pointer-events: none;border-color: rgba(183, 16, 38, 0);border-left-color: #fff;border-width: 23px;margin-top: 0px;transform: rotate(90deg);}

.inner-page-banner.landingpage{height: 450px;}
.landingpage p{font-size: 20px; line-height: 1.3; margin-top: 10px;}
.landingpage p span{font-size: 26px; font-weight: bold;}
.landingcontent .banner-form-block.default .form-wrapper{ background:#ca152d;  border: none; }
.banner-form-block.default .section-title {text-align: center; padding-bottom: 25px; /*border-bottom: 1px solid #e4374e;*/}
.banner-form-block.default .form-wrapper label {color: #000;}
.landingcontent .title-with-border::after { display: none; }
.landingcontent input{border-radius:3px!important; border: none;}
.landingcontent input.button.btnContact{ height: 52px; background:#ac1024; border-bottom: 5px solid #83101f;  }
.landingcontent  h3{color:#2b2c2c;}
.landingcontent .form-wrapper .input-item {margin-bottom: 15px;}
.landingcontent .formfild-name {display: block;	font-size: 15px;margin-bottom: 2px;}
.landingcontent input::placeholder {color: transparent;}
.landingcontent input::-webkit-input-placeholder {color: transparent; }
.landingcontent input:-moz-placeholder {color: transparent;}
.landingcontent input::-moz-placeholder {color: transparent;}
.landingcontent input:-ms-input-placeholder {color: transparent;    }
.cboxs {text-align: center;	background: #faefee;padding: 30px 50px;	border: 2px solid #f1bfba;	font-size: 22px;}
.cboxs a{font-weight: bold; font-size: 26px; color:#DD9227}
.landingcontent .content-wrapper ul li{color:#2b2c2c; background: url(../images/bullets.png) no-repeat;background-position: left 2px;	padding-left:30px; font-weight: bold;}

.topstrip {background: #DD9227; color: #fff; padding: 5px 10px; font-size: 14px; display: flex;justify-content: space-between;flex-wrap: wrap;align-items: center;}
.topstrip p{margin-bottom: 0;}
.topstrip a{color: #fff;transition: all .5s ease;}
.topstrip a:hover{opacity: .7;}
@media screen and (max-width:1440px) {
.inner-page-banner.landingpage{height: 400px;}
}

@media screen and (max-width:991px) {
	.inner-page-banner.landingpage{height: 350px;}
.landingcontent .banner-form-block{margin-top: 0}
.upper_cbox{border:1px solid #ccc; border-bottom: 0; padding-bottom: 10px;}
.landingpage .content-wrapper{padding-right: 0;}
.upper_cbox:after{}

}

@media screen and (max-width:991px) {
	.inner-page-banner.landingpage{height: 300px;}
	.landingpage p {font-size: 18px;}
}

/*blog*/
.blog-sec-list ul{

    display: flex;

    align-items: flex-start;

    justify-content: flex-start;

    flex-wrap: wrap;

}

.blog-sec-list ul li{

    flex-basis: 33%;

    margin-bottom: 15px;

}

.blog-sec-list ul li .blog-sec{

    padding: 0 8px;

}
/*.blog-sec a {
    border: 1px solid #d8d8d8;
}*/

.blog-sec-list ul li .b-sec{

    padding: 20px 0!important;

}

.blog-sec-list ul li a{

    display: inline-block;

    width: 100%;

}

.blog-sec-list ul li .blog-img{

    width: 100%;

    height: 210px;

    overflow: hidden;

}

.blog-sec-list ul li .blog-img img{

    width: 100%;

    height: 100%;

    object-fit: cover;

    object-position: center;

}

.blog-sec-list ul li .blog-sec .date{

    font-size: 15px;

    font-weight: 500;

    margin-bottom: 5px;

    display: flex;

}

.blog-sec-list ul li .blog-sec .date i{
    color: #DD9227;
    font-size: 20px;
    margin-right: 1rem;
}

.blog-sec-list ul li .blog-sec .btitle{

    font-size: 18px;

    font-weight: 600;

    min-height: inherit;

    white-space: normal;

    overflow: hidden;

    text-overflow: ellipsis;

    display: -webkit-box;

    -webkit-line-clamp: 2;

    -webkit-box-orient: vertical;

}

.blog-sec-list ul li:hover a{

    color: #DD9227;

}

.sblog ul li{display: block; width: 100%; float: left; margin-bottom: 10px;}

.sblog ul li h3{font-size: 15px; font-weight: 500; margin-top: 0; overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}

.sblog ul li .sidelist a{display: inline-block;width: 100%}

.sblog ul li .sblogimg{width: 50px; height: 50px; border-radius: 50%; float: left; margin-right: 10px; overflow: hidden;}

.sblog ul li .sblogimg a{width: 100%; height: 100%;}

.sblog ul li .sblogimg img{height: 100%; width: 100%;object-position: center;object-fit: cover;}

.yellow_box{background: #ffe9b6;border: 1px solid #e1a008;border-radius: 15px;}
.yellow_box strong{color: #e1a008;}

.orange_box{background: #fef2e7;border: 1px solid #f4963f;border-radius: 15px;}
.orange_box .strong{color: #f4963f;}

.pink_box{background: #fbe5ee;border: 1px solid #f55697;border-radius: 15px;}
.pink_box .strong{color: #f55697;}

.purple_box{background: #f3ecf8;border: 1px solid #b962f7;border-radius: 15px;}
.purple_box .strong{color: #b962f7;}
.blogpage{display: flex;flex-wrap: wrap;justify-content: space-between;}
.bdetail {width: 70%;}
.sidebar {width: 28%;padding: 8px 15px;margin-bottom: 20px;list-style: none;background-color: #f5f5f5;border-radius: 4px;}
.sidebar .imgsec {width: 50px;height: 50px;border-radius: 50%;float: left;margin-right: 10px;overflow: hidden;}
.sidebar .imgsec img{width: 100%;height: 100%;object-fit: cover;}
.dtbg {margin-bottom: 15px;}
.mb-2{margin-bottom: 8px;}
.blogbox {margin-bottom: 2rem;}
.innerheading_flex {display: flex;justify-content: space-between;align-items: center;flex-wrap: wrap;margin-bottom: 20px;}
.innerheading_flex .heading{margin-bottom: 0;}
.process_slider .icon{position: static;height: 75px;padding: 20px 0;}
.process_slider .icon:before{display: none;}
.process_slider .icon img{width: auto!important;filter: brightness(0) saturate(100%) invert(83%) sepia(40%) saturate(5356%) hue-rotate(346deg) brightness(94%) contrast(83%);}
.process_slider .owl-nav button span {color: #000;font-size: 8rem;height: 40px;display: flex;align-items: center;justify-content: center;width: 100%;margin-bottom: 1rem;}
.process_slider .owl-nav{display: flex;align-items: center;justify-content: space-between;position: absolute;width: 100%;height: 40px;top: 50%;transform: translateY(-50%);}
.counter-sec-wrapper .icon-block img{filter: brightness(0) saturate(100%) invert(83%) sepia(40%) saturate(5356%) hue-rotate(346deg) brightness(94%) contrast(83%);}
.moretext {
    display: none;
}
.moretext.active {
    display: inline;
}
.moreless-button {
    display: inline;
    color: #DD9227;
    font-weight: 600;
    cursor: pointer;
}
.moreless-button:hover {
    opacity: 0.7;
}
.welcome-text-box p {
    display: inline;
}
.welcome-text-box {
    width: 88%;
    margin: 0 auto;
    font-weight: 300;
    line-height: 26px;
    font-size: 16px;
}
.welcome-text {
    text-align: center;
    margin: 0 auto;
    width: 100%;
    height: auto;
    padding: 70px 0px;
}
  .top_content {
    padding-bottom: 20px;
}
.top_content .section-title {
    margin-bottom: 35px;
}

@media (min-width: 1080px) and (max-width: 1440px) {
	.home-banner-wrapper .banner-inner-area{max-width: 32%;    transform: translate(-20%, -50%);}
	.banner-text-block .banner-title{padding:1rem;}
	.banner-text-block .short-text{padding-bottom: 22px;}
}

@media screen and (max-width: 767px) {
	.number_list>li {width: calc(100% / 2)!important;}
	.bdetail {width: 100%;}
	.sidebar {width: 100%;}
	.btext h2{font-size: 2.5rem;}
	.topstrip{justify-content: center;}
	.topstrip p {margin-bottom: 0;font-size: 1.2rem;}
	.process_slider .owl-nav{left: -1rem;    width: calc(100% + 2rem);}
	.process_slider .owl-nav button span{color: #fff;}
	.our-process li{margin: 0 auto !important;float: none;}
}

.bdetail a {color: #DD9227;transition: all .5s ease;}
.bdetail a:hover{color: #000;}
.accordion-header {
	background: #FCF0E0;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 16px;
    margin-bottom: 0;
    /* text-transform: uppercase; */
    font-size: 16px;
    color: #525257;
    line-height: 1.5;
    font-weight: 600;
    border-radius: 0 !important;
}
.accordion-collapse {
    background: #fff;
    padding: 16px;
	display: none;
}
.accordion-item {
    border: 1px solid #e5c7a0;
    margin-bottom: 16px;
}
.accordion-body p {
    margin-bottom: 0;
}
.accordion-header i{transform: rotate(180deg);}
.accordion-header.active i{transform: rotate(0);}
/* .faq_main {margin-bottom: -32px;} */
.breadcrumbs ul {display: flex;justify-content: center;}
.breadcrumbs ul li, .breadcrumbs ul li a {font-weight: 300;color: #fff;margin: 0 3px;}
.ht-100{height: 100%;max-height: 445px;}
.breadcrumbs {
    margin-top: 1rem;
}
.mb_4{margin-bottom: 4rem;}
.ftr_adrs_new li{display: block!important;}
.help_btn a {
    padding: .92857rem 1.57143rem;
    border-radius: 999rem;
    font-size: 18px;
    background-color: #555555;
    color: #FFFFFF;
    fill: #FFFFFF;
    display: flex;
    column-gap: 6px;
    font-weight: 600;
    letter-spacing: 0.7px;
}
.help_btn {
     position: fixed; 
    bottom: 15px;
    right: 28px;
    z-index: 999;
}
.help_btn a:hover {
    background: #e83f55;
}


.number_list {display: flex;flex-wrap: wrap;background: #f7f7f7;padding: 2rem;margin: -.3rem;margin-bottom: 2rem;}
.number_list>li {width: calc(100% / 5);padding: .3rem;list-style: none;}
.number_list>li p {margin-bottom: 0;border: 1px solid #ccc;padding: 0 .5rem;}
.btext h3{margin-bottom: 1rem;margin-top: 2rem;}
.page-with-sidebar-wrapper .content-wrapper h3{margin-bottom: 1rem;}
.btext ul {list-style: disc;padding-left: 1.7rem;margin-bottom: 2rem;}
.btext ul li {font-style: normal;color: #27272a;font-size: 16px;    line-height: 1.5;}
.btext ul li p {margin-bottom: 0;}
.btext p {margin-bottom: 12px;}
.pop_up { position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); background: #fff;    width: 430px;padding: 2rem 0;z-index: 99;}
.pop_up h3 {font-family: 'Yantramanav', sans-serif;font-weight: 700;text-align: center;margin-bottom: 2rem; }
.backdrop { position: fixed; background: #0000008a; width: 100%; left: 0; height: 100%; display: block; top: 0;z-index: 99; }