@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,700');
@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400,400i');
html{
	/*max-width:2000px;*/
	width:100%;
	margin: 0 auto;
	display:block;
	background:#fff;
}
body{
	/*max-width:2000px;*/
	width:100%;
	margin: 0 auto;
	display:block;
	font-family: 'Montserrat', sans-serif;	
	background-color: #f1f1f2;
/* 	padding-top: 145px; */
}
.container-fluid{
	max-width:1920px;
	width:100%;
	margin: 0 auto;
	display:block;	
}
.container{
	max-width:1732px;
	width:100%;
	margin: 0 auto;
	display:block;
}
.navbar{
    min-height: auto;
    padding: 11px 0px;
}
.navbar-brand{
    height: auto;
    padding: 0px 5px;
}
.navbar-brand>img {
	transition: all 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.navbar-inverse {
    background-color: #f1f1f2;
    border-color: transparent;
    border: 0;
    margin-bottom: 0px;	
}
.navbar-nav {
    float: right;
    padding-top: 20px;
	transition: all 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);	
}
.navbar-inverse .navbar-nav>li>a {
    color: #000000;
    text-transform: uppercase;
    font-weight: 700;
}
.nav>li>a{
    padding: 10px 20px;	
}
.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover{
    color: #4e4e4e;	
}
.navbar-inverse .navbar-collapse{
    padding-right: 0px;	
}
.navbar-nav>li:last-child a{
    padding-right: 0px;	
}
.navbar>.container-fluid .navbar-brand{
    margin-left: 0px;
    padding: 0;	
}
#section_one{
	background-image:url("../images/parallax1.jpg");
	height:92vh;
    background-attachment: fixed;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;	
	    background-position-y: center;
}
#section_one .inner_section{
       padding: 18% 0px;
}
#section_one h2{
    font-family: 'Playfair Display', serif;
    color: #fff;
   font-size: 60px;
    margin: 0px;
    margin-bottom: 15px;
    text-align: center;
}
#section_one h2 b { 
	font-size: 70px;
    color: #fff;
}
#section_one h2 span{
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    font-style: italic;
    color: #24c3ff;
}
#section_one p{
    font-size: 26px;
    color: #fff;
    font-weight: 700;
    margin-top: 49px;
    text-align: center;	
}
#section_two{
	padding: 95px 0px 0px 0px;	
}
#section_two .row{
    margin: 0px;	
}
#section_two .col-md-4{
	padding-left: 5px;
    padding-right: 5px;		
}
#section_two .section_title{
    text-align: center;
    color: #1e1e1e;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 50px;
    letter-spacing: -0.5px;	
    font-size: 40px;	
}
#section_two .feature_box{
    background-color: #ffffff;
    padding: 40px;
    margin-bottom: 10px;	
}
#section_two .feature_box img{
    width: 100%;
    height: 210px;
    object-fit: cover;
    margin-bottom: 30px;	
}
#section_two .feature_box .feature_title{
    margin: 0px;
    font-size: 31px;
    font-weight: 700;
    padding-bottom: 13px;
    letter-spacing: -1px;	
}
#section_two .feature_box .feature_sub_title{
	font-size: 18px;
  /*  font-family: 'Playfair Display', serif;
    */
	line-height: 28px;
    letter-spacing: -0.5px;	
	color:#1e1e1e;
}
#section_two .feature_box .feature_sub_title span{
    font-style: italic;
    color: #0092c9;	
}
#section_two .feature_box .feature_text{
    color: #1e1e1e;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: -0.5px;
    margin-top: 16px;	
}
#section_three{
 /* padding-top: 65px;	 */
    padding-top: 95px;	
	padding-bottom: 55px;
}
#section_three .section_title {
    text-align: center;
    color: #1e1e1e;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 15px;
    letter-spacing: -0.5px;	
    font-size: 40px;	
}
#section_three .section_sub_title {
	text-align: center;
    font-size: 21px;
    color: #1e1e1e;
    font-family: 'Playfair Display', serif;
    letter-spacing: -0.5px;	
}
#section_three .section_sub_title span{
	color: #0092c9;
    font-style: italic;	
}
.abouthr{
    max-width: 60px;
    border-top: 3px solid #0092c9;
    margin-top: 25px;
    margin-bottom: 23px;	
}
#section_three .section_text{
	text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    color: #1e1e1e;
    font-weight: 400;
    max-width: 1160px;
    margin: 0 auto;
    margin-bottom: 25px;
    letter-spacing: -0.4px;
    line-height: 30px;	
}
.aboutline1
{
	
	    font-weight: 900 !important;
    font-size: 24px !important;
}
#section_four{
	background-image:url("../images/contact.jpg");
	background-size:cover;
	background-position:top center;
	/* padding:75px 0px; */
	padding:95px 0px;
}
#section_four .section_title {
    text-align: center;
    color: #fff;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 15px;
    letter-spacing: -0.5px;	
    font-size: 40px;	
}
#section_four .section_sub_title {
	text-align: center;
    font-size: 21px;
    color: #fff;
    font-family: 'Playfair Display', serif;
    letter-spacing: -0.5px;	
}
#section_four .section_sub_title span{
	color: #0092c9;
    font-style: italic;	
}
#section_four .mail_link{
    text-align: center;
    font-size: 18px;
    color: #fff;
    letter-spacing: -0.5px;
    font-weight: 500;
    margin-top: 40px;
}
#section_four .mail_icon{
    padding-right: 10px;
    vertical-align: sub;	
}
#section_four .container{
	max-width:850px;
	margin:0 auto;
	display:block;
}
#section_four input, #section_four textarea{
    width: 100%;
    font-size: 16px;
    font-weight: 300;
    background: transparent;
    border: 1px solid #6a6767;
    border-radius: 25px;
    height: 40px;
    padding: 20px;
    margin-bottom: 0px;	
	color:#fff;
	outline:none;
	padding-left: 60px;	
}
#section_four input::placeholder, #section_four textarea::placeholder{
	color:#fff;	
}
#section_four textarea{
    height: 185px;	
}
#section_four input::focus, #section_four textarea::focus{
	outline:none;	
}
.contact_form{
    margin-top: 25px;	
}
.contact_form .form_icons{
    position: absolute;
    margin-top: 17px;
    margin-left: 20px;	
}
.contact_form .form_icons-msg{
    margin-top: 28px;	
}
.contact_form  .btn_submit{
    padding: 0 !important;
    background-color: #0092c9 !IMPORTANT;
    border: 0px !important;
    height: 47px !important;
    max-width: 145px;
    margin: 0 auto;
    display: block;
    margin-top: 15px;

}
.contact_form  .btn_submit:hover{
    background-color: rgba(0, 146, 201, 0.73) !IMPORTANT;	
}
#section_six{
	background-color:#0092c9;
	padding:50px 0px 15px 0px;
}
#section_six .footer_logo{
	margin: 0 auto;
    margin-bottom: 37px;
    max-width: 110px;	
}
#section_six .footer_menu{
    margin-bottom: 30px;	
}
#section_six .footer_menu ul{
    padding-left: 0px;
    list-style: none;
    text-align: center;
}
#section_six .footer_menu ul li{
    display: inline;
    padding: 0px 20px;	
}
#section_six .footer_menu ul li a{
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;	
}
#section_six .gplus{
	max-width: 165px;
    float: right;	
}
#section_six .app_store{
	max-width: 165px;
    float: left;	
}
#section_six .copyright{
	text-align: center;
    font-size: 11px;
    color: #ffffff;
    font-weight: 300;
    padding-top: 55px;	
    margin-bottom: 2px;	
}
.stickey .navbar-nav{
    padding-top: 20px;
	transition: all 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
/* .stickey .navbar-brand>img {
    max-width: 75px;
	transition: all 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
} */
#section_blue{
	background-color:#0092c9;
	padding:35px 0px;
}
#section_blue .inner_section p{
    color: #ffffff;
    text-align: center;
    font-size: 24px;
    font-weight: 300;
    max-width: 1138px;
    margin: 0 auto;
    letter-spacing: -0.5px;
    margin-bottom: 25px;	
}
#section_blue .inner_section p:last-child{
    font-weight: 600;	
    margin-bottom: 0px;	
}
/*-------------------- Purvi CSS -----------------------------*/
@media screen and (min-width:1200px){
.sec_3_row2{
	margin-top:35px !important;
}
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}
}
@media screen and (max-width:770px) and (min-width:600px){
#section_two .feature_box {
    padding: 5px !important;
}
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}
.fbsec1{
	height: 815px;
	}
