body,
html {
  width: 100%;
  height: 100%;
}
@font-face {
font-family: "Myriad";
src: url("fonts/MYRIADPRO-REGULAR_0.OTF");
}



body {
  /*font-family: 'Merriweather', 'Helvetica Neue', Arial, sans-serif; */
    font-family: 'Myriad', 'Helvetica Neue', Arial, sans-serif;

}

hr {
  max-width: 50px;
  border-width: 3px;
  border-color: #F8931F;;
}

hr.light {
  border-color: #fff;
}

a {
  color: #34A4D1;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

a:hover {
  color: #34A4D1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}

.bg-primary {
  background-color: #95c83b  !important;
}

.bg-dark {
  background-color: #212529 !important;
}

.text-faded {
  color: rgba(255, 255, 255, 0.7);
}

section {
  padding: 4rem 0;
}

.section-heading {
  margin-top: 0;
}

::-moz-selection {
  color: #fff;
  background: #212529;
  text-shadow: none;
}

::selection {
  color: #fff;
  background: #212529;
  text-shadow: none;
}

img::selection {
  color: #fff;
  background: transparent;
}

img::-moz-selection {
  color: #fff;
  background: transparent;
}

#mainNav {
  border-bottom: 1px solid rgba(33, 37, 41, 0.1);
  background-color: #2b6b2e;
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

#mainNav .navbar-brand {
  font-weight: 700;
  text-transform: uppercase;
  color: #34A4D1;
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}

#mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
  color: #34A4D1;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus {
  font-size: .9rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #212529;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link:hover,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover {
  color: #DBF8A9;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link.active,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active {
  color: #F6F9C3 !important;
  background-color: transparent;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link.active:hover,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active:hover {
  background-color: transparent;
}

@media (min-width: 992px) {


.navbar-hide {
    top: -69px;
}
.navbar-hide {
	background-color:#e28720;
}


  #mainNav {
    border-color: transparent;
background-color: #f8931f;
  }
  #mainNav .navbar-brand {
    color: rgba(255, 255, 255, 0.7);
  }
  #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
    color: #fff;
  }
  #mainNav .navbar-nav > li.nav-item > a.nav-link {
    padding: 0.5rem 1rem;
  }
  #mainNav .navbar-nav > li.nav-item > a.nav-link,
  #mainNav .navbar-nav > li.nav-item > a.nav-link:focus {
    color: rgba(33, 37, 41, 0.43);
  }
  #mainNav .navbar-nav > li.nav-item > a.nav-link:hover,
  #mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover {
    color: #fff;
  }
  #mainNav.navbar-shrink {
    border-bottom: 1px solid rgba(33, 37, 41, 0.1);
    background-color: #f8931f;

  }
  #mainNav.navbar-shrink .navbar-brand {
    color: #34A4D1;
  }
  #mainNav.navbar-shrink .navbar-brand:focus, #mainNav.navbar-shrink .navbar-brand:hover {
    color: #34A4D1;
  }
  #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link,
  #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:focus {
    color: #a06623;
  }
  #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:hover,
  #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:focus:hover {
    color: #ffffff;
  }
}

header.masthead {
  padding-top: 10rem;
  padding-bottom: calc(10rem - 56px);
  background-image: url("../img/header.jpg");
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

header.masthead hr {
  margin-top: 30px;
  margin-bottom: 30px;
}

header.masthead h1 {
  font-size: 2rem;
}

header.masthead p {
  font-weight: 300;
}

@media (min-width: 768px) {
  header.masthead p {
    font-size: 1.15rem;
  }
}

@media (min-width: 992px) {
  header.masthead {
    height: 100vh;
    min-height: 650px;
    padding-top: 0;
    padding-bottom: 0;
  }
  header.masthead h1 {
    font-size: 3rem;
  }
}

@media (min-width: 1200px) {
  header.masthead h1 {
    font-size: 4rem;
  }
}

.service-box {
  max-width: 400px;
}

.portfolio-box {
  position: relative;
  display: block;
  max-width: 650px;
  margin: 0 auto;
}

.portfolio-box .portfolio-box-caption {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  opacity: 0;
  color: #fff;
  background: rgba(240, 95, 64, 0.9);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  text-align: center;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  padding: 0 15px;
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  font-size: 18px;
}

.portfolio-box:hover .portfolio-box-caption {
  opacity: 1;
}

.portfolio-box:focus {
  outline: none;
}

@media (min-width: 768px) {
  .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
    font-size: 16px;
  }
  .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    font-size: 22px;
  }
}

.text-primary {
  color: #34A4D1 !important;
}

.btn {
  font-weight: 700;
  text-transform: uppercase;
  border: none;
  border-radius: 300px;
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}

.btn-xl {
  padding: 1rem 2rem;
}

.btn-primary {
  background-color: #34A4D1;
  border-color: #34A4D1;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  color: #fff;
  background-color: #055D81 !important;
}

.btn-primary:active, .btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(240, 95, 64, 0.5) !important;
}

