/*!
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */
.row{
  margin: 0px 0px 0px 0px;
  width: 100%;
}
.heading-font {
  font-family: 'Segoe UI','Catamaran', 'Helvetica', 'Arial', 'sans-serif';
  font-weight: 200;
  letter-spacing: 1px;
}
.body-font {
  font-family: 'Muli', 'Helvetica', 'Arial', 'sans-serif';
}
.alt-font {
  font-family: 'Lato', 'Helvetica', 'Arial', 'sans-serif';
  text-transform: uppercase;
  letter-spacing: 2px;
}
b, strong {
    font-weight: 500;
}
html,
body {
  height: 100%;
  width: 100%;
  background-color: #0067B8;
}
body {
  font-family: 'Segoe UI','Muli', 'Helvetica', 'Arial', 'sans-serif';
}
.black{
	color: black;
}
a {
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  color: black;
}
a:hover,
a:focus {
  color: #0067B8;
  text-decoration: none;
  font-size: 17px;
}
.parallax {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
hr {
  max-width: 100px;
  margin: 15px auto 15px;
  border-width: 2px;
  border-color: #0067B8;
}
hr.orange{
  border-color: #F65314;
}
hr.green{
  border-color: #7CBB00;
}
hr.yellow{
  border-color: #FFBB00;
}
hr.light {
  border-color: white;
}
hr.left{
  margin-left: 0px;
}

.blue{
  color: #0067B8;
}
.orange{
  color: #F65314;
}
.green{
  color: #7CBB00;
}
.yellow{
  color: #FFBB00;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Segoe UI', 'Catamaran', 'Helvetica', 'Arial', 'sans-serif';
  font-weight: 100;
  letter-spacing: 0;
}
p {
  font-family: 'Segoe UI', 'Catamaran', 'Helvetica', 'Arial', 'sans-serif';
  font-size: 20px;
  font-weight: 200;
  letter-spacing: 0px;
  color: darkslategrey;
  line-height: 1.5;
  margin-bottom: 20px;
}

ol, ul {
    margin-top: 0;
    margin-bottom: 10px;
    font-family: 'Segoe UI', 'Catamaran', 'Helvetica', 'Arial', 'sans-serif';
  font-size: 17px;
  font-weight: 200;
  letter-spacing: 0px;
  color: darkslategrey;
    text-align: left;
}

.navbar-default {
  background-color: white;
  border-color: rgba(34, 34, 34, 0.05);
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  font-family: 'Segoe ui', 'Helvetica', 'Arial', 'sans-serif';
  font-weight: 200;
  letter-spacing: 0px;
}
.navbar-default .navbar-header .navbar-brand {
  font-family: 'Segoe ui', 'Helvetica', 'Arial', 'sans-serif';
  font-weight: 200;
  letter-spacing: 1px;
  color: #606062;
}
.navbar-default .navbar-header .navbar-brand:hover,
.navbar-default .navbar-header .navbar-brand:focus {
  color: #606062;
}
.navbar-default .navbar-header .navbar-toggle {
  font-size: 12px;
  color: white;
  padding: 8px 10px;
}
.affix.navbar-default .navbar-header .navbar-toggle {
  font-size: 12px;
  color: black;
  padding: 8px 10px;
}
.navbar-default .nav > li > a {
  font-family: 'Lato', 'Helvetica', 'Arial', 'sans-serif';
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
}
.navbar-default .nav > li > ul > li > a {
  font-family: 'Lato', 'Helvetica', 'Arial', 'sans-serif';
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 20px;
  font-size: 12px;
  color: #606062;
}
.navbar-default .nav > li > ul > li > a:hover {
  font-family: 'Lato', 'Helvetica', 'Arial', 'sans-serif';
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px;
  color: black;
  background-color: transparent;
}
.navbar-default .nav > li > a,
.navbar-default .nav > li > a:focus {
  color: #222222;
}
.navbar-default .nav > li > a:hover,
.navbar-default .nav > li > a:focus:hover {
  background-color: transparent;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    background-color: white;
}

.navbar-default .nav > li.active > a,
.navbar-default .nav > li.active > a:focus {
  background-color: white;
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-color: white;
    color: #BDBFC1;
}

.navbar-default .nav > li.active > a:hover,
.navbar-default .nav > li.active > a:focus:hover {
  background-color: transparent;
}
.navbar-default .navbar-toggle {
    border-color: transparent;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
   background-color: transparent;
}
.dropdown-menu{
  min-width: 100%;
  background-color: transparent;
  color: #BDBFC1;
  border: 0px
  /* border: 1px solid #ccc; */
/* border: 1px solid rgba(0,0,0,.15); */
}
  .navbar-default.affix-top {
    background-color: transparent;
    border-color: rgba(34, 34, 34, 0);
	  color:white;
  }
.tab-content>.tab-pane {
    padding-bottom:30px;
}
@media (min-width: 768px) {
  .navbar-default {
    background-color: transparent;
    border-color: transparent;
  }
  .navbar-default .navbar-header .navbar-brand {
    color: #D2D3D5;
	padding: 7px;
  }
  .navbar-default .navbar-header .navbar-brand:hover,
  .navbar-default .navbar-header .navbar-brand:focus {
    color: white;
  }
.navbar-default .nav > li > a, .navbar-default .nav > li > a:focus {
    color: white;
    border-bottom: 5px solid transparent;
    font-weight: 500;
}
  .navbar-default .nav > li > a:hover,
  .navbar-default .nav > li > a:focus:hover {
    background-color: white;
    color: black;

  }
  .navbar-default .nav > li > a.orange:hover,
  .navbar-default .nav > li > a.orange:focus:hover{
    background-color: white;
    color: black;
    border-bottom: 5px solid #F65314;
  }
  .navbar-default .nav > li > a.green:hover,
  .navbar-default .nav > li > a.green:focus:hover {
    border-bottom: 5px solid #7CBB00;
  }
  .navbar-default .nav > li > a.yellow:hover,
  .navbar-default .nav > li > a.yellow:focus:hover {
    border-bottom: 5px solid #FFBB00;
  }

  .navbar-default.affix {
    background-color: white;
    border-color: rgba(34, 34, 34, 0.1);
  }
  .navbar-default.affix-top {
    background-color: transparent;
    border-color: rgba(34, 34, 34, 0);
  }
}	
  .navbar-default.affix .navbar-header .navbar-brand {
    color: #222222;
  }
  .navbar-default.affix .navbar-header .navbar-brand:hover,
  .navbar-default.affix .navbar-header .navbar-brand:focus {
    color: grey;
  }
  .navbar-default.affix .nav > li > a,
  .navbar-default.affix .nav > li > a:focus:hover {
    color: #222222;
  }
  .navbar-default.affix .nav > li > a:hover,
  .navbar-default.affix .nav > li > a:focus:hover {
    color: black;
  }


#mainNav .logo-black{
	display: none;
}

