@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');

*
{
	padding:0;
	margin:0;
}

@font-face {font-family: "DIN Next W01 Regular";
  src: url("../fonts/din-next.eot"); /* IE9*/
  src: url("../fonts/din-next.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
  url("../fonts/din-next.woff2") format("woff2"), /* chrome、firefox */
  url("../fonts/din-next.woff") format("woff"), /* chrome、firefox */
  url("../fonts/din-next.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  url("../fonts/din-next.svg#DIN Next W01 Regular") format("svg"); /* iOS 4.1- */
}

@font-face {font-family: "DIN Next W01 Light";
  src: url("../fonts/din-textlight.eot"); /* IE9*/
  src: url("../fonts/din-textlight.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
  url("../fonts/din-textlight.woff2") format("woff2"), /* chrome、firefox */
  url("../fonts/din-textlight.woff") format("woff"), /* chrome、firefox */
  url("../fonts/din-textlight.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  url("../fonts/din-textlight.svg#DIN Next W01 Light") format("svg"); /* iOS 4.1- */
}

body
{
	background-color:#fff;
	overflow-x:hidden;
}

h1,h2,h3
{
	color:#2a2b2f;
	margin:25px 0px;
}

h1{
	font-family: 'Montserrat', sans-serif;
	font-size:48px;
	color:#2a2b2f;	
	font-weight:700;
}

h2{
	font-family: 'Montserrat', sans-serif;
	font-size:36px;
	color:#2a2b2f;
	font-weight:400;
}

h3{
	font-family: 'Montserrat', sans-serif;
	font-size:24px;
	color:#2a2b2f;
	font-weight:400;
}

h4{
	font-family: 'Montserrat', sans-serif;
	font-size:18px;
	color:#2a2b2f;
	font-weight:400;
}

h5{
	font-family: 'Montserrat', sans-serif;
	font-size:18px;
	color:#2a2b2f;
	font-weight:400;
}

h6{
	font-family: 'Montserrat', sans-serif;
	font-size:14px;
	color:#2a2b2f;
	font-weight:400;
}

p{
	font-family: 'Montserrat', sans-serif;
	font-size:15px;
	color:#6b6d6f;
	font-weight:400;
	line-height:24px;
	text-align:justify;	
	
}


ul,ol
{
	padding:0;
	margin:0;
}

ul li,ol li
{
	list-style-type:none;
	font-family: 'Montserrat', sans-serif;
	font-size:16px;
	color:#4344b3;
	font-weight:400;
	line-height:30px;
}

a
{
	transition: all 0.2s ease;
	color:#4344b3;
	text-decoration:none;
}

a:active {
    outline: none;
}

a:hover, a:focus {
   outline: none;
   color:#2a2b2f;
    text-decoration:none;
}

.btn-default:hover {
   color: #ffffff;
    background-color: #4a9eb6;
    border-color: #fff;
}

strong
{
	font-weight:600;
	color:#1e91eb;
}

hr {
     background: #00c8dc none repeat scroll 0 0;
    border: medium none;
    height: 5px;
    width: 240px;
	margin:0;
}

.padding-top
{
	padding-top:75px;
}

.no-pad{
	padding:0;
}

.scrollup {
    background: rgba(0, 0, 0, 0.3) url("../images/icon_gototop.png") no-repeat scroll 0 0;
    border-radius: 25px;
    bottom: 50px;
    height: 40px;
    position: fixed;
    right: 50px;
    width: 40px;
}

.menu{
	position: absolute;
	z-index: 9999;
	width: 100%;
	padding: 50px 0px;
}

.menu .navbar-default .navbar-nav>li>a {
        color: #fff;
    margin: 25px 0px;
    font-size: 14px;
}

.menu nav.navbar.navbar-default {
    background-color: transparent;
	border:0;
	margin:0;
}

.logo
{
	margin:10px 0px;
}

#banner {
    position: relative;
}

#banner .bannerone {
    background: url(../images/banner.jpg) center no-repeat;
	min-height: 100vh;
    padding-top: 200px;
    position: relative;
    background-size: cover;
}

#banner .bannertwo {
    background: url(../images/banner.jpg) center no-repeat;
    min-height: 100vh;
    padding-top: 200px;
    position: relative;
    background-size: cover;
}

#banner .bannerthree {
    background: url(../images/banner.jpg) center no-repeat;
	min-height: 100vh;
    padding-top: 200px;
    position: relative;
    background-size: cover;
}