.fbsec2{
	height: 840px;
	}
}
.mail_link a{
	color:#fff !important;
}
.mail_link a:hover{
	text-decoration:none;
}
@media screen and (max-width:1024px) and (min-width:771px){
.fbsec1{
	height: 730px;
	}
.fbsec2{
	height: 795px;
	}
	
}



/*-------------------- End Purvi CSS -----------------------------*/


/*----------------------------------- Media Query ---------------------------*/

@media screen and (max-width:600px){
	#section_one .inner_section {
		padding: 74px 0px;
	}
	#section_one h2{
		font-size: 30px;
	}
	#section_one p {
		font-size: 12px;
	}	
	#section_blue .inner_section p{
	    font-size: 16px;	
	}
	#section_one{
		height: 440px;	
	}
	#section_six .gplus ,#section_six .app_store{
		max-width: 115px;
		float: none;
		margin: 0 auto;
		margin-bottom: 10px;
	}
	.navbar-brand>img {
		display: block;
		max-width: 100px;
		padding-left: 15px;
	}
	.navbar-inverse .navbar-toggle .icon-bar {
		background-color: #000;
	}
	.navbar-toggle{
	    border: 0px solid transparent;	
	}
	.navbar-toggle{
		margin-top: 15px;	
	}
	.navbar-nav {
		float: none;
		padding-top: 0px;
		text-align: center;
	}
	.navbar-inverse .navbar-nav>li>a{
	    padding: 5px 0px;	
	}
	.navbar-nav {
		margin: 7.5px 0px;
	}
	.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
		background-color: transparent;
	}
	#section_two {
		padding: 40px 0px 20px 0px;
	}
	#section_two .section_title{
	    margin-bottom: 30px;
		font-size: 30px;	
	}
	#section_two .feature_box{
		padding: 20px;	
		height: auto !important;
	}
	#section_two .feature_box .feature_title{
	    font-size: 23px;	
	}
	#section_two .feature_box .feature_sub_title {
		font-size: 17px;
	}
	#section_two .feature_box .feature_text{
		font-size: 15px	
	}
	#section_three .section_title{
	    font-size: 30px;	
	}
	#section_three .section_sub_title{
	    font-size: 18px;	
	}
	#section_four .section_title{
	    font-size: 30px;		
	}
	#section_three .section_text{
		font-size: 15px;	
	}
	#section_four .section_sub_title{
	    font-size: 18px;	
	}
	#section_four .mail_link{
	    font-size: 15px;	
	}
	#section_six .footer_menu ul li {
		display: block;
		padding: 7px 20px;
	}	
	body{
		padding-top: 87.34px;	
	}
	#section_two .feature_box img {
		height: 120px;
	}
}
@media screen and (min-width:768px) and (max-width:1024px){
	.navbar-brand>img {
		display: block;
		max-width: 100px;
	}
	.navbar-nav {
		float: right;
		padding-top: 19px;
	}	
	#section_one h2{
	    font-size: 50px;	
	}
	#section_one p{
		font-size: 20px;	
	}
	#section_two .section_title{
	    font-size: 35px;	
	}
	#section_two .feature_box .feature_title {
		font-size: 24px;
	}
	#section_three .section_title{
	    font-size: 35px;	
	}
	#section_four .section_title{
	    font-size: 35px;		
	}	
	#section_two {