#mainNav.affix .logo-white {
	display: none;
	width:150px;
}
#mainNav.affix .logo-black{
	display: block;
	width:150px;
}

.dropdown{
  color: black;
}



.container-fluid{
  padding: 0px 0px 0px 0px;
}
header {
  position: relative;
  width: 100%;
  min-height: auto;
  overflow-y: hidden;
  overflow-x: hidden;
  color: black;
}
header .header-content {
  text-align: center;

  position: relative;
}
header .header-content .header-content-inner {
  position: relative;
  max-width: 500px;
  margin: 0 auto;
}
header .header-content .header-content-inner h1 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 30px;
}
header .header-content .header-content-inner .list-badges {
  margin-bottom: 25px;
}
header .header-content .header-content-inner .list-badges img {
  height: 50px;
  margin-bottom: 25px;
}
header .device-container {
  max-width: 300px;
  margin: 0 auto 100px;
}
header .device-container .screen img {
  border-radius: 3px;
}
header img{
  width:700px;
}

.header-bg {

  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
  display: flex;
  align-items: center;
}

.header-bg h1, p {
    color: white;
    font-size: 17px;
}
section.ourstory p {
    color: white;
    font-size: 17px;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #e7e7e7;
	    background-color: white;
}
@media (min-width: 768px) {
  header {
    min-height: 100%;
  }
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #e7e7e7;
	background-color:transparent;
}
  header .header-content {
    text-align: left;
    padding: 0;
    height: 100vh;
  }
  header .header-content .header-content-inner {
    max-width: none;
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  header .header-content .header-content-inner h1 {
    font-size: 35px;
  }
	.header-bg h1, p {
    color: white;
    font-size: 20px;
}
	section.ourstory p {
    color: white;
    font-size: 19px;
}

}
@media (min-width: 992px) {
  header .header-content .header-content-inner h1 {
    font-size: 50px;
  }
}