#banner .owl-banner .banner-text 
{
	
}

#banner .owl-banner .banner-text h1 {
        color: #fff;
		font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 1em;
    font-size: 64px;
    text-transform: uppercase;
	margin-top:5px;

}

#banner .owl-banner .banner-text h3
{
	    color: #585b60;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-weight: 500;
}
}


#banner .owl-banner .banner-text h2{
      
    font-size: 42px;
	color:#fff;
	 line-height: 1em;
	 text-transform: uppercase;
	 


}

#banner .owl-banner .owl-prev
{
    z-index: 2;
    position: absolute;
    background: #4344b3;
    color: #fff;
    border-radius: 50%;
    overflow: auto;
    clear: both;
    left: 20px;
    width: 41px;
    height: 38px;
    top: 45%;
}

#banner .owl-banner .owl-next
{
    z-index: 2;
    position: absolute;
    background: #4344b3;
    color: #fff;
    border-radius: 50%;
    overflow: auto;
    clear: both;
    right: 20px;
    width: 41px;
    height: 38px;
    top: 45%;
}

#banner .readmore p a.btn.btn-info {
    border: 0;
    background: #e67700;
    font-size: 14px;
    font-weight: 500;
    padding: 15px 40px;
    border-radius:0;
	
}

#banner .banner-details
{
	
	margin-top: 210px;
}

#how-itworks {
    padding: 50px 0px;
}

#how-itworks h1
{
	    color: #00C8DC;
		margin-bottom:0;
		font-size:260px;
		    font-family:"DIN Next W01 Light";
    font-weight: 400;
	
}
#how-itworks h2
{
	    color: #00C8DC;
		font-family:"DIN Next W01 Light";
    font-weight: 400;
		font-size:62px;
    text-transform: uppercase;
		
}

#how-itworks h3
{
	    color: #00C8DC;
		    font-family:"DIN Next W01 Light";
    font-weight: 700;
	
		font-size:20px;
		
}

#how-itworks p
{
	    color: #00C8DC;
		font-size:14px;
}

#about-us
{
	background-color:#5e90e3;
	padding:50px 0px;
	overflow: auto;
}

#about-us .about-lists {
	padding-top:30px;
}

#about-us h1
{
	font-family: 'Montserrat', sans-serif;
    font-size:52px;
	font-weight: 400;
	text-transform: uppercase;
	color:#fff
	
}

#about-us h3
{
	font-family: 'Montserrat', sans-serif;
    font-size:30px;
	font-weight: 500;
	text-transform: uppercase;
	color:#fff;
}

#about-us p
{
	
	font-family: 'Montserrat', sans-serif;
	font-size:14px;
	color: #fff;
}


#about-us img {
    margin: 10px 10px 10px 10px;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s; /* Safari */
    }

#about-us .circle-line svg:hover {
	cursor: pointer;
	fill:#fff;
	-webkit-transform: scale(1.5, 1.5);
    -ms-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
    transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s; /* Safari */
    
    }
	
#about-us .circle-line	
	{	
    border-radius: 50%;
    width: 180px;
    height: 180px;
    background: rgb(94,144,227);
background: radial-gradient(circle, rgba(94,144,227,1) 0%, rgba(67,69,180,1) 78%);
    position: relative;
    border: 3px solid #fff;
	}
	
	#about-us .circle-line:hover
	{	
	border: 3px solid #4345b4;
	background: rgb(67,69,180);
background: radial-gradient(circle, rgba(67,69,180,1) 0%, rgba(94,144,227,1) 59%);
	
	}
	
#about-us .circle-line svg
	{
	width: 100%;
    margin: 0 auto;
    fill: #fff;
    margin-top: 60px;
	}
	
	.display-table
	{
		display:table;
		height:180px;	
	}
	
	.display-tablecell
	{
		display:table-cell;
		vertical-align:middle;
	}
	
#logo-slider
{
	padding:50px 0px;
	background-color:#fff;
}
	
#logo-slider h1	
	{
		font-family: 'Montserrat', sans-serif;
    font-size: 72px;
    font-weight: 400;
    text-transform: uppercase;
    color: #00C8DC;
	}

#logo-slider .owl-slider
{
	margin-top:20px;
}	
#logo-slider .owl-slider .owl-item img
{
	margin: 10px 10px 10px 10px;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
}

