/* Table of Content
==================================================
	#Homepage Styles
	#Page Styles
	#Media Queries
	#Font-Face */

@font-face {
	font-family: 'Aureola-Regular';
	src: url('fonts/Aureola-Regular.ttf') format('truetype');
	font-weight: normal;
}
@font-face {
	font-family: 'Aureola-Italic';
	src: url('fonts/Aureola-Italic.ttf') format('truetype');
	font-weight: normal;
}
@font-face {
	font-family: 'Cherolina';
	src: url('fonts/Cherolina.ttf') format('truetype');
	font-weight: normal;
}

html, body, #wrapper {
	height: 100%;
	scroll-behavior: smooth;
	font-family: "Nunito", sans-serif;
} 

body > #wrapper {
	height: auto; min-height: 100%; background:#fff ;
}
body #main{
	width:100%;
	padding:0;
	margin:0 auto;
}
*{
	margin: 0;
	padding: 0;
	font-family: "Nunito", sans-serif;
	font-size: 16px;
}
table{
	width: 100%;
}
table, th, td {
    border: 1px solid #1a5f80;
    border-collapse: collapse;    
}
th, td {
    padding: 10px;
    font-size: 16px;
    text-align: center;
}
th {
    background-color: #104660;
    color: #fff;
}

a{
	cursor: pointer;
	display: inline-block;
}

span{
	display: inline-block;
}

p{
	font-size: 16px;
	line-height: 1.4em;
	color: #202020;
	padding: 0 0 15px 0;
}
li{
	font-size: 16px;
	line-height: 1.4em;
	color: #202020;
	padding: 0 0 12px 0;
}

/* #Grid system
================================================== */
.container{
	width:1170px;
	margin:0 auto;
	}
.container:before, .container:after, .row:before, .row:after{
	content:"";
	display:table;
	}
.container:after, .row:after{clear:both;}
.row{
	margin-left:-10px;
	margin-right:-10px;
	}
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12{
	position:relative;
	min-height:1px;
	padding-left:10px;
	padding-right:10px;
	float:left;
	}

.col-sm-12{width:100%;}
.col-sm-11{width:91.66666667%;}
.col-sm-10{width:83.33333333%;}
.col-sm-9{width:75%;}
.col-sm-8{width:66.66666667%;}
.col-sm-7{width:58.33333333%;}
.col-sm-6{width:50%;}
.col-sm-5{width:41.66666667%;}
.col-sm-4{width:33.33333333%;}
.col-sm-3{width:25%;}
.col-sm-2{width:16.66666667%;}
.col-sm-1{width:8.33333333%;}
.flt-right { float: right; }
.flt-left { float: left; }

.clr{
	clear:both;
	}

/* =Header
-------------------------------------------------------------- */
header {
	width: 100%;
	position: fixed;
	top:0px;
	left: 0;
	z-index: 999;
	padding:0;
	background: var(--red);
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
	-ms-transition: height 0.3s;
	-o-transition: height 0.3s;
	transition: height 0.3s;
}
header .logo {
	width: 80px;
	float: unset;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	padding:0;
}
header .logo a{
	padding: 5px;
	background: var(--red);
}
header nav {
	display: inline-block;
/*	float: right;*/
	float: unset;
	padding: 0;
	background-color: transparent;
	margin-top: 0;
	width: unset;
	margin: auto;
}
header.smaller {
	top:0;
	background-color: transparent;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	background:#fff;
	padding: 0;
}
header.smaller .logo {
	width: 70px;
}
header.smaller nav {
	display: inline-block;
	float: left;
	padding: 0;
	margin-top: 1.5%;
}