section h2 {
  font-size: 35px;
  margin-bottom: 0px;
}

section img{
  height:400px;
  width:auto;
}
#title .section-heading {
    color: black;
    font-size: 35px;
	position: relative;
}

section.title {
  padding: 20px 0 20px;
  height: 200px;
  display: flex;
  align-items: center;
  text-align: center;
  position: relative;
}

.section-heading{
  margin-bottom: 15px;
  position: relative;
	text-transform: uppercase;
}
.section-heading-light {
    margin-bottom: 15px;
    color: white;
    font-size: 56px;
}

section {
    padding: 100px 0 100px;
    display: flex;
    align-items: center;
    text-align: center;
}

section.ourstory{
  min-height: 100vh;
  padding: 0 0 0 0;
  overflow: hidden;
  display: block;
}

section.you{
  min-height: 100vh;
  padding: 0 0 0 0;
  overflow: hidden;
}
section.organization{
  min-height: 100vh;
  padding: 0 0 0 0;
  overflow: visible;
}
section.society{
  min-height: 100vh;
  padding: 0 0 0 0;
  overflow: hidden;
}
section.partner{
  min-height: 100vh;
  padding: 0 0 0 0;
  overflow: hidden;
  display: flex;
  align-items: center;
}
section .title{
  max-height: 200px;
  overflow: hidden;
}

.ourstory .desc{
  padding: 40px 40px 40px 40px;
}
section.ourstory h2 {
  margin: 0 0 0px;
  font-size: 35px;
  color: white;
}

section.you{
  color:black;
}
section.organization{
  color:black;
}
section.society{
  color:black;
}

section span{
  margin:0px 5px 0px 0px;
}

@media (min-width: 768px) {
  section.ourstory h2 {
    font-size: 35px;
  }
}
a{
  color: black;
}
.media-left div {
    width: 70px;
    height: 70px;
    overflow: hidden;
	border-style:none;
}

.media-body p {
    font-size: 17px;
    letter-spacing: normal;
    color: black;
    margin-bottom: 10px;
    text-align: left;
}

.media-body, .media-left, .media-right {
    display: table-cell;
    vertical-align: top;
    padding-right: 25px;
}

.media-heading {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: 600;
    color: #0067B8;
    text-align: left;
    text-transform: uppercase;
}

