/* ==== Google font ==== */
@import url(http://fonts.googleapis.com/css?family=Raleway:400,300,500,600, 700,100);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,500, 700,600);
@import url('font-awesome.css');

/* ==== overwrite bootstrap standard ==== */
@import url('overwrite.css');
@import url('animate.css');
/*************************
*******Typography******
**************************/

body {
  background: #333;
	font-family:"Raleway", "Open Sans", sans-serif;
  color:#333;
  line-height:175%;
  overflow-x:hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight:500; 
	font-family:"Raleway", "Open Sans", sans-serif;
	color:#000;
}

h1{
  font-size: 36px;
  color:#fff;
}

h2{
  font-size:36px;
}

h3{
  font-size: 16px;
  color: #787878;
  font-weight: 400;
  line-height: 120%;
}

h4{
  font-size: 16px;
    color: #787878;

}

a {
  color: #a48328;
  -webkit-transition: color 300ms, background-color 300ms;
  -moz-transition: color 300ms, background-color 300ms;
  -o-transition:  color 300ms, background-color 300ms;
  transition:  color 300ms, background-color 300ms;
}

a:hover, a:focus {
  color:rgba(0,0,0,.85);
  text-decoration:none;
}

hr {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #fff;
}
emphasis-dark {
    color: #13007C;
    font-weight: bold;
}
emphasis-light {
    color: #FFF7EB;
    font-weight: bold;
}
small {
  font-variant: small-caps;
}
ital {
  font-style: italic;
}
cdsd {
  letter-spacing: -1px;
}
light_cdsd {
  letter-spacing: -0.2px;
}
big {
  font-size: 135%;
}

.btn-primary {
	margin-top:30px;
}

.btn {
  display: inline-block;
  padding: 10px 20px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: #0BA9F9;
}
.btn:hover {
	color: #fff;
	background-color: #0BA9F9;
	border-color: #0BA9F9;
}

/*************************
*******Header******
**************************/
header { 
  background: #FFF7EB;  
  padding-top:40px;
  padding-bottom:5px;
}

.navbar-fixed-top .navbar-toggle .icon-bar {
  background-color: #FFF7EB;
}

.navbar>.container .navbar-brand{
  margin-left: 0;
}

.navbar-brand {
  padding: 0;
  margin:0;
}

.navbar-header a.navbar-brand {
   color:#2E58A6;
	font-family:"Raleway", "Open Sans", sans-serif;
}

.navbar-header a.navbar-brand:hover{
   color:#fff;
}

.navbar {
  border-radius: 0;
  margin-bottom: 0;
  padding: 5px 0;
  transition: .25s all linear;
  box-shadow: 0 2px 3px rgba(0,0,0,0.4);

}

.navbar-nav{
  margin-top: 5px;
 }

.navbar-nav>li{
	padding: 20px 12px;
	margin: 0;
	border-radius: 3px;
	color: #2E58A6;
	line-height: 14px;
	display: inline-block;
	text-transform:;
	font-weight:500;
	font-size:18px;
	font-family:"Raleway", "Open Sans", sans-serif;
}
.navbar-nav>li + li:after {
 position: absolute;
 left: -3px;
 top: 24px;
 content: "";
 background: url("../img/menu-marker.png") no-repeat scroll 0pt 0pt transparent;
 width: 8px;
 height: 8px;
}

.navbar-fixed-top .navbar-nav > li > a {
	padding: 10px 12px;
	margin: 0;
	border-radius: 3px;
	color: #2E58A6;
	line-height: 14px;
	display: inline-block;
	text-transform:;
	font-weight:500;
	font-size:18px;
	font-family:"Raleway", "Open Sans", sans-serif;
}

.navbar-fixed-top .navbar-nav > li > a:hover{
	background: none;	
	color:#13007C;
	font-weight:bold;
}

.navbar-fixed-top {
  border: none;
  background: #FFF7EB;   
}

.navbar-fixed-top .navbar-brand {
  font-size: 36px;
  line-height: 40px;
  color: #FFF7EB;
}

.navbar-fixed-top .navbar-nav > .active > a,
.navbar-fixed-top .navbar-nav > .active > a:hover,
.navbar-fixed-top .navbar-nav > .active > a:focus,
.navbar-fixed-top .navbar-nav > .open > a,
.navbar-fixed-top .navbar-nav > .open > a:hover,
.navbar-fixed-top .navbar-nav > .open > a:focus {
  background-color: #fff;
  color: #fff;
}

/*************************
*******parallax******
**************************/
.parallax1{
    background-image: url('../img/par1.jpg');
	height: 400px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.parallax2{
    background-image: url('../img/par2.jpg');
	height: 400px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.95;
}

/*************************
*******hero******
**************************/
#hero {
	padding-top:30px;
	background:#d7e1f4;
	padding-bottom:10px;
}

#hero .text-center h2 {
	margin-top:30px;
	margin-bottom:40px;
	font-weight:600;
	color:#1b3564;
}

#hero .col-md-5 img {
 width: 60%;
  display: block;
  margin-left: auto;
  margin-right: auto; 
}