/* 		padding: 40px 0px 65px 0px; */
	}	
	#section_two .feature_box {
		background-color: #ffffff;
		padding: 25px;
		margin-bottom: 10px;
	}
	body{
		padding-top: 98.88px;	
	}
}
@media screen and (min-width:1025px) and (max-width:1500px){
	.fbsec1{
	height: 670px;
	}
	.fbsec2{
	height: 735px;
	}
	.navbar-brand>img {
		display: block;
		max-width: 100px;
	}
	.navbar-nav {
		float: right;
		padding-top: 19px;
	}	
	#section_one h2{
	    font-size: 48px;	
	}
	#section_one p{
		font-size: 22px;	
	}
	#section_two .section_title{
	    font-size: 35px;	
	}
	#section_two .feature_box .feature_title {
		font-size: 26px;
	}
	#section_three .section_title{
	    font-size: 35px;	
	}
	#section_four .section_title{
	    font-size: 35px;		
	}
	body{
		padding-top: 98.88px;	
	}
}
@media screen and (min-width:1400px) and (max-width:1500px){
.fbsec1{
	height: 660px;
	}
.fbsec2{
	height: 710px;
	}
}
@media screen and (min-width:1501px){
.fbsec1{
	height: 635px;;
	}
.fbsec2{
	height: 660px;
	}
.navbar {
    min-height: auto;
 }	
}
@media screen and (min-width: 2565px){
.fbsec2 {
    height: 960px;
}
.fbsec1 {
    height: 810px;
}
}