.media-heading.digtab{
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: 200;
    text-align: left;
	text-transform: none;
}
.nav-pills>li:nth-child(1).active>a, .nav-pills>li:nth-child(1).active>a:focus, .nav-pills>li:nth-child(1).active>a:hover{
	color:#F65314;
	border-bottom-color: #F65314;
}
.nav-pills>li:nth-child(2).active>a, .nav-pills>li:nth-child(2).active>a:focus, .nav-pills>li:nth-child(2).active>a:hover{
	color:#F0C441;
	border-bottom-color: #F0C441;
}
.nav-pills>li:nth-child(3).active>a, .nav-pills>li:nth-child(3).active>a:focus, .nav-pills>li:nth-child(3).active>a:hover{
	color:#7CBB00;
	border-bottom-color: #7CBB00;
}
.tab-pane:nth-child(1) .servtitle h3 {
	color:#F65314;
	border-left-color: #F65314;
	font-weight: 500;
    font-size: 22px;
	text-transform:uppercase;
}
.tab-pane:nth-child(1) h4  {
	color:#F65314;
	border-left-color: #F65314;
	font-weight: 400;
}
.tab-pane:nth-child(2) .servtitle h3 {
	color:#F0C441;
	border-left-color: #F0C441;
	font-weight: 500;
    font-size: 22px;
	text-transform:uppercase;
}
.tab-pane:nth-child(2) h4 {
	color:#F0C441;
	border-left-color: #F0C441;
	font-weight: 400;
}
.tab-pane:nth-child(3) .servtitle h3 {
	color:#7CBB00;
	border-left-color: #7CBB00;
	font-weight: 500;
    font-size: 22px;
	text-transform:uppercase;
}
.tab-pane:nth-child(3) h4 {
	color:#7CBB00;
	border-left-color: #7CBB00;
	font-weight: 400;
}

section:nth-child(3) .media .media-heading  {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: 600;
    color: #F65314;
    text-align: left;
    text-transform: uppercase;
}

section:nth-child(3) .btn  {
  background-color: #F65314;
  border-color: #F65314;
  color: white;
  font-size: 12px;
}
section:nth-child(3) .btn:hover  {
  background-color: white;
  border-color: #F65314;
  color: #F65314;
  font-size: 12px;
}

section:nth-child(4) .media .media-heading  {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: 600;
    color: #fdcc52;
    text-align: left;
    text-transform: uppercase;
}
section:nth-child(4) span  {
    color: #fdcc52;
}
section:nth-child(4) .btn  {
  background-color: #fdcc52;
  border-color: #fdcc52;
  color: white;
  font-size: 12px;
}
section:nth-child(4) .btn:hover  {
  background-color: white;
  border-color: #fdcc52;
  color: #fdcc52;
  font-size: 12px;
}
section:nth-child(5) .media .media-heading  {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: 600;
    color: #7CBB00;
    text-align: left;
    text-transform: uppercase;
}
section:nth-child(5) span  {
    color: #7CBB00;
}
section:nth-child(5) .btn  {
  background-color: #7CBB00;
  border-color: #7CBB00;
  color: white;
  font-size: 12px;
}
section:nth-child(5) .btn:hover  {
  background-color: white;
  border-color:#7CBB00;
  color: #7CBB00;
  font-size: 12px;
}