#hero .text-center h3 {
	font-size:35px;
	margin-top:30px;
	margin-bottom:90px;
	color:#1b3564;
	font-weight:bold;

}

#hero .main-text p {
	margin-bottom:35px;
	font-family:"Raleway", "Open Sans", sans-serif;
	text-align: left;
	color:#2e58a6;
	font-size:115%;

}
#hero .col-md-10 p {
	font-family:"Raleway", "Open Sans", sans-serif;
	font-size:115%;
	margin-bottom:40px;
	font-style: italic;
}

/*************************
*******services******
**************************/
#services {
	padding-top:20px;
	background:#e4f0c1;
	padding-bottom:70px;
}

#services .text-center h2 {
	margin-top:10px;
	margin-bottom:20px;
	font-weight:600;
	color:#40A629;
}


#services .text-center {
	padding-top:5px;
	margin-bottom:5px;
}
#services .text-center img {
	margin-top:50px;
	margin-bottom: 15px;
}
#services .block1 {
  position: relative;
  padding-top: 64px;
}
#services .block1 img {
 border-radius: 500px 500px 500px 500px;
 width: 80%;
 display: block;
 position: relative;
 margin: 0pt auto 24px;
 border: 2px solid #4fcc33;
}
#services .block1 .block1_title {
  margin-bottom: 27px;
  text-align: center;
  font-size: 30px;
  line-height: 28px;
  font-weight: bold;
  color: #4fcc33;
  font-variant: small-caps;

}
#services .block1 p {
	margin-bottom:15px;
	font-family:"Raleway", "Open Sans", sans-serif;
	text-align: justify;
	font-size:115%;

}
#services .block1 .block1_title span {
 display: block;
 font-size: 18px;
 line-height: 16px;
 margin-bottom: 11px;
}

#services .block1 ul {
  font-size:115%;
  padding-top: 0pt;
  padding-right: 0pt;
  padding-bottom: 20pt;
  padding-left: 15pt;
  margin-top: 0pt;
  margin-right: 0pt;
  margin-bottom: 0pt;
  margin-left: 0pt;
 list-style-position: outside;
 list-style-type: "❖  ";
}

#services .block1 ul li + li {
 margin-top: 8px;
}

#services p {
	padding-top:20px;
	margin-bottom:15px;
	font-family:"Raleway", "Open Sans", sans-serif;
	text-align: justify;
	font-size:115%;

}

h5 {
  font-weight: bold;
  font-size: 16px;
  color: #798db9;
  padding-bottom: 20px;
  margin-top:-15px;
}

/*************************
*******about******
**************************/

#about {
	padding-top:20px;
	background:#ffebcc;
	padding-bottom:70px;
}

#about .text-center h2 {
	margin-top:10px;
	margin-bottom:20px;
	font-weight:600;
	color:#ffc266;
}

#about .block3 {
  margin-top: 5px;
  color: rgb(255, 255, 255);
  position: relative;
  background-color: rgb(51, 51, 51);
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-radius:8px;
 
}
#about .block3 img {
 margin-top: 23%;
 width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto; 
  border-radius:8px;

}

}
#about .block3 .block3_title {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 6px;
}
#about .block3 .block3_pad {
  padding-top: 10px;
  padding-right: 26px;
  padding-bottom: 10px;
  padding-left: 26px;
}

#about ul {
  font-size:115%;
  padding-top: 0pt;
  padding-right: 0pt;
  padding-bottom: 20pt;
  padding-left: 15pt;
  margin-top: 0pt;
  margin-right: 0pt;
  margin-bottom: 0pt;
  margin-left: 0pt;
 list-style-position: outside;
 list-style-type: disc;
}

#about ul li + li {
 margin-top: 8px;
}

#about p {
	padding-bottom:15px;
	font-family:"Raleway", "Open Sans", sans-serif;
	text-align: left;
	font-size:115%;

}

#about h3 {
	font-family:"Raleway", "Open Sans", sans-serif;
	font-size:125%;
	font-weight:600;
	color: #595959;

}
#about h4 {
	font-weight:600;
	color: #787878	;
	font-family:"Raleway", "Open Sans", sans-serif;
	font-size:120%;
  font-weight: bold;
  padding-top: 5px;
  padding-bottom: 10px;
}


/*************************
*******footer******
**************************/
#footer {
	background:#FFF7EB;
	padding-bottom:0px;
	box-shadow: 0 -2px 3px rgba(0,0,0,0.4);
}
#footer .text-center h2{
	color: #13007C;
	margin-bottom:-10px;
	font-family:"Raleway", "Open Sans", sans-serif;
	font-weight:bold;
	font-size:170%;
}
#footer .text-center a {
	color: #2E58A6;
}
.text-center {
	padding-top:20px;
}

.text-center h4 {
	font-family:"Raleway", "Open Sans", sans-serif;
	font-weight:bold;
	font-size:155%;
	color:#2c3955;
}

.text-center h5 {
  max-width:599px;
  font-weight: bold;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 24px;
  line-height: 140%;
  margin-bottom: 14px;
  color: #1e487d;
}

.text-center h6 {
  font-weight: bold;
  font-size: 16px;
  color: #798db9;
  padding-bottom: 20px;
  margin-top:-15px;
}

