
@font-face {
  font-family: "Ivy Journal";
  src:
    url("ivy-journal/ttf/IvyJournal-Regular.ttf") format("opentype"),
    url("ivy-journal/ttf/IvyJournal-Regular.woff") format("woff");
}

/* Table of Content
==================================================
	#Homepage Styles
	#Page Styles
	#Media Queries
	#Font-Face */
:root{

}
html, body, #wrapper {
	height: 100%;
/*	font-family: 'Open Sans', sans-serif;*/
	font-family: "Ivy Journal", sans-serif;

} 

body > #wrapper {
	height: auto; min-height: 100%; background:#fff ;
}
body
#main{
	width:100%;
	padding:0;
	margin:0 auto;
/*	padding-top: 135px;*/
}
*{
	padding:0;
	margin:0;
}

table{
	width: 100%;
}
table, th, td {
    border: 1px solid #1a5f80;
    border-collapse: collapse;    
}
th, td {
    padding: 10px;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
}
th {
    background-color: #104660;
    color: #fff;
}

a{
	cursor: pointer;
	display: inline-block;
}

span{
	display: inline-block;
}

p{
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	line-height: 22px;
	color: #6d6e70;
	padding: 0 0 15px 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: 15px 0;
	background:transparent;
	-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: 200px;
	float: left;
	-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 0 0 0;
}
header nav {
	display: inline-block;
    float: right;
    padding: 0% 0% 0% 0%;
    background-color: transparent;
    margin-top: 0px;
    /* width: 68%; */
    width: unset;
}
header.smaller {
	top:0;
	background-color: #1f2f43;
	-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: 10px 0 ;
}
header.smaller .logo {
	width: 200px;
}
header.smaller nav {
	display: flex;
	float: left;
	padding:0% 0% 0% 0%;
	margin-top: 0%;
}
header .inner_container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
}

/*hero_section*/
.hero_section{
	background: #1f2f43;
	padding: 150px 0 60px 0;
}
.hero_section .inner_container{
	display: flex;
    flex-wrap: wrap;
    align-items: end;
}
.hero_section .inner_container .heading{
	font-size: 48px;
    font-weight: 400;
    font-family: "Ivy Journal", sans-serif;
    line-height: 60px;
    color: #91cef4;
    padding: 0 0 50px 64px;
}
.hero_section .inner_container .sub_heading{
	font-size: 18px;
    font-weight: 100;
    font-family: "Ivy Journal", sans-serif;
    line-height: 45px;
    color: #fff;
    padding: 0px 64px;
    letter-spacing: 1px;
}
.hero_section .inner_container .circle{
	position: relative;
}
.hero_section .inner_container .circle img{
	position: absolute;
    bottom: 5px;
    left: 0;
    width: calc(100% - 175px);
}

/*aspirations_section*/
.aspirations_section{
	padding: 100px 0 0;
}
.aspirations_section .inner_container{
	display: flex;
	flex-wrap: wrap;
} 
.aspirations_section .inner_container .left_box{
	width: 50%;
	position: relative;
	z-index: 1;
}
.aspirations_section .inner_container .right_box{
	width: 50%;
	position: relative;
}
.aspirations_section .inner_container .right_box .inner_box{
	margin: 0 0 0 -50px;
}
.aspirations_section .inner_container .right_box .heading{
	position: relative;
    font-size: 32px;
    font-weight: 400;
    font-family: "Ivy Journal", sans-serif;
    line-height: 40px;
    color: #91cef4;
}
.aspirations_section .inner_container .right_box .heading span{
	color: #1f2c3e;
}
.aspirations_section .inner_container .right_box .sub_heading{
	width: 525px;
    font-size: 16px;
    font-weight: 100;
    font-family: "Ivy Journal", sans-serif;
    line-height: 30px;
    color: #1f2c3e;
    padding: 30px 0 0 200px;
}
.aspirations_section .inner_container .right_box .button a{
	width: 565px;
    font-size: 16px;
    font-weight: 700;
    font-family: "Ivy Journal", sans-serif;
    line-height: 30px;
    padding: 20px 0 0 200px;
    color: #1f2c3e;
    transition: .5s;
}
.aspirations_section .inner_container .right_box .button a:hover {
    transform: translateY(-2px);
}