footer {
  background-color: #222222;
  padding: 25px 0;
  color: rgba(255, 255, 255, 0.3);
  text-align: center;
}
footer p {
  font-size: 12px;
  margin: 0;
}
footer ul {
  margin-bottom: 0;
}
footer ul li a {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.3);
}
footer ul li a:hover,
footer ul li a:focus,
footer ul li a:active,
footer ul li a.active {
  text-decoration: none;
}
.bg-primary {
  background: white;
}
.bg-story{
  
}
.bg-title {
  background: white;
  height: 30vh;
}
.bg-you{
  background-image: url("http://mice.azurewebsites.net/media/1058/you.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
  display: flex;
  align-items: center;
}
.bg-you-desc{
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: white;
  color: white;
  min-height: 100vh;
  display: flex;
  align-items: center;
}
.bg-organization{
  background-image: url("http://mice.azurewebsites.net/media/1055/organization.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
  display: flex;
  align-items: center;
}
.bg-society{
  background-image: url("http://mice.azurewebsites.net/media/1056/society.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
  display: flex;
  align-items: center;
}
.bg-partner{
  background: #f6f8f9;
  min-height: 50vh;
  align-items: center;
  background-repeat:no-repeat;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-size:cover;
}
section.testimony{
  padding: 20px 0px 20px 0px;
  display: block;
	position:relative;
	color:white;
}
section.team{
  display: block;
}
.text-primary {
  color: black;
}
.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}

.btn-outline {
  color: white;
  border-color:black;
  border: 1px solid;
}


.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
  color: #0067B8;
  background-color: white;
  border-color: #0067B8;
  font-size: 12px;


}
.btn {
  font-family: 'Lato', 'Helvetica', 'Arial', 'sans-serif';
  text-transform: uppercase;
  letter-spacing: 2px;
  border-radius: 300px;
  background-color: #0067B8;
  border-color: #0067B8;
  color: white;
  font-size: 12px;
}
.btn:hover, .btn:active{
  background-color: white;
  border-color: #0067B8;
  color: #0067B8;
}
.btn-white {
  background-color: #edeff1;
  border-color: #edeff1;
  color: #0067B8;
  font-size: 12px;
}
.btn-white:hover, .btn-white:active {
  background-color: white;
  border-color: white;
  color: #0067B8;
  font-size: 12px;
}
.btn-orange {
  background-color: #F65314;
  border-color: #F65314;
  color: white;
  font-size: 12px;
}
.btn-orange:hover, .btn-orange:active {
  background-color: white;
  border-color: #F65314;
  color: #F65314;
  font-size: 12px;
}

.btn-green {
  background-color: #7CBB00;
  border-color: #7CBB00;
  color: white;
  font-size: 12px;
}
.btn-green:hover, .btn-green:active {
  background-color: white;
  border-color: #7CBB00;
  color: #7CBB00;
  font-size: 12px;
}
.btn-yellow {
  background-color: #FFBB00;
  border-color: #FFBB00;
  color: white;
  font-size: 12px;
}
.btn-yellow:hover, .btn-yellow:active {
  background-color: white;
  border-color: #FFBB00;
  color: #FFBB00;
  font-size: 12px;
}

#you .btn{
  color: white;
  border-color: #0067B8;
}
#you .btn:hover{
  color: #0067B8;
  background-color: white;
  border-color: #0067B8;
}
#organization .btn{
  color: white;
  border-color: #0067B8;
}
#organization .btn:hover{
  color: #0067B8;
  background-color: white;
  border-color: #0067B8;
}
#society .btn{
  color: white;
  border-color: #0067B8;
}
#society .btn:hover{
  color: #0067B8;
  background-color: white;
  border-color: #0067B8;
}

.btn-xl {
  padding: 15px 45px;
  font-size: 11px;
}
::-moz-selection {
  color: #3079ed;
  text-shadow: none;
  background: #222222;
}
::selection {
  color: white;
  text-shadow: none;
  background: #222222;
}
img::selection {
  color: white;
  background: transparent;
}
img::-moz-selection {
  color: white;
  background: transparent;
}
body {
  webkit-tap-highlight-color: #222222;
}

/* carousel */
.media-carousel
{
  margin-bottom: 0;
  padding: 0 40px 30px 40px;
  margin-top: 30px;
}
/* Previous button  */
.media-carousel .carousel-control.left
{
  left: -12px;
  background-image: none;
  height: 40px;
  width : 40px;
  margin-top: 20px;
  color: black;
}
/* Next button  */
.media-carousel .carousel-control.right
{
  right: -12px !important;
  background-image: none;
  height: 40px;
  width : 40px;
  margin-top: 20px;
  color: black;
}
.carousel-control{
  font-size: 2.3em;
  text-shadow:none;
}
/* Changes the position of the indicators */
.media-carousel .carousel-indicators
{
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-right: -19px;
}
/* Changes the colour of the indicators */
.media-carousel .carousel-indicators li
{
  background: #c0c0c0;
}
.media-carousel .carousel-indicators .active
{
  background: #333333;
}
.media-carousel img
{
  width: 250px;
  height: 100px
}
/* End carousel */
.thumbnail{
  background-color: #ddd;
  border: 0px solid #ddd;
  border-radius: 0px;

}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #E6E7E8;
    outline: 0;
}