#logo-slider .owl-slider .owl-item img:hover
{
	cursor: pointer;
	-webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s; /* Safari */
    box-shadow: 5px 10px 5px #ccc;
    z-index: 1;
}

	

#logo-slider .owl-slider button.owl-prev
{
    z-index: 2;
    position: absolute;
    background: #4344b3;
    color: #fff;
    border-radius: 50%;
    overflow: auto;
    clear: both;
    left: -20px;
    width: 30px;
    height: 30px;
    top: 35%;
}

#logo-slider .owl-slider button.owl-next
{
    z-index: 2;
    position: absolute;
    background: #4344b3;
    color: #fff;
    border-radius: 50%;
    overflow: auto;
    clear: both;
    right: -25px;
    width: 30px;
    height: 30px;
    top: 35%;
}

	
	
#stay-intouch
{
	background-color:#00C8DC;
	padding:50px 0px;
}
#stay-intouch h1	
	{
		font-family: 'Montserrat', sans-serif;
    font-size: 72px;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
	}
	
#stay-intouch p
{
	font-family: 'Montserrat', sans-serif;
    font-size:18px;
	font-weight: 400;
	color:#fff;
	margin-bottom:0;
}
#stay-intouch p a{
		color:#fff;
	}
#stay-intouch .phone, .email
{
	border-right:4px solid #fff;
	
}
#stay-intouch .stay-intouch-details
{
	padding:150px 0px;
}

#request-section
{
	padding:60px 0px;
	background:#fff;
	overflow:auto;
}

#request-section h1
	{
	font-family: 'Montserrat', sans-serif;
    font-size: 72px;
    font-weight: 400;
    text-transform: uppercase;
    color: #00C8DC;
	}

#request-section p
{
	font-family: 'Montserrat', sans-serif;
    font-size:20px;
	font-weight:500;
	color: #00C8DC;
	line-height: 32px;
}

#stay-intouch p a:active {
    color: #4344b3;
}



#request-section input, #request-section textarea {
    border-radius: 0;
    border-width: 3px;
    background-color: rgba(255, 255, 255, 1);
    border-style: solid;
    border-color: rgba(0, 210, 212, 1);
    max-width: 100%;
}
	
#request-section button.btn.btn-send	
	{
    padding: 8px 20px;
    background: #00C8DC;
    border-radius: 0;
	color:#fff;
	float: right;
	font-family: 'Montserrat', sans-serif;
}

#request-section input:focus{
    border-width: 1px;
    background-color: rgba(255, 64, 64, 0.1);
    border-style: solid;
    border-color: rgba(255, 64, 64, 1);
}

#request-section ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-weight:300;
  font-family: 'Montserrat', sans-serif;
}
#request-section ::-moz-placeholder { /* Firefox 19+ */
  font-weight:300;
  font-family: 'Montserrat', sans-serif;
}
#request-section :-ms-input-placeholder { /* IE 10+ */
  font-weight:300;
  font-family: 'Montserrat', sans-serif;
}
#request-section :-moz-placeholder { /* Firefox 18- */
  font-weight:300;
  font-family: 'Montserrat', sans-serif;
}

#footer
{
	background: #00C8DC;
	overflow:auto;
	padding:60px 0px;
}

#footer .social ul li {
    display: inline-block;
}

#footer ul li a {
    color: #fff;
   font-weight: 400;
    font-size: 13px;
	line-height:32px;
	font-family: 'Montserrat', sans-serif;
}

#footer ul li a i.fa
{
	    padding-right: 20px;
    padding-top: 10px;
	font-size:28px;
    color: #fff;
    
}

#footer p{
	color:#fff;
	margin-bottom:5px;
	    font-size: 13px;
	
	
}

.footerone-text p
{
	font-size:12px;
	padding-top:20px;
}

#footer p a
{
	color:#fff;
	font-size:13px;
}


#footer h4
{
	    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    position: relative;
    overflow: hidden;
    padding-top: 25px;
	    margin-bottom: 20px;
}

#footer h4:before {
    content: "";
    position: absolute;
    border: 2px solid #fff;
    width: 100%;
    top: 0;
}

.copyright
{
	padding:20px 0px; 
	background-color:#fff;
}

.copyright p
{
	text-align:center;
	margin-bottom:0;
	font-size:14px;
}