.ace-responsive-menu > li > a{
/*	font-family: var(--heading-font);*/
	text-align: center;
	color: #fff;
}
.contain_90{
	width: 90%;
	margin: auto;
}
.container{
	width: 1170px;
	margin: auto;
}
.width_10{
	width: 10%;
}
.width_20{
	width: 20%;
}
.width_30{
	width: 30%;
}
.width_40{
	width: 40%;
}
.width_50{
	width: 50%;
}
.width_60{
	width: 60%;
}
.width_70{
	width: 70%;
}
.heading{
	font-size: 32px;
	font-weight: 800;
	padding: 0 0 15px;
}
.sub_head{
	font-size: 25px;
	font-weight: 700;
	padding: 0 0 15px;
}
.title{
	font-weight: 700;
	padding: 0 0 15px;
}
.black{
	color: #000!important;
}
.cherolina{
	font-family: 'Cherolina';
}
.aureola{
	font-family: 'Aureola-Regular';
}
a{
	display: inline-block;
	color: inherit;
	text-decoration: none;
}
footer{
	background: #8bc53f;
	padding: 100px 0 50px;
}
footer .inner_container{
	display: flex;
	flex-wrap: wrap;
/*	align-items: flex-end;*/
}
footer .inner_container .subscribed_text{
	color: #f8112b;
    font-size: 18px;
    font-weight: 700;
}
footer .inner_container .title{
	font-size: 18px;
}
footer .inner_container .col-sm-6{
	width: 50%;
}
footer .inner_container .col-sm-3:nth-child(3) .info_box{
	padding: 0 15px;
}
footer .inner_container .left_info .big_txt{
	color: #fff;
    color: transparent;
    display: flex;
    justify-content: center;
}
footer .inner_container .left_info .big_txt span{
	font-size: 500px;
    font-weight: 700;
    -webkit-text-stroke: 1px #fff;
    line-height: 1em;
}
footer .inner_container .left_info .big_txt sup{
	font-size: 100px;
    font-weight: 700;
    -webkit-text-stroke: 1px #fff;
}
footer .inner_container .right_info{
	display: flex;
	flex-direction: column;
	align-items: center;
	height: 100%;
}
footer .inner_container .right_info .logo_box{
	text-align: center;
	margin: auto;
}
footer .inner_container .right_info .logo_box img{
	width: 200px;
}
footer .inner_container .right_info .text_box{
	margin: auto 0 0 0;
}
footer .inner_container .logo_box{
	width: 100px;
}
footer .inner_container .logo_box img{
	width: 100%;
}
footer .inner_container .text_box a{
	font-size: inherit;
}
footer .inner_container .connected_wrapper{
	padding: 10px 0;
}
footer .inner_container .connected_wrapper:nth-child(1){
	padding: 10px 0 0 15px;
}