.overlay {
    background-color: #000;
    opacity: 0.25;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}
.overlay-blue {
    background-color: #0066b5;
    opacity: 0.7;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}
.overlay-orange {
    background-color: #F65314;
    opacity: 0.9;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}
.partner-background{
  position: absolute;
  z-index: -1;
  width: 100%;
  -webkit-filter: blur(5px);
}

.dttab{
  background-color: white;
  padding: 40px 0 0 0;
}
.nav-pills a{
  font-family: 'segoe ui';
  font-weight: 100;
  color:grey;
  font-size: 24px;
  background-color: #EEEEEF;
}
.nav>li>a:focus, .nav>li>a:hover {
  color: black;
  text-decoration: none;
  background-color: transparent;
}
.nav-pills>li.active>a, .nav-pills>li.active>a, .nav-pills>li.active>a {
    color: black;
    font-weight: 400;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-radius: 0px;
    border-bottom-color: grey;
    background-color: transparent;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
  color: #0067B8;
  font-size: 27px;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-radius: 0px;
  border-bottom-color: #0066B8;
  background-color: transparent;
}


.tab-content p {
    color: black;
    font-size: 17px;
}
#yourself h3, #organization h3, #society h3{
  padding: 10px;
  font-weight: 200;
  border-left-style: solid;
  border-left-width: 2px;
  border-radius: 0px;
  border-left-color: #0067B8;
  color: #0067B8;
  font-size: 25px;
}
.website-bg{
  background-image: url("http://mice.azurewebsites.net/media/1056/society.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  height: 20vh;
  display: flex;
  align-items: center;
}
#team p{
  color:black;
  font-size: 19px;
}
.bg-team{
  background-color: white;
  height: auto;
}
.team-photo{
      background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 311px;
}
.thumbnail{
  padding: 0;
  background-color: transparent;
}
.thumbnail h3{
  font-size: 20px;
  margin: 0px;
  text-align: center;
}
.thumbnail p{
  font-size: 17px;
  margin: 0px;
  text-align: center;
  color: black;
}
.map{
  background-size: contain;
  overflow: hidden;
}
.map h2{
  color: black;
  text-align: center;

}
.map h3{
  font-size: 19px;
  line-height: 20px;
  margin-top: 30px;
  text-align: center;
}

@media (min-width: 768px) {
 .map h3{
  font-size: 19px;
  line-height: 20px;
  margin-top: 30px;
  text-align: left;
}
}
.testimony h2{
  text-align: center;
}

/* carousel */
#quote-carousel
{
  padding: 0 10px 30px 10px;
  margin-top: 30px;
}

/* Control buttons  */
#quote-carousel .carousel-control
{
  background: none;
  color: white;
  font-size: 2.3em;
  text-shadow: none;
  margin-top: 30px;
}
/* Previous button  */
#quote-carousel .carousel-control.left
{
  left: -12px;
}
/* Next button  */
#quote-carousel .carousel-control.right
{
  right: 12px !important;
}
/* Changes the position of the indicators */
#quote-carousel .carousel-indicators
{
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-right: -19px;
}
/* Changes the color of the indicators */
#quote-carousel .carousel-indicators li
{
  background: #c0c0c0;
}
#quote-carousel .carousel-indicators .active
{
  background: white;
}
#quote-carousel img
{
  width: 150px;
  height: 150px
}
/* End carousel */

.item blockquote {
    border-left: none;
    margin: 0;
}

.item blockquote img {
    margin-bottom: 10px;
}

.item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
}



/**
  MEDIA QUERIES
*/

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    #quote-carousel
    {
      margin-bottom: 0;
      padding: 0 40px 30px 40px;
    }

}

