
@font-face {
 font-family:futura-pt;
 src:url(https://use.typekit.net/af/ae4f6c/000000000000000000010096/27/l?subset_id=2&fvd=n3&v=3) format("woff2"),
 url(https://use.typekit.net/af/ae4f6c/000000000000000000010096/27/d?subset_id=2&fvd=n3&v=3) format("woff"),
 url(https://use.typekit.net/af/ae4f6c/000000000000000000010096/27/a?subset_id=2&fvd=n3&v=3) format("opentype");
 font-weight:300;
 font-style:normal;
}

@font-face {
 font-family:europa;
 src:url(https://use.typekit.net/af/3e64fb/00000000000000003b9b12fe/27/l?subset_id=2&fvd=n3&v=3) format("woff2"),
 url(https://use.typekit.net/af/3e64fb/00000000000000003b9b12fe/27/d?subset_id=2&fvd=n3&v=3) format("woff"),
 url(https://use.typekit.net/af/3e64fb/00000000000000003b9b12fe/27/a?subset_id=2&fvd=n3&v=3) format("opentype");
 font-weight:300;
 font-style:normal;
}
body {
   font-family:europa;
    font-style: normal;
    font-weight: 300;
    background: #fff;
    color: #000;
    width: 100% !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family:futura-pt !important;
    font-weight: normal;
    margin: 0;
}

a, p, span {
  font-family:europa !important;
    font-style: normal;
    font-weight: 300;
}



html {
    width: 100% !important;
}

input:focus{
  border: none;
  outline: none;
}

*{
  margin: 0;
  padding: 0;
}
a:hover {
    text-decoration: none;
    cursor: pointer;
}

button {
  cursor: pointer;
}

ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

button {
  outline: none;
}

::selection {
    color: white;
    background: #000000;
}

::-webkit-selection {
    color: white;
    background: #000000;
}

::-moz-selection {
    color: white;
    background: #000000;
}



.scrolltotop {
    width: 40px;
    height: 40px;
    border-radius: 20px 20px 0 0;
    background: rgba(0, 0, 0, 0.5);
    display: block;
    text-align: center;
    padding-top: 8px;
    font-size: 22px;
    color: #ffffff;
    position: fixed;
    right: 5px;
    bottom: 5px;
    display: none;
    z-index: 9999999999;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
}

.scrolltotop:hover {
    background: #000;
    color: #fff;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}



.header-area {
  background: transparent;
  padding: 20px;
  padding-right: 70px;
  position: absolute;
  z-index: 99;
  width: 100%;
}

#header-area2 {
  background: #1395C2;
  padding: 20px;
  padding-right: 70px;
  position: fixed;
  top: -200px;
  width: 100%;
  z-index: 99;
  display: block;
  transition: top 0.3s;
}

.navbar {
    padding: 0px;
    color: #fff;
    visibility: visible !important;

}


.navbar-brand {
  padding: 0 !important;
  visibility: visible !important;
}

.nav-item{
  visibility: visible !important;
}

.navbar-brand img {
    max-width: 180px;
    float: left;
}

.navbar-brand img:hover {
    opacity: 0.5;
    transition: all 0.4s ease;
}

.navbar-brand:hover {
  opacity: 0.5;
  color: #FF0000;
  transition: all 0.4s ease;
}
.navbar .navbar-nav li >a {
    color: #fff;
    background: transparent;
    font-family:futura-pt !important;
    font-size: 16px;
    margin-left: 12px;
    display: block;
    letter-spacing: 1px;
    font-weight: 500;
    padding: 0.6em 1.5em !important;
    border: 2px solid #fff;
    transition: background-color .1s 0s ease-in-out,color .1s 0s ease-in-out,all 0.3s ease;
}

.navbar .navbar-nav li >a:hover {
    color: #000;
    background: #fff;
  }


/*===================
main area-start
===================
*/

.main-section {
  background: #201A16;
  padding: 60px 0 20px;
}

.main{
  padding: 65px 5px 40px;
}
.main h2 {
  font-size: 86px;
  line-height: 1.1em;
  text-transform: none;
  letter-spacing: 0px;
  font-weight: 300;
  font-style: normal;
  color: #fff;
}

.main a {
  background-color: transparent;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  border: 2px solid #9c9999 !important;
  color: #9c9999;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 400;
  font-style: normal;
  display: inline-block;
  line-height: 1em;
  padding: 1em 1.75em;
  margin: 90px 0 20px;
  text-decoration: none;
  -webkit-transition: background-color .1s 0s ease-in-out,color .1s 0s ease-in-out;
  -moz-transition: background-color .1s 0s ease-in-out,color .1s 0s ease-in-out;
  -ms-transition: background-color .1s 0s ease-in-out,color .1s 0s ease-in-out;
  -o-transition: background-color .1s 0s ease-in-out,color .1s 0s ease-in-out;
  transition: background-color .1s 0s ease-in-out,color .1s 0s ease-in-out;
}
.main a:hover {
  background-color: #9c9999;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #111;
  border: none;
  

}



/*===================
welcome area-start
===================
*/

.welcome-section {
  padding: 100px 0 80px;
}

.welcome {
  padding: 0px 20px;
}

.welcome h2 {
font-size: 42px;
line-height: 1.2em;
text-transform: none;
letter-spacing: .5px;
font-weight: 300;
font-style: normal;
margin-bottom: 30px;
}

.welcome p {
  font-family: europa, sans-serif;
font-style: normal;
font-weight: 300;
font-size: 16px;
line-height: 1.6em;
letter-spacing: .5px;
font-weight: 300;
margin-bottom: 25px;
font-style: normal;
color: #1f1f1f;
}



/*===================
service area-start
===================
*/

.service-section {
  padding: 100px 0px 80px 0px;
  background: #1395C2;
  color: #fff;
}

.service-section .container {
  padding: 0 50px;
  background: #1395C2;
  color: #fff;
}

.service-section h2 {
font-size: 32px;
line-height: 1.2em;
text-transform: none;
letter-spacing: 0px;
font-weight: 300;
font-style: normal;
text-align: center;
margin-bottom: 30px;
}

.service-section h3 {
font-size: 18px;
line-height: 1.3em;
text-transform: uppercase;
letter-spacing: 4px;
font-weight: 400;
margin: 25px 0;
font-style: normal;
color: #fff;
}

.service-section h3 a {
color: rgba(31,31,31,.5);
text-decoration: none;
}

.service-section p {
font-size: 16px;
line-height: 1.6em;
letter-spacing: .5px;
font-style: normal;
color: #fff;
}

strong {
  font-weight: bold;
}


/*===================
belive area-start
===================
*/

.belive-section {
  background: url(/img2/trust+matta+mountains.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

}

.overlay {
  background: rgba(32,26,22,.7);
  padding: 60px 0;
}

.belive-section h2 {
font-size: 86px;
line-height: 1.1em;
text-transform: none;
letter-spacing: 0px;
font-weight: 300;
font-style: normal;
color: #fff;
}

.belive-section p {
font-size: 28px;
line-height: 1.3em;
text-transform: uppercase;
letter-spacing: 4px;
font-weight: 300;
font-style: normal;
color: #9c9999;
margin: 20px auto;
}


/*===================
about area-start
===================
*/

.about-section{
  padding: 80px 0;
}

.about-section h2 {
font-size: 32px;
line-height: 1.2em;
text-transform: none;
letter-spacing: 0px;
font-weight: 300;
font-style: normal;
text-align: center;
}

.about-section img {
  width: 100%;
}

.about-section p {
font-size: 16px;
line-height: 1.6em;
letter-spacing: .5px;
font-weight: 300;
font-style: normal;
color: #1f1f1f;
}

.year h2 {
font-size: 32px;
line-height: 1.2em;
text-transform: none;
letter-spacing: 0px;
font-weight: 300;
font-style: normal;
}

.year p {
font-size: 15px;
line-height: 1.6em;
letter-spacing: .5px;
font-weight: 300;
font-style: normal;
color: #1f1f1f;
}


/*resource area start*/

.resoucre-area h2 {
font-size: 32px;
line-height: 1.2em;
text-transform: none;
letter-spacing: 0px;
font-weight: 300;
margin-bottom: 40px;
font-style: normal;
text-align: center;
}

.resoucre-area {
  background: #1395C2;
  padding: 90px 0;
  color: #fff;
}
.resouce1 p {
font-size: 14.6667px;
line-height: 1.6em;
letter-spacing: .5px;
font-weight: 300;
font-style: normal;
text-align: center;
}

.resouce1 img {
  width: 100%;
}





/*===================
accreditations-section-start
===================
*/

.accreditations-section h2 {
font-size: 42px;
line-height: 1.2em;
text-transform: none;
letter-spacing: 0px;
font-weight: 300;
margin-bottom: 20px;
font-style: normal;
text-align: center;
}

.accreditations-section {
  padding: 90px 0;
}
.accreditations-section p {
font-size: 16px;
letter-spacing: .5px;
font-weight: 300;
margin-bottom: 0;
font-style: normal;
text-align: center;
}

.accreditations-section img {
  width: 100%;
}

.contact-left h1 {
  text-align: left;
font-size: 42px;
line-height: 1.2em;
text-transform: none;
letter-spacing: 0px;
font-weight: 300;
margin-bottom: 40px;
font-style: normal;
}

.contact-left p {
  font-family: "europa";
font-size: 16px;
line-height: 1.6em;
letter-spacing: .5px;
font-weight: 300;
font-style: normal;
color: #1f1f1f;
text-align: left;
}

.contact-left p strong {
  font-family: "europa";
font-size: 16px;
line-height: 1.6em;
letter-spacing: .5px;
font-weight: bold;
color: #1f1f1f;
text-align: left;
}

.name {
  width: 49%;
  display: inline-block;
  margin-bottom: 20px;
}

.name input[type=text] {
  width: 100%;
  padding: 12px;
margin: 6px 0 4px;
border: 1px solid #ccc;
background: #fafafa;
color: #000;
font-family: sans-serif;
font-size: 16px;
line-height: normal;
box-sizing: border-box;
border-radius: 2px;
}

.email {
  width: 100%;
  margin-bottom: 20px;
}

.email input[type=text] {
  width: 100%;
padding: 12px;
margin: 6px 0 4px;
border: 1px solid #ccc;
background: #fafafa;
color: #000;
font-family: sans-serif;
font-size: 16px;
line-height: normal;
box-sizing: border-box;
border-radius: 2px;
}

.email input[type=email] {

  width: 100%;
padding: 12px;
margin: 6px 0 4px;
border: 1px solid #ccc;
background: #fafafa;
color: #000;
font-family: sans-serif;
font-size: 16px;
line-height: normal;
box-sizing: border-box;
border-radius: 2px;
}

.email input[type=tele] {

  width: 100%;
padding: 12px;
margin: 6px 0 4px;
border: 1px solid #ccc;
background: #fafafa;
color: #000;
font-family: sans-serif;
font-size: 16px;
line-height: normal;
box-sizing: border-box;
border-radius: 2px;
}

.form textarea {
      width: 100%;
    padding: 12px;
    margin: 6px 0 4px;
    border: 1px solid #ccc;
    background: #fafafa;
    color: #000;
    font-family: sans-serif;
    font-size: 16px;
    line-height: normal;
    box-sizing: border-box;
    border-radius: 2px;
}
.form textarea {
    min-height: 100px;
    resize: vertical;

}


legend {
font-size: 16px;
letter-spacing: .5px;
font-weight: 300;
font-style: normal;
color: #1f1f1f;
}

label {
font-size: 12px;
line-height: 1.6em;
letter-spacing: .5px;
font-weight: 300;
font-style: normal;
color: #1f1f1f;
}

.form button {
  display: inline-block;
width: auto;
height: auto;
background: #1395c2;
padding: .7em 2.5em;
border-width: 0;
color: #fff;
margin-top: 20px;
font-size: 15px;
text-align: center;
cursor: pointer;
outline: none;
-webkit-appearance: none;
-moz-appearance: none;
}

/*footer area start*/

.footer {
  background: #1395C2;
  padding: 100px;
}

.footer p{
  text-align: center;
font-size: 16px;
letter-spacing: .5px;
font-weight: 300;
margin-bottom: 20px;
font-style: normal;
color: rgba(255,255,255,.4);

}