/*history_section*/
.history_section{
	position: relative;
	background: #1f2c3e;
	padding: 100px 0;
}
.history_section::before{
    position: absolute;
    content: '';
    bottom: 0px;
    background: url(../images/history-image.png) no-repeat;
    background-size: contain;
    background-position: bottom center;
    width: 100%;
    height: 100%;
}
.history_section .inner_container{
	display: flex;
	flex-wrap: wrap;
}
.history_section .inner_container .left_box{
	width: 50%;
}
.history_section .inner_container .inner_box{
	position: relative;
}
.history_section .inner_container .inner_box::after{
	position: absolute;
    content: '';
    top: 135px;
    left: -112px;
    background: url(../images/project-line.png) no-repeat;
    background-size: contain;
    background-position: bottom center;
    width: 100%;
    height: calc(100% + 350px);
}
.history_section .inner_container .heading {
    position: relative;
    font-size: 48px;
    font-weight: 400;
    font-family: "Ivy Journal", sans-serif;
    line-height: 50px;
    color: #91cef4;
}
.history_section .inner_container .heading span{
	color: #fff;
}
.history_section .inner_container .sub_heading{
	width: 30%;
    font-size: 16px;
    font-weight: 100;
    font-family: "Ivy Journal", sans-serif;
    line-height: 30px;
    color: #fff;
    padding: 30px 0;
    letter-spacing: 1px;
}
.history_section .inner_container .right_box{
	width: 50%;
	padding: 0 250px 150px 0;
}
.history_section .owl-carousel.owl-theme .owl-nav {
    margin: 10px 0 0;
    display: flex;
    position: absolute;
    right: 0;
    bottom: 10px;
}
.history_section .owl-carousel.owl-theme .owl-nav [class*=owl-]{
	margin: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid #c6ae76;
    border-radius: 50%;
    background: unset;
}
.history_section .owl-carousel .owl-nav button.owl-prev{
	margin: 0 10px 0 0!important;
}
.history_section .owl-carousel.owl-theme .owl-nav [class*=owl-] span{
	font-size: 35px;
	line-height: 0.2em;
    padding: 0 0 0.3em 0;
    font-family: 'math';
    color: #c6ae76;
}
.history_section .inner_container .item_box .title {
    font-size: 18px;
    font-weight: 700;
    font-family: "Ivy Journal", sans-serif;
	color: #91cef4;
    padding: 5px 0;
}
.history_section .inner_container .item_box .sub_title {
    font-size: 16px;
    font-family: "Ivy Journal", sans-serif;
    letter-spacing: 1px;
    color: #fff;
    position: relative;
}
.history_section .inner_container .item_box .sub_title span{
	margin: 0 0 10px 0;
}
.history_section .inner_container .item_box .sub_title span:before {
    content: '';
    position: absolute;
    width: 43%;
    height: 1px;
    bottom: 0;
    background: linear-gradient(to right, #c09c5c, #ddc189);
    left: 0;
}

/*vision_section*/
.vision_section{
	margin: 0px 0 -160px 0;
}
.vision_section .inner_container{
	border-left: 2px solid #ccb57f;
    border-right: 2px solid #ccb57f;
    text-align: center;
}
.vision_section .inner_container .heading{
	font-size: 48px;
    font-weight: 400;
    font-family: "Ivy Journal", sans-serif;
    line-height: 60px;
    color: #91cef4;
    padding: 70px 0 40px 0;
}
.vision_section .inner_container .heading span{
	color: #1f2f43;
}

.vision_section .inner_container .sub_heading{
	font-size: 18px;
    font-weight: 100;
    font-family: "Ivy Journal", sans-serif;
    line-height: 35px;
    color: #1f2f43;
    letter-spacing: 1px;
}
.vision_section .inner_container .button a{
	font-size: 18px;
    font-weight: 700;
    font-family: "Ivy Journal", sans-serif;
    color: #1f2f43;
    letter-spacing: 1px;
    padding: 30px 0 50px 0;
    transition: .5s;
}
.vision_section .inner_container .button a:hover {
    transform: translateY(-2px);
}
.vision_section .inner_container .item_box img{
	width: 100%;
}

/*mission_section*/
.mission_section{
	position: relative;
    background: #1f2f43;
}
.mission_section::before{
	position: absolute;
    content: '';
	bottom: 0px;
    background: url(../images/mission.png) no-repeat;
    background-size: contain;
    background-position: bottom center;
    width: 100%;
    height: 100%;
}
.mission_section .inner_container{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.mission_section .inner_container .inner_box{
	padding: 0 0 0 calc(50vw - 585px);
}
.mission_section .inner_container .left_box{
	width: 50%;
}
.mission_section .inner_container .right_box{
	width: 50%;
}
.mission_section .inner_container .right_box .item_box img{
    width: 100%;
}
.mission_section .inner_container .heading{
	font-size: 48px;
    font-weight: 400;
    font-family: "Ivy Journal", sans-serif;
    line-height: 60px;
    color: #fff;
    position: relative;
    padding: 0 0 0 100px;
}
.mission_section .inner_container .heading span{
	color: #91cef4;
}
.mission_section .inner_container .heading::after{
	position: absolute;
    content: '';
    left: 50px;
    top: -30px;
    background: url(../images/circle.png) no-repeat;
    background-size: contain;
    background-position: left center;
    width: 100%;
    height: calc(100% + 80px);
}

/*common_project*/
.common_project{
	padding: 70px 0;
}
.common_project .inner_container .sub_heading{
	width: 42%;
    font-size: 18px;
    font-family: "Ivy Journal", sans-serif;
    line-height: 30px;
    margin: 0 auto;
    color: #1f2c3e;
    padding: 0 0 70px 0;
}
.common_project .inner_container .projects_box .inner_box{
	border: 2px solid #d0b176;
	position: relative;
    z-index: 1;
}
.common_project .inner_container .projects_box .inner_box .project_carousel .project_slider{
    padding: 0 50px;
}
.common_project .inner_container .projects_box .heading{
	font-size: 32px;
    font-weight: 700;
    font-family: "Ivy Journal", sans-serif;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #91cef4;
    text-align: center;
    position: absolute;
    top: -25px;
    left: 31%;
    padding: 0 20px;
    background: #fff;
    margin: 0 auto;
    z-index: 1;
}
.common_project .inner_container .projects_box .inner_box .item_box{
	padding: 50px 15px;
}
.common_project .owl-theme .owl-nav [class*=owl-] span {
    font-size: 50px;
    font-family: 'math';
    line-height: 0.5em;
    padding: 0 0 20% 0;
}
.common_project .owl-theme .owl-nav{
	margin: 0;
}
.common_project .owl-theme .owl-nav [class*=owl-]{
	background: linear-gradient(to top, #c09c5c, #ddc189);
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin: 0;
    border: none;
    outline: none;
    transition: 0.2s all;
    position: absolute;
    top: calc(50% - 20px);
}
.common_project .owl-carousel.owl-theme .owl-nav button.owl-prev {
	position: absolute;
    left: -20px;
}
.common_project .owl-carousel.owl-theme .owl-nav button.owl-next {
	position: absolute;
    right:-20px;
}
.common_project .inner_container .projects_box .item_box .text_box .title{
	font-size: 18px;
    font-weight: 700;
    font-family: "Ivy Journal", sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #91cef4;
    padding: 10px 0;
}
.common_project .inner_container .builder_box{
    padding: 50px 0 0;
} 
.common_project .inner_container .builder_box .builder_slider{
    display: flex;
    flex-wrap: wrap;
}
.common_project .inner_container .builder_box .builder_slider .info_box{
    width: 25%;
}
.common_project .inner_container .builder_box  .text_box{
    border: 2px solid #b6925d;
    margin: 0 10px 20px;
    padding: 15px;
    height: 85px;
    transition: .5s;
}
.common_project .inner_container .builder_box  .text_box:hover {
    transform: translateY(-2px);
}
.common_project .inner_container .builder_box  .text_box a{
    width: 100%;
}
.common_project .inner_container .builder_box  .text_box .title{
    font-size: 14px;
    font-weight: 700;
    padding: 0 0 5px 0;
    font-family: "Ivy Journal", sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #91cef4;
    /*height: 40px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;*/
}
.common_project .inner_container .builder_box  .text_box .sub_title{
    font-size: 12px;
    font-family: "Ivy Journal", sans-serif;
    letter-spacing: 1px;
    color: #000;
    font-weight: 500;
}
.common_project .inner_container .projects_box .item_box .text_box .sub_title{
	position: relative;
}
.common_project .inner_container .projects_box .item_box .text_box .sub_title{
	font-size: 16px;
    font-family: "Ivy Journal", sans-serif;
    letter-spacing: 1px;
    color: #000;
}
.common_project .inner_container .projects_box .item_box .text_box .sub_title span:before {
    content: '';
    position: absolute;
    width: 46%;
    height: 2px;
    bottom: -15px;
    background: linear-gradient(to left, #c09c5c, #ddc189);
    left: 0;
}
.common_project.upcoming_project .inner_container .projects_box .heading{
	background: #1f2f43;
}
.common_project.upcoming_project .inner_container .projects_box .item_box .text_box .sub_title{
	color: #fff;
}
.common_project.upcoming_project .inner_container .builder_box .text_box .sub_title{
    color: #fff;
}

/*upcoming_project*/
.upcoming_project{
	background: #1f2f43;
}

/*leading_section*/
.leading_section{
	position: relative;
    background: linear-gradient(180deg, #1f2f43 87%, transparent 13%);
}
.leading_section .inner_container{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.leading_section .inner_container .inner_box{
	padding: 0 0 0 calc(50vw - 585px);
}
.leading_section .inner_container .left_box{
	width: 50%;
}
.leading_section .inner_container .right_box{
	width: 50%;
}
.leading_section .inner_container .right_box .item_box{
	margin: 200px 0 0;
}
.leading_section .inner_container .right_box .item_box img{
	width: 100%;
}
.leading_section .inner_container .heading{
	font-size: 48px;
    font-weight: 400;
    font-family: "Ivy Journal", sans-serif;
    line-height: 60px;
    color: #fff;
    position: relative;
    padding: 0 0 0 100px;
}
.leading_section .inner_container .heading span{
	color: #91cef4;
}
.leading_section .inner_container .heading::after{
	position: absolute;
    content: '';
    left: 50px;
    top: 10px;
    background: url(../images/circle.png) no-repeat;
    background-size: contain;
    background-position: left center;
    width: 100%;
    height: calc(100% + 30px);
}

/*team_section*/
.team_section{
	margin: -20px 0 80px 0;
}
.team_section .inner_container .sub_heading {
    width: 41%;
    font-size: 18px;
    font-family: "Ivy Journal", sans-serif;
    line-height: 30px;
    margin: 0 auto;
    color: #1f2c3e;
    padding: 0 0 30px 0;
}
.team_section .inner_container .team_box{
	width: 50%;
    margin: 0 auto;
}
.team_section .inner_container .team_box .inner_box{
	display: flex;
    flex-wrap: wrap;
    position: relative;
}
.team_section .inner_container .team_box .inner_box::before{
	position: absolute;
    content: '';
    left: -120px;
    bottom: 25px;
    background: url(../images/left-line.png) no-repeat;
    background-size: contain;
    background-position: left bottom;
    width: 100%;
    height: calc(100% - 50px);
} 
.team_section .inner_container .team_box .inner_box::after{
	position: absolute;
    content: '';
    right: -120px;
    bottom: 25px;
    background: url(../images/right-line.png) no-repeat;
    background-size: contain;
    background-position: right bottom;
    width: 100%;
    height: calc(100% - 50px);
}
.team_section .inner_container .team_box .item_box{
	width: 100%;
    display: flex;
    padding: 10px 0;
}
.team_section .inner_container .team_box .item_box .img_box{
	width: 25%;
}
.team_section .inner_container .team_box .item_box .img_box img{
	width: 120px;
}
.team_section .inner_container .team_box .item_box .text_box{
	width: 100%;
	margin: auto 0;
}
.team_section .inner_container .team_box .item_box .text_box .title{
	font-size: 14px;
    font-weight: 700;
    font-family: "Ivy Journal", sans-serif;
    letter-spacing: 2px;
    color: #91cef4;
    padding: 0 0 5px 0;
}
.team_section .inner_container .team_box .item_box .text_box .sub_title{
	font-size: 12px;
    font-family: "Ivy Journal", sans-serif;
    letter-spacing: 1px;
    color: #000;
}

/*ranbir_section*/
.ranbir_section{
	position: relative;
	background: #1f2f43;
}
.ranbir_section .inner_container{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: baseline;
}
.ranbir_section .inner_container .left_box{
	width: 40%;
}
.ranbir_section .inner_container .right_box{
	width: 60%;
}
.ranbir_section .inner_container .right_box .item_box{
	margin: 150px 0 0;
}
.ranbir_section .inner_container .heading{
	font-size: 48px;
    font-weight: 400;
    font-family: "Ivy Journal", sans-serif;
    line-height: 60px;
    color: #91cef4;
    position: relative;
    padding: 0 0 0 100px;
}
.ranbir_section .inner_container .heading span{
	color: #fff;
	position: relative;
}
.ranbir_section .inner_container .heading span::after{
	position: absolute;
    content: '';
    right: -18px;
    bottom: -157px;
    width: calc(100% - 20px);
    height: 1px;
    background: linear-gradient(to right, #c09c5c, #ddc189);
    transform: rotate(90deg);
}
.ranbir_section .inner_container .heading::after{
	position: absolute;
    content: '';
    left: 50px;
    top: -60px;
    background: url(../images/circle.png) no-repeat;
    background-size: contain;
    background-position: left center;
    width: 100%;
    height: calc(100% + 113px);
}

/*usp_section*/
.usp_section{
	padding: 100px 0;
}
.usp_section .inner_container{
	display: flex;
    flex-wrap: wrap;
    width: 65%;
    margin: 0 auto;
}
.usp_section .inner_container .item_box {
    width: 100%;
    display: flex;
}
.usp_section .inner_container .item_box .img_box {
    width: 20%;
    position: relative;
}
.usp_section .inner_container .item_box .img_box img{
	width: 100px;
}
.usp_section .inner_container .item_box .img_box.one::after{
	position: absolute;
    content: '';
    right: 65px;
    bottom: 42px;
    width: calc(100% - 80px);
    height: 1px;
    background: linear-gradient(to right, #c09c5c, #ddc189);
    transform: rotate(90deg);
}
.usp_section .inner_container .item_box .img_box.two::after{
	position: absolute;
    content: '';
    right: 80px;
    bottom: 27px;
    width: calc(100% - 110px);
    height: 1px;
    background: linear-gradient(to right, #c09c5c, #ddc189);
    transform: rotate(90deg);
}
.usp_section .inner_container .item_box .text_box {
    width: 80%;
    margin: 35px 0 0 0;
}
.usp_section .inner_container .item_box .text_box .title {
    font-size: 18px;
    font-weight: 700;
    font-family: "Ivy Journal", sans-serif;
    letter-spacing: 1px;
    line-height: 30px;
    color: #91cef4;
}
.usp_section .inner_container .item_box .text_box .sub_title {
    font-size: 16px;
    font-family: "Ivy Journal", sans-serif;
    letter-spacing: 1px;
    color: #000;
    line-height: 30px;
    width: 480px;
}

/*construction_section*/
.construction_section{
	position: relative;
    background: linear-gradient(180deg, #1f2f43 84%, transparent 16%);
}
.construction_section .inner_container{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.construction_section .inner_container .left_box{
	width: 50%;
}
.construction_section .inner_container .right_box{
	width: 50%;
}
.construction_section .inner_container .right_box .item_box{
	margin: 200px 0 0;
}
.construction_section .inner_container .heading{
	font-size: 48px;
    font-weight: 400;
    font-family: "Ivy Journal", sans-serif;
    line-height: 60px;
    color: #91cef4;
    position: relative;
    padding: 0 0 0 100px;
}
.construction_section .inner_container .heading span{
	color: #fff;
}
.construction_section .inner_container .heading::after{
	position: absolute;
    content: '';
    left: 50px;
    top: 10px;
    background: url(../images/circle.png) no-repeat;
    background-size: contain;
    background-position: left center;
    width: 100%;
    height: calc(100% + 30px);
}

/*transforming_section*/
.transforming_section{
    margin: -50px 0 0;
}
.transforming_section .inner_container{
	display: flex;
	flex-wrap: wrap;
	align-items: end;
}
.transforming_section .inner_container .left_box{
	width: 50%;
}
.transforming_section .inner_container .right_box{
	width: 50%;
}
.transforming_section .inner_container .sub_heading{
	font-size: 16px;
    font-family: "Ivy Journal", sans-serif;
    line-height: 30px;
    margin: 0 auto;
    color: #1f2c3e;
    padding: 0 150px;
}
.transforming_section .inner_container .right_box .inner_box{
	padding: 0 50px;
}
.transforming_section .inner_container .heading_one {
    font-size: 32px;
    font-weight: 400;
    font-family: "Ivy Journal", sans-serif;
    line-height: 40px;
    color: #91cef4;
    position: relative;
    padding: 0 0 50px 0;
}
.transforming_section .inner_container .heading_one span:before {
    content: '';
    position: absolute;
    width: 45%;
    height: 2px;
    bottom: 20px;
    background: linear-gradient(to right, #c09c5c, #ddc189);
    left: 0;
}
.transforming_section .inner_container .heading_two {
    font-size: 32px;
    font-weight: 400;
    font-family: "Ivy Journal", sans-serif;
    line-height: 40px;
    color: #1f2c3e;
    position: relative;
    padding: 0 0 50px 0;
}
.transforming_section .inner_container .heading_two span:before {
    content: '';
    position: absolute;
    width: 30%;
    height: 2px;
    bottom: 20px;
    background: linear-gradient(to right, #c09c5c, #ddc189);
    left: 0;
}
.transforming_section .inner_container .heading_three {
    font-size: 32px;
    font-weight: 400;
    font-family: "Ivy Journal", sans-serif;
    line-height: 40px;
    color: #91cef4;
    position: relative;
}

/*mumbai_growth_section*/
.mumbai_growth_section {
    padding: 60px 0 0;
}
.mumbai_growth_section .inner_container{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.mumbai_growth_section .inner_container .left_box{
    width: 50%;
}
.mumbai_growth_section .inner_container .right_box{
    width: 50%;
}
.mumbai_growth_section .inner_container .left_box .inner_box{
    padding: 0 150px;
    margin: 0 auto;
}
.mumbai_growth_section .inner_container .left_box .heading{
    font-size: 32px;
    font-weight: 400;
    font-family: "Ivy Journal", sans-serif;
    line-height: 40px;
    color: #91cef4;
    padding: 0px 0 20px 0;
}
.mumbai_growth_section .inner_container .left_box .sub_heading{
    font-size: 16px;
    font-family: "Ivy Journal", sans-serif;
    line-height: 30px;
    color: #1f2c3e;
}
.mumbai_growth_section .inner_container .right_box .inner_box {
    padding: 0 50px;
}
.mumbai_growth_section .inner_container .right_box .heading{
    font-size: 32px;
    font-weight: 400;
    font-family: "Ivy Journal", sans-serif;
    line-height: 40px;
    color: #91cef4;
    padding: 0px 0 20px 0;
}
.mumbai_growth_section .inner_container .right_box .sub_heading{
    font-size: 16px;
    font-family: "Ivy Journal", sans-serif;
    line-height: 30px;
    color: #1f2c3e;
}
.mumbai_growth_section .inner_container .right_box .title{
    font-size: 24px;
    font-weight: 400;
    font-family: "Ivy Journal", sans-serif;
    line-height: 40px;
    color: #91cef4;
    padding: 10px 0;
}
.mumbai_growth_section .inner_container .right_box ul{
    list-style: disc;
    padding: 0 0 0 20px;
}
.mumbai_growth_section .inner_container .right_box ul li{
    font-size: 16px;
    font-family: "Ivy Journal", sans-serif;
    line-height: 24px;
    color: #1f2c3e;
    padding: 0 0 10px 0;
}

/*the_vision_section*/
.the_vision_section{
/*	padding: 50px 0 0;*/
	position: relative;
}
.the_vision_section .inner_container{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.the_vision_section .inner_container .left_box{
	width: 50%;
}
.the_vision_section .inner_container .right_box{
	width: 50%;
}
.the_vision_section .inner_container .inner_box{
	padding: 0 50px;
}
.the_vision_section .inner_container .heading{
    font-size: 32px;
    font-weight: 400;
    font-family: "Ivy Journal", sans-serif;
    line-height: 40px;
    color: #91cef4;
    position: relative;
    padding: 0 0 10px 0;
}
.the_vision_section .inner_container .sub_heading{
	font-size: 16px;
    font-family: "Ivy Journal", sans-serif;
    line-height: 30px;
    color: #1f2c3e;
    width: 59%;
}
.the_vision_section .inner_container .left_box .img_box img{
	position: relative;
	z-index: 1;
}

/*the_value_section*/
.the_value_section {
    position: relative;
    background: #1f2f43;
    margin: -40px 0 0;
    padding: 0 0 50px;
}
.the_value_section .inner_container .text_box{
	width: 25%;
    margin: 0 auto;
    padding: 100px 0 50px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.the_value_section .inner_container .heading{
    font-size: 32px;
    font-weight: 400;
    font-family: "Ivy Journal", sans-serif;
    line-height: 40px;
    color: #91cef4;
    position: relative;
    padding: 0 0 10px 0;
    width: 100%;
}
.the_value_section .inner_container .sub_heading{
	font-size: 16px;
    font-family: "Ivy Journal", sans-serif;
    line-height: 30px;
    color: #fff;
    width: 100%;
}
.the_value_section .inner_container .title{
	font-size: 14px;
    font-family: "Ivy Journal", sans-serif;
    line-height: 30px;
    color: #fff;
    width: 100%;
    padding: 20px 0;
}
.the_value_section .inner_container .item_box{
	position: relative;
	margin: -250px 0 0 0;
}
.the_value_section .inner_container .item_box::before{
    content: '';
    position: absolute;
    width: 12%;
    height: 2px;
    top: -70px;
    background: linear-gradient(to right, #c09c5c, #ddc189);
    right: 90px;
    transform: rotate(90deg);
}
.the_value_section .inner_container .boxes{
	margin: -100px 0 0;
}
.the_value_section .inner_container .boxes .inner_contain{
	display: flex;
    flex-wrap: wrap;
/*    justify-content: center;*/
    align-items: center;
}
.the_value_section .inner_container .boxes .inner_contain .inner_box{
	text-align: center;
	padding: 0px 69px;
}
.the_value_section .inner_container .boxes .inner_contain .inner_box .sub_heading {
    font-size: 16px;
    font-family: "Ivy Journal", sans-serif;
    line-height: 30px;
    color: #fff;
    width: 100%;
    padding: 20px 0 0;
}
.the_value_section .inner_container .boxes .inner_contain .inner_box .img_box.one img{
	margin: -20px 0 0;
}
.the_value_section .inner_container .boxes .inner_contain .inner_box .img_box.three img{
	margin: -60px 0 0;
}

/*footer*/
footer{
	padding: 50px 0;
	background: linear-gradient(to right, #c09c5c, #ddc189);
}
.homepage footer{
	padding: 200px 0 50px 0;
}
footer .inner_container{
	display: flex;
	flex-wrap: wrap;
}
footer .inner_container .footer_lower_box .lower_box{
	padding: 20px 0 0 205px;
}
footer .inner_container .footer_lower_box .lower_box .title{
	font-size: 13px;
    font-weight: 500;
    font-family: "Ivy Journal", sans-serif;
    line-height: 23px;
    color: #1f2c3e;
    text-transform: uppercase;
}
footer .inner_container .inner_box ul a{
	font-size: 14px;
    font-weight: 500;
    font-family: "Ivy Journal", sans-serif;
    line-height: 23px;
    color: #1f2c3e;
    text-transform: uppercase;
}
footer .inner_container .inner_box ul a:hover{
    color: #fff;
}
footer .inner_container .enquiry_box .sub_title{
	font-size: 14px;
    font-weight: 600;
    font-family: "Ivy Journal", sans-serif;
    line-height: 23px;
    color: #1f2c3e;
    text-transform: uppercase;
}
footer .inner_container .enquiry_box .email{
	font-size: 14px;
    font-weight: 500;
    font-family: "Ivy Journal", sans-serif;
    line-height: 23px;
    color: #1f2c3e;
    text-transform: uppercase;
}
footer .inner_container .enquiry_box .email a:hover{
    color: #fff;
}
footer .inner_container .enquiry_box .contact{
	font-size: 14px;
    font-weight: 500;
    font-family: "Ivy Journal", sans-serif;
    line-height: 23px;
    color: #1f2c3e;
    text-transform: uppercase;
    padding: 20px 0 0;
}
footer .inner_container .enquiry_box .contact a:hover{
    color: #fff;
}
footer .inner_container .follow_box .sub_title{
	font-size: 14px;
    font-weight: 600;
    font-family: "Ivy Journal", sans-serif;
    line-height: 23px;
    color: #1f2c3e;
    text-transform: uppercase;
    padding: 0 0 10px 0;
}
footer .inner_container .follow_box .link_box ul{
	display: flex;
    flex-wrap: wrap;
}
footer .inner_container .follow_box .link_box ul li a{
	width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 21px;
    border-radius: 10px;
    border: 1px solid #1f2c3e;
    margin: 0 5px 0 0;
    transition: .5s;
}
footer .inner_container .follow_box .link_box ul li a:hover{
    transform: translateY(-2px);
}


/*contact_page*/
.contact_page{
    background: #1f2f43;
    padding: 200px 0 100px 0;
}
.contact_page .info_box .heading{
    font-size: 48px;
    font-weight: 400;
    font-family: "Ivy Journal", sans-serif;
    line-height: 60px;
    color: #91cef4;
    padding: 0 0 25px 0;
}
.contact_page .info_box .text_box .address{
    font-size: 16px;
    padding: 0 0 15px;
    color: #000;
}
.contact_page .info_box .text_box .ctc_info .ctc_box{
    padding: 0 0 20px;
    display: flex;
/*    align-items: center;*/
}
.contact_page .info_box .text_box .ctc_info .ctc_box .icon{
    width: 30px;
}
.contact_page .info_box .text_box .ctc_info .ctc_box .icon i{
    font-size: 18px;
    color: #c09c5c;
}
.contact_page .info_box .text_box .ctc_info .ctc_box .txt{
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    font-family: "Ivy Journal", sans-serif;
    line-height: 20px;
}
.contact_page .info_box .text_box .ctc_info .ctc_box .txt a{
    font-size: 14px;
    font-weight: 500;
    color: #fff;
}
.contact_page .info_box .text_box .follow_us{
    display: flex;
    align-items: center;
    padding: 10px 0 0 0;
}
.contact_page .info_box .text_box .follow_us .text{
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    padding: 0 5px 0 0;
    font-weight: 700;
    font-family: "Ivy Journal", sans-serif;
}
.contact_page .info_box .text_box .follow_us ul li{
    display: inline-block;
    transition: .5s;
}
.contact_page .info_box .text_box .follow_us ul li a{
    width: 28px;
    height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    border-radius: 50px;
    background: linear-gradient(to right, #c09c5c, #ddc189);
    color: #1f2f43;
    margin: 0 0 0 5px;
}
.contact_page .info_box .text_box .follow_us ul li:hover{
    transform: translateY(-2px);
}
.contact_page .info_box .lower_sec{
    padding: 50px 0 0;
}
.form_box .title{
    font-size: 24px;
    line-height: 28px;
    padding: 0 0 15px 10px;
    color: #91cef4;
}
form .form_group{
    margin: 0 0 20px 0;
}
form .form_group label{
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    display: inline-block;
    padding: 0 0 5px;
}
form .error.form_error {
    color: #ff0000;
    font-weight: 600;
    font-size: 12px;
    margin: -3px 0 2px 0;
}
form .form_group input{
    font-size: 15px;
    font-weight: 500;
    color: #231f20;
    width: 100%;
    height: 40px;
    padding: 0 10px;
    outline: none;
    border: none;
    border-radius: 5px;
}
form .form_group textarea{
    font-size: 15px;
    font-weight: 500;
    color: #231f20;
    width: 100%;
    height: 80px;
    padding: 0 10px;
    outline: none;
    margin: 0 0 10px;
    border: none;
    border-radius: 5px;
}
form .form_submit button{
    font-size: 16px;
    font-weight: 700;
    color: #1f2c3e;
    border: none;
    outline: none;
    font-family: "Ivy Journal", sans-serif;
    padding: 5px 35px;
    transition: all 0.3s;
    background: linear-gradient(to right, #c09c5c, #ddc189);
}
form .form_submit button:hover{
    color: #1f2c3e;
    background: #91cef4;
}
form .form_group input[type='file'] {
    font-size: 14px;
    font-weight: 500;
    padding: 10px 0px;
    border-radius: 8px;
    outline: none;
    width: 100%;
    color: #fff;
}

/*careers_section*/
.careers_section{
    background: #1f2f43;
    padding: 200px 0 100px 0;
    min-height: calc(100vh - 235px);
}
.careers_section .form_box .title{
    padding: 30px 10px;
}

/*Thank You Page*/
.thankyou_page{
    background: #1f2f43;
    min-height: calc(100vh - 235px);
    display: flex;
    align-items: center;
    justify-content: center;
}
.thankyou_page .inner_container{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10% 0;
}
.thankyou_page .inner_container .line1{
  display: inline-block;
  position: relative;
  color: #91cef4;
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
  text-transform: capitalize;
  padding: 0 0 20px 0;
}
.thankyou_page .inner_container .line2{
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4em;
  text-align: center;
  color: #fff;
}