/* Small devices (tablets, up to 768px) */
@media (max-width: 768px) {

    /* Make the indicators larger for easier clicking with fingers/thumb on mobile */

    #quote-carousel .carousel-indicators {
        bottom: -20px !important;
    }
    #quote-carousel .carousel-indicators li {
        display: inline-block;
        margin: 0px 5px;
        width: 15px;
        height: 15px;
    }
    #quote-carousel .carousel-indicators li.active {
        margin: 0px 5px;
        width: 20px;
        height: 20px;
    }

}


.footer .contact h4{
  text-align:center;
}
.footer p{
  text-align: center;
}
	.footer h3,h4{
  margin: 10px 0 10px 0;
  color: white;
  font-size: 17px;
  text-align: center;
}
@media (min-width: 768px) {
	.footer h3,h4{
	  margin: 10px 0 10px 0;
	  color: white;
	  font-size: 17px;
	  text-align: left;
	}
	.footer .contact h4{
	  text-align:right;
	}
		.footer p{
	  text-align: left;
	}	
}


h3.title{
  font-size: 20px;
  margin-bottom: 0px;
  text-transform: uppercase;
  font-weight: 500;
}
h3.content{
  margin-top: 0px;
  color: black;
  line-height: inherit;
}
.testimony p{
  font-size: 17px;
  color: black;
}
.footer h4{
  line-height: 30px;
}


.partner-photo{
    background-color: white;
    background-size: contain;
    background-repeat: no-repeat;
    height: 200px;
	background-position: center;
}
.partners h2 {
    font-size: 21px;
    text-align: left;
    font-weight: 600;
    text-transform: uppercase;
    border-left-style: solid;
    border-left-width: 2px;
    padding-left: 20px;
    line-height: 2em;
	margin-top: 0;
	margin-bottom: 1em;
}
.partners p{
  font-size: 17px;
  text-align: left;
  color: black;
}

.partners .desc {
	font-size: 17px;
	  text-align: left;
	  color: black;
	display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}


body, html {
  position: relative;
  width: 100%;
  height: 100%;
}

.arrow {
  color: white;
  text-align: center;
  background-color: black;
  opacity: 0.5;
  border-radius: 100%;
  white-space: nowrap;
  font-size: 4rem;
  position: absolute;
  right: 0;
  bottom: 50px;
  left: 0;
  margin: auto;
  width: 40px;
  height: 40px;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 750ms ease-in-out;
  -ms-transition: all 750ms ease-in-out;
  -o-transition: all 750ms ease-in-out;
  transition: all 750ms ease-in-out;
}
.arrow:hover,
.arrow:active,
.arrow:visited{
  color: white;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
  font-size: 4rem;
  position: absolute;
  right: 0;
  bottom: 50px;
  left: 0;
  margin: auto;
  width: 40px;
  height: 40px;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 750ms ease-in-out;
  -ms-transition: all 750ms ease-in-out;
  -o-transition: all 750ms ease-in-out;
  transition: all 750ms ease-in-out;
}


/* this sets the position of the arrow when it's up, so it will move up or down by 14px when you add or remove this class */
.lift {
  bottom: 64px;
}

.img-circle{
  width: 150px;
  height: 150px;
}

.servtitle h3 {
    padding: 10px;
    font-weight: 400;
    border-left-style: solid;
    border-left-width: 2px;
    border-radius: 0px;
    border-left-color: #0067B8;
    color: #0067B8;
    font-size: 25px;
}

.thumbnail .caption {
  padding: 9px;
  color: #333;
  background-color: white;
}

.navbar-brand {
    float: left;
    height: 50px;
    padding: 10px 15px;
    font-size: 18px;
    line-height: 20px;
}

.testimonial blockquote {
	margin: 10px 10px 0;
	background: #ddd;
	padding: 20px 60px;
	position: relative;
	border: none;
	border-radius: 8px;
	font-style: italic;
}