.blendin {
visibility: visible;  -webkit-transform: scale(1); opacity: 1;transform: scale(1); opacity: 1;-webkit-transition: -webkit-transform 0.6s cubic-bezier(0.6, 0.2, 0.1, 1) 0s, opacity 0.6s cubic-bezier(0.6, 0.2, 0.1, 1) 0s; transition: transform 0.6s cubic-bezier(0.6, 0.2, 0.1, 1) 0s, opacity 0.6s cubic-bezier(0.6, 0.2, 0.1, 1) 0s; }



.circle-text {
	display: table-cell;
	height: 200px; /*change this and the width 	for the size of your initial circle*/
	width: 200px;
	text-align: center;
	vertical-align: middle;
	border-radius: 50%;
	/*make it pretty*/
	background: #000;
	color: #fff;
}

.approach 

li {
    display: block;
}

.approach li:before {
    /*Using a Bootstrap glyphicon as the bullet point*/
    content: "\f00c";
	font-family: 'FontAwesome';
    font-size: 14px;
    float: left;
    margin-top: 4px;
    margin-left: -17px;
    color: #34a4d1;
}

.approach-benefit

li {
    display: block;
}

.approach-benefit li:before {
    /*Using a Bootstrap glyphicon as the bullet point*/
    content: "\f101";
	font-family: 'FontAwesome';
    font-size: 14px;
    float: left;
    margin-top: 4px;
    margin-left: -17px;
    color: #34a4d1;
}

#tapproach h3 {
margin-bottom:30px;
}

#list-trainings li:before {
    /*Using a Bootstrap glyphicon as the bullet point*/
    content: "\f061";
	font-family: 'FontAwesome';
    font-size: 14px;
    float: left;
    margin-top: 4px;
    margin-left: -17px;
    color: #34a4d1;
}

#list-trainings li {
    display: block;
}

.capproach {
  padding-top: 10rem;
  padding-bottom: calc(10rem - 56px);
  background-image: url("../img/capproach.jpg");
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color:white;
}

.capproach img {
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px; /* future proofing */
-khtml-border-radius: 10px; /* for old Konqueror browsers */
}

.dropdown-item {
    font-size: .9rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #212529;
}

.rounded-corner {
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px; /* future proofing */
-khtml-border-radius: 10px; /* for old Konqueror browsers */
}

.testimonial-author {
    font-style: italic;


color: #34a4d6;
}

.card {

	font-weight: 300;
	-webkit-box-shadow: 4px 4px 5px -4px rgba(110,107,110,1);
-moz-box-shadow: 4px 4px 5px -4px rgba(110,107,110,1);
box-shadow: 4px 4px 5px -4px rgba(110,107,110,1);

margin-bottom:30px;
}

#testimonials h5 {
margin-top:50px;
margin-bottom:50px;
}


/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 999; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation - Zoom in the Modal */
.modal-content, #caption {
    animation-name: zoom;
    animation-duration: 0.6s;
}

@keyframes zoom {
    from {transform:scale(0)}
    to {transform:scale(1)}
}

/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
    .modal-content {
        width: 100%;
    }
}

#myBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 10px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: #95C83B; /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 15px; /* Some padding */
    padding-left:20px;
    padding-right:20px;

    border-radius: 50px; /* Rounded corners */
    font-size: 18px; /* Increase font size */
    
border: 3px solid #ffffff;

}

#myBtn:hover {
    background-color: #555; /* Add a dark-grey background on hover */
}

.text-green {
color:#95C83B;
}

.text-orange {
color: #f6921e;
}

.oswald {
    font-family: 'Oswald', sans-serif;
}





.large {
font-size:60px;
}
.x-large {
font-size:100px;
}

.medium {
font-size:40px;
}

.normal {
font-size:20px;
}

#about {
background-repeat: no-repeat;
background-size: cover;

}

.us {
margin-top:-10px !important;
font-size:60px;
font-weight: 1000;

}

p {

	}
	
@media (max-width: 768px) {
.margin-top-50 {
margin-top:70px;

 

}

.history {
margin-top:20px;
}

section {
  padding: 1rem 0;
}
}

.section3 {
font-size:5rem;
line-height: 1;
    font-family: 'Oswald', sans-serif;
}

.underline { text-decoration: underline; }


.margin-bottom-0 {
margin-bottom:0px;
}

.margin-top-0 {
margin-top:0px;
}

.limited-edition {

min-height:600px;
  background-image: url("/img/cat04.png");
background-repeat: no-repeat;
background-size: cover;
}

.input-group {
margin-top:10px !important;
}

.nav-link i {
font-size : 25px;
}

.nav-link {
text-align:center;
}

#dashboard {
margin-top:5px;
}

.color-success {
 color :green;
}

.loginform tbody tr {
cursor:pointer;
}

.card-text {
font-size:1rem !important;
}

.displaytable .row {
  border-bottom: 1px dotted #DCDCDC;
  padding:0.5rem;
}

.user-image {
margin:1rem;
}