footer .inner_container .connected_wrapper .input_wrap{
	border-bottom: 1px solid #000;
	padding: 10px 0;
	display: flex;
	flex-wrap: wrap;
}
footer .inner_container .connected_wrapper .input_wrap .form_error{
	width: 100%;
	color: #ff0000;
	font-weight: 600;
	padding: 0 10px;
}
footer .inner_container .connected_wrapper .input_wrap input{
	background: transparent;
	border: none;
	outline: none;
	color: #000;
	font-weight: 600;
	width: calc(100% - 80px);
	padding: 0 10px;
}
footer .inner_container .connected_wrapper .input_wrap button{
	padding: 5px 0;
    width: 80px;
    font-size: 16px;
    border: none;
    outline: none;
    background: #282828;
    color: #ffffff;
    border-radius: 5px;
}
footer .inner_container .connected_wrapper .input_wrap input::placeholder{
	color: #555;
}
footer .inner_container .connected_wrapper .title:nth-child(4){
	padding: 40px 0 10px 0;
}
footer .inner_container .connected_wrapper .social_links{
	display: flex;
	flex-wrap: wrap;
}
footer .inner_container .connected_wrapper .social_links li{
	width: 35%;
	text-align: center;
}
.images_wrapper{
	display: flex;
	flex-wrap: wrap;
}
.images_wrapper .img_box a{
	display: block;
	overflow: hidden;
	position: relative;
}
.images_wrapper .img_box a::before{
	position: absolute;
	content: '';
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background: #00000063;
	z-index: 1;
	background: linear-gradient(0deg, #0000007d, transparent);
	opacity: 0;
}
.images_wrapper .img_box a:hover::before{
	opacity: 1;
}
.images_wrapper .img_box a img{
	width: 100%;
	display: block;
	transition: all 1s;
}
.images_wrapper .img_box a:hover img{
	transform: scale(1.1);
}
/*.hover_effect{
	display: block;
	overflow: hidden;
	position: relative;
}
.hover_effect::before{
	position: absolute;
	content: '';
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background: #00000063;
	z-index: 1;
	background: linear-gradient(0deg, #0000007d, transparent);
	opacity: 0;
}
.hover_effect:hover::before{
	opacity: 1;
}
.hover_effect img{
	width: 100%;
	display: block;
	transition: all 1s;
}
.hover_effect:hover img{
	transform: scale(1.1);
}*/

/*single_blog*/
.single_blog .image_box img{
	width: 100%;
}

.menu-toggle{
	display: block;
}
.menu-toggle .icon-bar{
	background: #fff;
}
/*.section_one::before{
	position: absolute;
	content: '';
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background: #00000063;
	z-index: 10;
	background: linear-gradient(0deg, #0000007d, transparent);
	opacity: 1;
}*/

.arrow_cont{
	position: relative;
	display:block;
	width:100%;
}
.arrow {
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(-50%, -50%);
    transform: rotate(90deg);
    cursor: pointer;
}

.arrow span {
    display: block;
    width: 1.5vw;
    height: 1.5vw;
    border-bottom: 2px solid #686868;
    border-right: 2px solid #b1b1b1;
    transform: rotate(45deg);
    margin: -10px;
    animation: arrowanimate 2s infinite;
}

.arrow span:nth-child(2) {
    animation-delay: -0.2s;
}

.arrow span:nth-child(3) {
    animation-delay: -0.4s;
}

@keyframes arrowanimate {
    0% {
        opacity: 0;
        transform: rotate(45deg) translate(-20px, -20px);
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: rotate(45deg) translate(20px, 20px);
    }
}



/*section_one*/
.section_one{
	background: #eeebd8;
	padding: 100px 60px;
}
.heading .cherolina{
	font-size: 95px;
	font-weight: 400;
}
.heading .sibling_match{
	font-size: 55px;
    font-weight: 300;
    vertical-align: text-bottom;
    vertical-align: super;
    padding: 0 10px;
}
.section_one .sub_head{
	font-family: "Parisienne", cursive;
/*	font-size: 40px;*/
	color: #414141;
	padding: 0 0 10px;
}
.section_one span.dots{
	font-size: 57px;
	line-height: 1px;
}
.txt_img_box{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.section_one .inner_container .text_box{
	padding: 0 50px 0 0;
	position: relative;
}
.section_one .inner_container .text_box .quote_icon{
	position: absolute;
    left:-45px;
    top: -25px;
    width: 40px;
}
.section_one .inner_container .ceo_txt{
	float: right;
	padding: 25px 0 0 0;
/*	font-size: 16px;*/

}
.section_one .inner_container .ceo_txt .line1{
	padding: 0 0 10px;
	font-family: serif;
	font-size: 20px;
	letter-spacing: 0.5px;
}
.section_one .inner_container .ceo_txt .line2{
	font-size: 18px;
	letter-spacing: 2px;
	padding: 5px 0 10px;
}
.section_one .inner_container .ceo_txt .line3{
/*	padding: 0 0 10px;*/
	font-family: serif;
	font-size: 16px;
	letter-spacing: 0.5px;
}
.section_one .arrow {
    transform: rotate(270deg);
	margin: 0 10% 0 0px;
	top: 25px;
    right: 0;
}


/*vcp_section*/
.vcp_section{
/*	background: #eeebd8;*/
	padding: 60px;
}
.vcp_section .sub_head{
	font-family: "Parisienne", cursive;
/*	font-size: 40px;*/
	color: #414141;
	padding: 0 0 10px;
}
.vcp_section span.dots{
	font-size: 57px;
	line-height: 1px;
}
.vcp_section .inner_container .text_box{
	padding: 0 0 0 50px;
	position: relative;
}
.vcp_section .inner_container .text_box .quote_icon{
	position: absolute;
    left: 5px;
    top: -25px;
    width: 40px;
}
.vcp_section .arrow {
    transform: rotate(270deg);
	margin: 0 10% 0 0px;
	top: 25px;
    right: 0;
}

.miyawaki_forest .inner_container{
	position: relative;
}
.miyawaki_forest .inner_container .welcome_text{
	position: absolute;
    left: 25%;
    top: 23%;
    width: 75%;
    font-size: 50px;
    color: #fff;
}
.miyawaki_forest .inner_container .welcome_text span{
	font-family: "Playwrite CU", cursive;
	font-size: 50px;
    line-height: 1em;
}
.miyawaki_forest .inner_container .text_box{
	position: absolute;
	width: 90%;
	height: 100%;
	right: 15%;
	top: 0;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: center;
}
.miyawaki_forest .inner_container .text_box p.sub_head{
	font-size: 40px;
	font-weight: 500;
	color: #fff;
}
.miyawaki_forest .arrow {
	transform: rotate(270deg);
	margin: 0 10% 0 0px;
	top: 0;
	right: 0;
}
.miyawaki_forest .arrow span {
    border-bottom: 2px solid #ffffff;
    border-right: 2px solid #d5d5d5;
}

.section_two .inner_container .text_box{
	padding: 0 50px 0 50px;
}
.section_two .inner_container .text_box .logo_box{
	width: 180px;
	padding: 0 0 40px;
}
.section_two .inner_container .text_box .heading{
	color: #ec1c24;
}
.section_two .inner_container .text_box .sub_head{
	color: #eb008b;
	padding: 0 0 40px;
}
.section_two .inner_container .text_box p{
	padding: 0;
}
.section_two .inner_container .text_box p .sub_head{
	padding: 0;
}
.section_two .inner_container .text_box p .sub_head.blue{
	padding: 5px 0 0 0;
/*	display: block;*/
	color: #1b75bb;
}
.section_two .inner_container .text_box .txt_logo_wrapper{
	display: flex;
}
.section_two .inner_container .text_box .txt_logo_wrapper p{
	width: calc(100% - 150px);
	padding: 0 10px 0 0;
}
.section_two .inner_container .text_box .txt_logo_wrapper .logo_box{
	width: 150px;
}
.section_three .inner_container{
	display: flex;
	flex-wrap: wrap;
}
.section_three .inner_container .left_box{
	padding: 50px;
}
.section_three .inner_container .left_box .txt_img_box{
	align-items: unset;
}
.section_three .inner_container .left_box .heading{
	color: #034ea1;
}
.section_three .inner_container .left_box .width_60 .text_box{
	padding: 0 30px 0 0;
}
.section_three .inner_container .left_box .width_60 .text_box p big{
	font-size: 1.3em;
	font-weight: 500;
}
.section_three .inner_container .right_box{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	background: #231f20;
	padding: 50px 25px;
}
.section_three .inner_container .right_box .width_50{
	padding: 0 25px;
}
.section_three .inner_container .right_box .width_50 .img_box{
	padding: 0 25px 10px 25px;
}
.section_three .inner_container .right_box .width_50 .text_box p{
	color: #fff;
    text-align: center;
    padding: 0;
/*    font-size: 14px;*/
    font-style: italic;
}
.section_three .inner_container .right_box .width_50 .logos_wrapper{
	display: flex;
	flex-direction: column;
}
.section_three .inner_container .right_box .width_50 .logos_wrapper .presents_txt{
	text-align: left;
	color: #fff;
	text-transform: uppercase;
	padding: 25px 0;
	letter-spacing: 2px;
}
.section_three .inner_container .right_box .width_50 .logos_wrapper .logo_box:nth-child(3){
	width: 80%;
	margin: auto;
}

.section_three a.right_box .arrow{
	transform: rotate(270deg);
	margin: 0 10% 0 0px;
	top: 0;
	right: 40%;
}
.section_three a.right_box .arrow span{
	border-bottom: 2px solid #ffffff;
    border-right: 2px solid #d5d5d5;
}

.section_three a.left_box .arrow{
	transform: rotate(270deg);
	margin: 0 10% 0 0px;
	top: 25px;
    right: 50%;
}
.section_three a.left_box .arrow span{
	border-bottom: 2px solid #686868;
    border-right: 2px solid #b1b1b1;
}


.section_four .inner_container{
	background: #c1b49a;
	display: flex;
	flex-wrap: wrap;
}
.section_four .inner_container .left_box .width_50:nth-child(1){
	display: flex;
    align-items: center;
    justify-content: center;
}
.section_four .inner_container .left_box .text_box{
/*	padding: 0 50px;*/
	writing-mode: vertical-rl;
	transform: rotateZ(180deg);
}
.section_four .inner_container .left_box .text_box .heading{
	color: #fff;
	font-size: 40px;
	padding: 0;
}
.section_four .inner_container .left_box .text_box .sub_head{
	color: #fff;
}
.section_four .inner_container .left_box .width_50:nth-child(2){
	height: 100%;
}
.section_four .inner_container .left_box .width_50:nth-child(2) .img_box{
	height: 100%;
}
.section_four .inner_container .right_box .text_box{
	padding: 50px 50px 10px 50px;
}
.section_four .inner_container .right_box .logo_box{
	text-align: center;
	padding: 0 0 10px;
}
.section_four .inner_container .right_box .logo_box img{
	width: 30%;
	margin: auto;
}
.section_four .inner_container .right_box .img_box_wrapper{
	height: 100%;
}
.section_four .inner_container .right_box .img_box_wrapper .img_box{
	height: 100%;
}
.section_four .inner_container .right_box .img_box_wrapper .img_box img{
	width: 100%;
    height: 100%;
    object-fit: cover;
}
.section_four .arrow{
	transform: rotate(270deg);
	margin: 0 10% 0 0px;
	top: 25px;
	right: 40%;
}
.section_four .arrow span{
	border-bottom: 2px solid #ffffff;
    border-right: 2px solid #d5d5d5;
}

/*nahar_medical_center*/
.nahar_medical_center{
	background: #d7ca9b;
}
.nahar_medical_center .width_60{
	display: flex;
/*	align-items: center;*/
	position: relative;
}
.nahar_medical_center .width_60 .text_box{
	width: 75%;
	padding: 50px 50px;
}
.nahar_medical_center .width_60 .text_box .heading_wrap .heading{
	width: 50%;
    margin: 0 0 20px auto;
    font-size: 3.6vw;
    padding: 0 0 0px 20px;
    border-left: 2px solid #fff;
    font-family: Arial;
}
.nahar_medical_center .width_60 .img_box{
	width: 25%;
}
.nahar_medical_center .width_60 .big_text{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	text-align: center;
	font-size: 7vw;
	color: #fff;
    font-family: Arial;
    padding: 0 0 15px;

}
.nahar_medical_center .arrow{
	transform: rotate(270deg);
	margin: 0 10% 0 0px;
	top: 15px;
    right: 8%;
}
.nahar_medical_center .arrow span{
	border-bottom: 2px solid #686868;
	border-right: 2px solid #b1b1b1;
}


/*thoughtful_homes*/
.thoughtful_homes{
	background: #a6ce39;
}
.thoughtful_homes .heading_wrap{
	transform: rotateZ(180deg);
}
.thoughtful_homes .heading_wrap .heading{
	writing-mode: vertical-rl;
	font-family: 'Aureola-Regular';
	padding: 0;
    font-size: 6vw;
    font-weight: 400;
    line-height: 1em;
    color: #fff;
}
.thoughtful_homes .width_60{
	align-self: stretch;
}
.thoughtful_homes .width_60 .img_box{
	height: 100%;
}
.thoughtful_homes .text_box{
	padding: 50px;
}
.thoughtful_homes .text_box .logo_box{
	padding: 0 0 25px;
}
.thoughtful_homes .arrow{
	transform: rotate(270deg);
	margin: 0 10% 0 0px;
	top: 5px;
    right: 45%;
}
.thoughtful_homes .arrow span{
	border-bottom: 2px solid #ffffff;
	border-right: 2px solid #d5d5d5;
}


/*discover_elegance*/
.discover_elegance .text_box{
	padding: 50px;
}
.discover_elegance .text_box .heading{
	color: #2e3092;
	font-family: Arial;
}
.discover_elegance .text_box p{
	padding: 0;
	font-size: 14px;
}
.discover_elegance .width_50{
	align-self: stretch;
	position: relative;
	background: #b41e51;
}
.discover_elegance .width_50 .img_box{
	height: 100%;
}
.discover_elegance .width_50 .heading_wrap{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}
.discover_elegance .width_50 .heading_wrap .heading{
	color: #fff;
	font-family: 'Aureola-Regular';
	font-size: 8vw;
	font-weight: 400;
	text-align: center;
}
.discover_elegance .width_10{
	background: #b41e51;
	align-self: stretch;
}
.discover_elegance .arrow{
	transform: rotate(270deg);
	margin: 0 10% 0 0px;
	top: 5px;
    right: 45%;
}
.discover_elegance .arrow span{
	border-bottom: 2px solid #686868;
	border-right: 2px solid #b1b1b1;
}

/*section_five*/
.section_five .inner_container{
	display: flex;
	flex-wrap: wrap;
}
.section_five .inner_container .left_box{
/*	height: 100%;*/
}
.section_five .inner_container .left_box .img_box{
	height: 100%;
}
.section_five .inner_container .left_box .img_box img{
	width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right center;
}
.section_five .arrow{
	transform: rotate(270deg);
	margin: 0 10% 0 0px;
	top: 20px;
    right: 55%;
}
.section_five .arrow span{
	border-bottom: 2px solid #ffffff;
border-right: 2px solid #d5d5d5;
}


.section_five .inner_container .arun_kumar_chaubey{
	background: #6e2e3b;
}
.section_five .inner_container .arun_kumar_chaubey .text_box{
	padding: 15px;
}
.section_five .inner_container .arun_kumar_chaubey .text_box .title{
	color: #fff100;
	font-size: 22px;
}
.section_five .inner_container .arun_kumar_chaubey .text_box p{
	color: #fff;
}
.section_five .inner_container .arun_kumar_chaubey .img_box_wrapper{
	height: 100%;
}
.section_five .inner_container .arun_kumar_chaubey .img_box_wrapper .img_box{
	height: 100%;
}
.section_five .inner_container .arun_kumar_chaubey .img_box_wrapper .img_box img{
	width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 10% center;
}


/*section_six*/
.section_six .inner_container{
	display: flex;
	flex-wrap: wrap;
}
.section_six .inner_container .right_box{
	padding: 15px 15px 15px 25px;
}
.section_six .inner_container .right_box .img_box{
	padding: 0 15px 0 0;
}
.section_six .inner_container .right_box .title{
	padding: 10px 0 0 0;
	font-style: italic;
}
.section_six .inner_container .right_box .text_box .heading{
	color: #8bc53f;
}
.section_six .inner_container .right_box .text_box .title{
	padding: 0 0 10px;
}
.section_six .inner_container .right_box .text_box p{
	font-size: 14px;
}
.section_six .right_box .arrow{
	transform: rotate(270deg);
	margin: 0 10% 0 0px;
	top: 25px;
    right: 55%;
}
.section_six .right_box .arrow span{
	border-bottom: 2px solid #686868;
	border-right: 2px solid #b1b1b1;
}
.section_six .inner_container .chinmay_kulkarni{
	display: flex;
	flex-wrap: wrap;
	background: #8bc53f;
}
.section_six .inner_container .chinmay_kulkarni .img_box{
	height: 100%;
}
.section_six .inner_container .chinmay_kulkarni .img_box img{
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.section_six .inner_container .chinmay_kulkarni .text_wrapper{
	padding: 25px 50px 20px 50px;
}
.section_six .inner_container .chinmay_kulkarni .text_wrapper .text_box p{
	padding: 0;
	text-align: center;
	font-style: italic;
	color: #fff;
}
.section_six .inner_container .chinmay_kulkarni .text_wrapper .person_img{
	width: 55%;
	margin: auto;
	padding: 10px 0 0 0;
}
.section_six .arrow{
	transform: rotate(270deg);
	margin: 0 10% 0 0px;
	top: 25px;
    right: 55%;
}
.section_six .arrow span{
	border-bottom: 2px solid #ffffff;
	border-right: 2px solid #d5d5d5;
}


/*section_seven*/
.section_seven{
	background: #283d90;
}
.section_seven .text_box{
	padding: 50px 30px 50px 50px;
	display: flex;
	align-items: center;
/*	flex-wrap: wrap;*/
}
.section_seven .text_box .heading_wrap{
	transform: rotateZ(180deg);
}
.section_seven .text_box .heading_wrap .heading{
	color: #afabd4;
	writing-mode: vertical-rl;
}
.section_seven .text_box .text_wrap{
	padding: 0 0 0 10px;
}
.section_seven .text_box .text_wrap p{
	font-size: 14px;
}
.section_seven .text_box .title{
	color: #fff;
}
.section_seven .text_box p{
	color: #fff;
}
.section_seven .right_box{
	height: 100%;
}
.section_seven .img_box{
	height: 100%;
}
.section_seven .img_box img{
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.section_seven .arrow{
	transform: rotate(270deg);
	margin: 0 10% 0 0px;
	top: 25px;
    right: 55%;
}
.section_seven .arrow span{
	border-bottom: 2px solid #ffffff;
	border-right: 2px solid #d5d5d5;
}

.img_box{
	visibility: hidden;
    position: relative;
    overflow: hidden;
}
.img_box img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transform-origin: left;
}

/*brand_ambassdors*/
.brand_ambassdors{
	background: #bfb396;
}
.brand_ambassdors .inner_container{
	display: flex;
}
.brand_ambassdors .heading_wrap{
	transform: rotateZ(180deg);
	width: 20%;
    padding: 2.5vw;
}
.brand_ambassdors .heading_wrap .heading{
	writing-mode: vertical-rl;
	padding: 0;
    font-size: 3.5vw;
    white-space: nowrap;
    color: #2e3092;
}
.brand_ambassdors .ambassadors_boxes{
	width: 80%;
	display: flex;
    flex-wrap: wrap;
}
.brand_ambassdors .ambassadors_boxes .left_box{
    padding: 0 0 0 1vw;
	background: linear-gradient(90deg, #e7654c 75%, transparent 75%);
}
.brand_ambassdors .ambassadors_boxes .left_box .upper_box{
	display: flex;
}
.brand_ambassdors .ambassadors_boxes .left_box .upper_box .quote_icon{
	width: 18%;
	padding: 1vw 0 0 0;
}
.brand_ambassdors .ambassadors_boxes .left_box .upper_box .quote_icon img{
	width: 100%;
}
.brand_ambassdors .ambassadors_boxes .left_box .upper_box .img_box{
	width: calc(100% - 18%);
	padding: 4vw 1vw 1vw 1vw;
}
.brand_ambassdors .ambassadors_boxes .left_box .text_box p{
	padding: 0 15vw 15px 5vw;
	color: #fff;
}
.brand_ambassdors .ambassadors_boxes .right_box{
	display: flex;
    padding: 0 1vw 0 0;
	background: linear-gradient(270deg, #09103e 87%, transparent 87%);
}
.brand_ambassdors .ambassadors_boxes .right_box .txt_img{
	width: calc(100% - 18%);
	display: flex;
	flex-direction: column;
	align-self: flex-end;
	padding: 1vw;
}
.brand_ambassdors .ambassadors_boxes .right_box .txt_img .text_box p{
	padding: 0 0 15px 8vw;
	color: #fff;
}
.brand_ambassdors .ambassadors_boxes .right_box .quote_icon{
	width: 18%;
	padding: 3vw 0 0 0;
}

.single_blog{
	padding: 50px 0;
}
.single_blog .inner_container .blog_info .heading{
	border-bottom: 1px solid #e5e5e5;
    margin: 0 0 25px 0;
    padding: 0 0 10px 0;
}
.single_blog .inner_container .blog_info .blog_image img{
	width: 100%;
}
.single_blog .inner_container .blog_info .description img{
	padding: 10px 0 20px;
}
.single_blog .inner_container .col-sm-3{
	position: sticky;
	top: 20px;
}
.single_blog .inner_container .other_blogs .title{
	font-size: 20px;
    /* text-transform: uppercase; */
    padding: 15px 15px;
    /* background: #8bc53f; */
    color: #000;
    font-weight: 600;
    margin: 0;
    /* border: 1px solid #f1f1f1; */
    border-bottom: 2px solid #000;
}
.single_blog .inner_container .other_blogs ul li {
    border-bottom: 1px dashed #afafaf;
    padding: 15px;
    border-top: 0;
}
.single_blog .inner_container .other_blogs ul li.active_link{
/*	display: none;*/
	background: #f1f1f1;
}
.single_blog .inner_container .other_blogs ul li.active_link a{
	pointer-events: none;
	color: #0000ff;
}
.single_blog .inner_container .other_blogs ul li.list_head{
	font-size: 16px;
    font-weight: 700;
    color: #000;
    background: #ffc01175;
}
.single_blog .inner_container .other_blogs ul li a {
    font-size: 16px;
    color: #000;
    display: block;
}
.single_blog .inner_container .other_blogs ul li:first-child a{
	color: #8bc53f;
}
.single_blog .inner_container .description ul{
	padding: 0 0 0 20px;
}
.single_blog .inner_container .description ul li{
	list-style: disc;
}
.single_blog .inner_container .description .news_logos{
	padding: 25px 0 0 0;
}
.single_blog .inner_container .description .news_logos ul{
	display: flex;
	flex-wrap: wrap;
	padding: 0;
}
.single_blog .inner_container .description .news_logos ul li{
	width: 33.33%;
	padding: 0 0 40px;
	list-style: none;
}
.single_blog .inner_container .description .news_logos ul li:nth-child(3n + 1) a{
	margin: 0 auto 0 0;
}

.single_blog .inner_container .description .news_logos ul li:nth-child(3n + 3) a{
	margin: 0 0 0 auto;
}
.single_blog .inner_container .description .news_logos ul li a{
	width: 90%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 0 auto;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	padding: 10px 0;
}
.single_blog .inner_container .description .news_logos ul li a span.logo_box{
	max-width: 80%;
	max-height: 80%;
	margin: auto;
}
.single_blog .inner_container .description .news_logos ul li a span.logo_box img{
	padding: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
}
.single_blog .inner_container .description .news_logos ul li a span.sub_title{
	padding: 10px 0 0 0;
    border-top: 1px solid #63636333;
    width: 100%;
    text-align: center;
    margin: 10px 0 0 0;
    font-size: 14px;
}

.quote_text{
	font-style: italic;
	font-size: 1.2em;
}

[type=submit][disabled]{
  position: relative;
}
[type=submit][disabled]::before{
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: inherit;
  border-radius: inherit;
  color: #fff;
  z-index: 10;
}
[type=submit][disabled]::after{
  position: absolute;
    content: '';
    left: calc(50% - 10px);
    top: calc(50% - 10px);
    width: 20px;
    height: 20px;
    border: 2px solid transparent;
    border-radius: 50%;
    border-top: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
    z-index: 11;
}
/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}