.testimonial blockquote:before, .testimonial blockquote:after {
	content: "\201C";
	position: absolute;
	font-size: 80px;
	line-height: 1;
	color: #fff;
	font-style: normal;
}

.testimonial blockquote:before {
	top: 0;
	left: 10px;
}

.testimonial blockquote:after {
	content: "\201D";
	right: 10px;
	bottom: -.5em;
}

.testimonial div {
	width: 0;
	height: 0;
	border-left: 0 solid transparent;
	border-right: 20px solid transparent;
	border-top: 20px solid #ddd;
	margin: 0 0 0 60px;
}

.testimonial p {
	margin: 8px 0 0 20px;
	text-align: left;
}

.container-seemore {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  height: 100%;
}

.the-arrow {
  width: 64px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.the-arrow.-left {
  position: absolute;
  top: 60%;
  left: 0;
}
.the-arrow.-left > .shaft {
  width: 0;
  background-color: #999;
}
.the-arrow.-left > .shaft:before, .the-arrow.-left > .shaft:after {
  width: 0;
  background-color: #999;
}
.the-arrow.-left > .shaft:before {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.the-arrow.-left > .shaft:after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.the-arrow.-right {
  top: 3px;
}
.the-arrow.-right > .shaft {
  width: 64px;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.the-arrow.-right > .shaft:before, .the-arrow.-right > .shaft:after {
  width: 8px;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.the-arrow.-right > .shaft:before {
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
}
.the-arrow.-right > .shaft:after {
  -webkit-transform: rotate(-40deg);
          transform: rotate(-40deg);
}
.the-arrow > .shaft {
  background-color: black;
  display: block;
  height: 1px;
  position: relative;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  will-change: transform;
}
.the-arrow > .shaft:before, .the-arrow > .shaft:after {
  background-color: black;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
}
.the-arrow > .shaft:before {
  -webkit-transform-origin: top right;
          transform-origin: top right;
}
.the-arrow > .shaft:after {
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
}

.animated-arrow {
  display: inline-block;
  color:black;
  font-size: 1.2em;
  font-style: italic;
  text-decoration: none;
  position: relative;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
	font-weight: 300;
}
.animated-arrow:hover {
  color: #F65314;
}
.animated-arrow:hover > .the-arrow.-left > .shaft {
  width: 64px;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  background-color: #F65314;
}
.animated-arrow:hover > .the-arrow.-left > .shaft:before, .animated-arrow:hover > .the-arrow.-left > .shaft:after {
  width: 8px;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  background-color: #F65314;
}
.animated-arrow:hover > .the-arrow.-left > .shaft:before {
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
}
.animated-arrow:hover > .the-arrow.-left > .shaft:after {
  -webkit-transform: rotate(-40deg);
          transform: rotate(-40deg);
}
.animated-arrow:hover > .main {
  -webkit-transform: translateX(80px);
          transform: translateX(80px);
}
.animated-arrow:hover > .main > .the-arrow.-right > .shaft {
  width: 0;
  -webkit-transform: translateX(200%);
          transform: translateX(200%);
  -webkit-transition-delay: 0;
          transition-delay: 0;
}
.animated-arrow:hover > .main > .the-arrow.-right > .shaft:before, .animated-arrow:hover > .main > .the-arrow.-right > .shaft:after {
  width: 0;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
.animated-arrow:hover > .main > .the-arrow.-right > .shaft:before {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.animated-arrow:hover > .main > .the-arrow.-right > .shaft:after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.animated-arrow > .main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.animated-arrow > .main > .text {
  margin: 0 16px 0 0;
  line-height: 1;
}
.animated-arrow > .main > .the-arrow {
  position: relative;
}

.priv-pol{
	color:#fff;
	font-size:14px;
}
.priv-pol:hover{
	color:#fff;
	font-size:14px;
}

.app-sc {
	cursor: pointer;
	height: 25vh !important;
	background-size: cover !important;
	background-repeat: no-repeat !important;
}
