/*!------------------------------------------------------------------
[MAIN STYLESHEET]
PROJECT: Project Name
VERSION: Versoin Number
-------------------------------------------------------------------*/
:root {
  --primary-color: gray;
}

@font-face {
  font-family: 'Lufga';
  src: url('../fonts/lufga-regular-webfont.woff2') format('woff2'),
       url('../fonts/lufga-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'Lufga';
  src: url('../fonts/lufga-bold-webfont.woff2') format('woff2'),
       url('../fonts/lufga-bold-webfont.woff') format('woff');
  font-weight: bold;
  font-style: normal;

}



body {
  line-height: 1.2;
  font-family: Lufga, roboto, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  color: #000000;
  /* padding: 20px; */
}
 
p, .section  {
  color: #000000;
  font-size: 16px;
  line-height: 1.4;
  font-family: Lufga, roboto, sans-serif
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  font-family: Lufga, playfair display, serif;
  line-height: 1.2
}

.lead, .lead p{
  font-size: 1.05rem;
  font-weight: 300;
}

h1,
.h1 {
  font-size: 80px
}

@media(max-width:991px) {

  h1,
  .h1 {
    font-size: 65px
  }
}

h2,
.h2 {
  font-size: 60px
}

@media(max-width:991px) {

  h2,
  .h2 {
    font-size: 50px
  }
}

h3,
.h3 {
  font-size: 35px
}

h4,
.h4 {
  font-size: 22px;
  font-weight: bold;


}

h5,
.h5 {
  font-size: 18px;
  font-weight: bold;

}

h6,
.h6 {
  font-size: 14px;
  font-weight: bold;

}



.btn {
  font-size: 22px;
  font-family: Lufga, playfair display, serif;
/*  text-transform: capitalize;*/
  padding: 16px 44px;
  border-radius: 5px;
  font-weight: 600;
  border: 0;
  position: relative;
  z-index: 1;
  transition: .2s ease
}

.btn:focus {
  outline: 0;
  box-shadow: none !important
}

.btn:active {
  box-shadow: none
}

.btn-sm {
  font-size: 15px;
  padding: 10px 30px
}

.btn-xs {
  padding: 5px 10px;
  font-size: 15px
}

.btn-primary {
  background: var(--primary-color);
  color: #000000;
}

.btn-primary.active {
  opacity: .8;
}

.btn-primary:active {
  background: var(--primary-color) !important;
  color: black !important;
}

.btn-primary:hover {
  background: var(--primary-color) ;
  text-decoration: none;

}

.btn-primary.focus,
.btn-primary.active {
  background: var(--primary-color) !important;
  box-shadow: none !important
}

.btn-transparent {
  background: transparent;
  color: var(--primary-color);
  font-weight: 700
}

.btn-transparent:active,
.btn-transparent:hover {
  color: var(--primary-color)
}


.btn-my{
  background-color: var(--primary-color); 
}


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

::selection {
  background: var(--primary-color);
  background: gray;
  color: #fff
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center
}

ol,
ul {
  /* list-style-type: none; */
  /* margin: 0 */
}

img {
  vertical-align: middle;
  border: 0
}

.imgproc.circle img{

   border-radius: 50%; 

}

.md-image{
  width: 100%
}

a,
a:hover,
a:focus {
  text-decoration: underline;  
  color: black;
}

a,
button,
select {
  cursor: pointer;
  transition: .2s ease
}

a:focus,
button:focus,
select:focus {
  outline: 0
}

a.text-dark:hover {
  color: var(--primary-color) !important
}

.btn{
  text-decoration: none !important;
}

.btn:hover{
  background-color: lightgrey;
}


.slick-slide {
  outline: 0
}

.briefs .col{

  padding-bottom: 40px
}

.section {
  padding-top: 40px;
   /* padding-bottom: 40px  */
}

.section-title {
  margin-bottom: 80px;
  font-family: Lufga
}

.bg-cover { 
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
}


.front-logo-bar{

  right:0;
  bottom:0;
  left:0;
  z-index:25;
  height: 70px;
  
  padding-left:0;
  margin-right:0;
  margin-left:0;
  list-style:none;
  background-color: white;
 }

 .carousel-top-nav {
	position: absolute;
	right: 0;
	top: 17px;
	left: 0;
	z-index: 1500;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	padding-left: 0;
	margin-right: 25%;
	margin-left: 25%;
	list-style: none;
  text-transform: lowercase;

}

.carousel-top-nav  {
  text-decoration: none;
}

.carousel-top-nav:hover{
  text-decoration: underline;
}

.text-white h1, .text-white h2, .text-white h3, .text-white h4, .text-white h5 , .text-white p{
  color: white;
}

a:hover{
  text-decoration: none;
}

 .carousel-control{
   z-index: 10;
 }

 .carousel-video-w100{
  width: 100% !important;
 }

 .carousel-control-down-icon{
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50%/100% 100%;
 }

 .carousel-control-up-icon{
 display: inline-block;
 width: 20px;
 height: 20px;
 background: no-repeat 50%/100% 100%; 
 background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg width='100%25' height='100%25' viewBox='0 0 8 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' xmlns:serif='http://www.serif.com/' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;'%3E%3Crect id='top-export' serif:id='top export' x='0' y='0' width='8' height='8' style='fill:none;'/%3E%3Cpath d='M6.93,6.085l0,-3.111c0,-0.12 -0.014,-0.24 -0.041,-0.344c-0.095,-0.327 -0.245,-0.598 -0.511,-0.774c-0.607,-0.415 -1.207,-0.814 -1.814,-1.229c-0.164,-0.112 -0.341,-0.168 -0.525,-0.176c-0.211,-0.008 -0.409,0.032 -0.586,0.16c-0.614,0.415 -1.221,0.814 -1.828,1.237c-0.361,0.255 -0.552,0.631 -0.552,1.126c-0,0.033 -0.001,0.066 -0.001,0.099c-0.001,0.027 -0.002,0.055 -0.002,0.082l-0,2.93c-0,0.808 0.656,1.465 1.465,1.465l2.93,-0c0.809,-0 1.465,-0.657 1.465,-1.465Z'/%3E%3Cg%3E%3Cpath d='M6.144,4.553c0,0.309 -0.251,0.561 -0.561,0.561c-0.31,-0 -0.561,-0.252 -0.561,-0.561c-0,-0.31 0.251,-0.562 0.561,-0.562c0.31,0 0.561,0.252 0.561,0.562Z' style='fill:%23fff;'/%3E%3Cpath d='M4.561,4.553c0,0.309 -0.251,0.561 -0.561,0.561c-0.31,-0 -0.561,-0.252 -0.561,-0.561c-0,-0.31 0.251,-0.562 0.561,-0.562c0.31,0 0.561,0.252 0.561,0.562Z' style='fill:%23fff;'/%3E%3Cpath d='M2.978,4.553c0,0.309 -0.251,0.561 -0.561,0.561c-0.31,-0 -0.561,-0.252 -0.561,-0.561c-0,-0.31 0.251,-0.562 0.561,-0.562c0.31,0 0.561,0.252 0.561,0.562Z' style='fill:%23fff;'/%3E%3C/g%3E%3Cg%3E%3Cpath d='M6.144,3.044c0,0.309 -0.251,0.561 -0.561,0.561c-0.31,-0 -0.561,-0.252 -0.561,-0.561c-0,-0.31 0.251,-0.562 0.561,-0.562c0.31,0 0.561,0.252 0.561,0.562Z' style='fill:%23fff;'/%3E%3Cpath d='M4.561,3.044c0,0.309 -0.251,0.561 -0.561,0.561c-0.31,-0 -0.561,-0.252 -0.561,-0.561c-0,-0.31 0.251,-0.562 0.561,-0.562c0.31,0 0.561,0.252 0.561,0.562Z' style='fill:%23fff;'/%3E%3Cpath d='M2.978,3.044c0,0.309 -0.251,0.561 -0.561,0.561c-0.31,-0 -0.561,-0.252 -0.561,-0.561c-0,-0.31 0.251,-0.562 0.561,-0.562c0.31,0 0.561,0.252 0.561,0.562Z' style='fill:%23fff;'/%3E%3C/g%3E%3Cg%3E%3Cpath d='M6.144,6.062c0,0.31 -0.251,0.561 -0.561,0.561c-0.31,0 -0.561,-0.251 -0.561,-0.561c-0,-0.31 0.251,-0.562 0.561,-0.562c0.31,0 0.561,0.252 0.561,0.562Z' style='fill:%23fff;'/%3E%3Cpath d='M4.561,6.062c0,0.31 -0.251,0.561 -0.561,0.561c-0.31,0 -0.561,-0.251 -0.561,-0.561c-0,-0.31 0.251,-0.562 0.561,-0.562c0.31,0 0.561,0.252 0.561,0.562Z' style='fill:%23fff;'/%3E%3Cpath d='M2.978,6.062c0,0.31 -0.251,0.561 -0.561,0.561c-0.31,0 -0.561,-0.251 -0.561,-0.561c-0,-0.31 0.251,-0.562 0.561,-0.562c0.31,0 0.561,0.252 0.561,0.562Z' style='fill:%23fff;'/%3E%3C/g%3E%3C/svg%3E");

}

.carousel-control-next-icon{
/* background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23FFF' stroke='%23000' stroke-width='0.5' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e"); */
background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg width='100%25' height='100%25' viewBox='0 0 8 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' xmlns:serif='http://www.serif.com/' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;'%3E%3Ccircle cx='4' cy='4' r='3' style='fill:%23ebebeb;'/%3E%3Cg%3E%3Cg%3E%3Cpath d='M6.115,4.392l-1.741,1.793c-0.09,0.092 -0.21,0.143 -0.338,0.143c-0.125,-0 -0.243,-0.049 -0.332,-0.138l-0.094,-0.093c-0.182,-0.182 -0.19,-0.486 -0.018,-0.677l0.7,-0.777l-2.343,0c-0.262,0 -0.475,-0.213 -0.475,-0.475l-0,-0.326c-0,-0.262 0.212,-0.475 0.474,-0.475l2.335,0l-0.722,-0.787c-0.174,-0.191 -0.168,-0.494 0.015,-0.676l0.094,-0.094c0.179,-0.179 0.495,-0.174 0.668,0.01l1.782,1.896c0.177,0.188 0.175,0.491 -0.005,0.676m-2.115,-4.192c-2.095,0 -3.8,1.705 -3.8,3.8c-0,2.095 1.705,3.8 3.8,3.8c2.095,-0 3.8,-1.705 3.8,-3.8c-0,-2.095 -1.705,-3.8 -3.8,-3.8'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
/* background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg width='100%25' height='100%25' viewBox='0 0 8 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' xmlns:serif='http://www.serif.com/' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;'%3E%3Crect id='export2' x='0' y='0' width='8' height='8' style='fill:none;'/%3E%3Cpath d='M1.723,7.2l3.398,0c0.131,0 0.262,-0.015 0.375,-0.045c0.357,-0.104 0.654,-0.268 0.846,-0.558c0.453,-0.663 0.889,-1.318 1.342,-1.981c0.122,-0.179 0.183,-0.372 0.192,-0.573c0.009,-0.231 -0.035,-0.447 -0.174,-0.641c-0.454,-0.67 -0.89,-1.333 -1.352,-1.996c-0.279,-0.394 -0.689,-0.603 -1.229,-0.603c-0.036,0 -0.073,-0 -0.109,-0.001c-0.029,-0.001 -0.059,-0.002 -0.089,-0.002l-3.2,-0c-0.883,-0 -1.6,0.717 -1.6,1.6l-0,3.2c-0,0.883 0.717,1.6 1.6,1.6Z'/%3E%3Cg%3E%3Cpath d='M2.752,3.63c0.042,-0.032 0.101,-0.032 0.143,0.001c0.4,0.316 0.801,0.632 1.2,0.948c0.225,-0.208 0.461,-0.428 0.723,-0.668c0.039,-0.037 0.101,-0.042 0.145,-0.01c0.249,0.174 0.495,0.344 0.737,0.508c0.015,-0.682 -0.007,-1.364 -0.068,-2.045c-0.037,-0.283 -0.303,-0.575 -0.598,-0.591c-1.095,-0.093 -2.184,-0.093 -3.279,-0c-0.28,0.036 -0.583,0.293 -0.598,0.591c-0.074,0.83 -0.091,1.659 -0.053,2.488c0.488,-0.352 1.016,-0.743 1.648,-1.222Zm1.377,-1.215c0.24,0.028 0.487,0.243 0.497,0.498c0.011,0.255 -0.247,0.462 -0.477,0.473c-0.261,0.012 -0.491,-0.25 -0.491,-0.491c-0.002,-0.224 0.208,-0.512 0.471,-0.48Z' style='fill:%23fff;fill-rule:nonzero;'/%3E%3Cpath d='M5.634,4.646c-0.239,-0.163 -0.482,-0.331 -0.729,-0.502c-0.261,0.242 -0.499,0.462 -0.726,0.672c-0.041,0.04 -0.106,0.041 -0.151,0.007c-0.402,-0.318 -0.804,-0.636 -1.208,-0.954c-0.629,0.477 -1.155,0.866 -1.65,1.218c-0.018,0.014 -0.038,0.02 -0.058,0.022c0.01,0.174 0.024,0.348 0.038,0.521c0.015,0.298 0.318,0.555 0.598,0.591c1.095,0.093 2.184,0.093 3.28,0c0.296,-0.015 0.561,-0.308 0.597,-0.591c0.028,-0.321 0.048,-0.642 0.06,-0.963c-0.015,-0.003 -0.035,-0.01 -0.051,-0.021Z' style='fill:%23fff;fill-rule:nonzero;'/%3E%3C/g%3E%3C/svg%3E"); */
}

.carousel-control-down-icon{
  /* background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23FFF' stroke='%23000' stroke-width='0.5' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e"); */
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg width='100%25' height='100%25' viewBox='0 0 8 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' xmlns:serif='http://www.serif.com/' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;'%3E%3Ccircle cx='4' cy='4' r='3' style='fill:%23ebebeb;'/%3E%3Cg%3E%3Cg%3E%3Cpath d='M6.115,4.392l-1.741,1.793c-0.09,0.092 -0.21,0.143 -0.338,0.143c-0.125,-0 -0.243,-0.049 -0.332,-0.138l-0.094,-0.093c-0.182,-0.182 -0.19,-0.486 -0.018,-0.677l0.7,-0.777l-2.343,0c-0.262,0 -0.475,-0.213 -0.475,-0.475l-0,-0.326c-0,-0.262 0.212,-0.475 0.474,-0.475l2.335,0l-0.722,-0.787c-0.174,-0.191 -0.168,-0.494 0.015,-0.676l0.094,-0.094c0.179,-0.179 0.495,-0.174 0.668,0.01l1.782,1.896c0.177,0.188 0.175,0.491 -0.005,0.676m-2.115,-4.192c-2.095,0 -3.8,1.705 -3.8,3.8c-0,2.095 1.705,3.8 3.8,3.8c2.095,-0 3.8,-1.705 3.8,-3.8c-0,-2.095 -1.705,-3.8 -3.8,-3.8'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  /* background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg width='100%25' height='100%25' viewBox='0 0 8 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' xmlns:serif='http://www.serif.com/' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;'%3E%3Crect id='read-export' serif:id='read export' x='0' y='0' width='8' height='8' style='fill:none;'/%3E%3Cpath d='M1.07,1.915l0,3.111c0,0.12 0.014,0.24 0.041,0.344c0.095,0.327 0.245,0.598 0.511,0.774c0.607,0.415 1.207,0.814 1.814,1.229c0.164,0.112 0.341,0.168 0.525,0.176c0.211,0.008 0.409,-0.032 0.586,-0.16c0.614,-0.415 1.221,-0.814 1.828,-1.237c0.361,-0.256 0.552,-0.631 0.552,-1.126c0,-0.033 0,-0.066 0.001,-0.099c0.001,-0.027 0.002,-0.055 0.002,-0.082l-0,-2.93c-0,-0.808 -0.656,-1.465 -1.465,-1.465l-2.93,0c-0.809,0 -1.465,0.657 -1.465,1.465Z'/%3E%3Cpath d='M1.045,1.915l0,3.111c0,0.122 0.014,0.244 0.042,0.35c-0,0 -0,0 -0,0.001c0.097,0.333 0.251,0.609 0.521,0.788c0.607,0.415 1.207,0.814 1.814,1.229c-0,-0 -0,-0 -0,-0c0.168,0.114 0.349,0.172 0.538,0.18c-0,-0 -0,-0 0,-0c0.217,0.008 0.42,-0.033 0.602,-0.164c0.613,-0.415 1.22,-0.814 1.827,-1.238c0,0 0,0 0,0c0.368,-0.26 0.563,-0.642 0.563,-1.146c0,-0.032 0,-0.065 0.001,-0.098c0.001,-0.028 0.002,-0.055 0.002,-0.083c0,0 0,-2.93 0,-2.93c0,-0.822 -0.668,-1.49 -1.49,-1.49c-0,0 -2.93,0 -2.93,0c-0.822,0 -1.49,0.668 -1.49,1.49Zm0.05,0c0,-0.795 0.645,-1.44 1.44,-1.44l2.93,0c0.795,0 1.44,0.645 1.44,1.44l-0,2.93c-0,0.027 -0.001,0.054 -0.002,0.08l-0.001,0.101c-0,0.486 -0.187,0.855 -0.542,1.105c-0.606,0.423 -1.213,0.823 -1.827,1.238c0,-0 -0,-0 -0,-0c-0.173,0.124 -0.365,0.163 -0.571,0.155c-0.18,-0.008 -0.352,-0.062 -0.512,-0.171c-0.607,-0.415 -1.207,-0.815 -1.814,-1.23c0,0 0,0 0,0c-0.261,-0.172 -0.407,-0.439 -0.501,-0.76c-0.027,-0.102 -0.04,-0.219 -0.04,-0.337l0,-3.111Z' style='fill:none;'/%3E%3Cpath d='M2.249,2.768l3.502,0c0.097,0 0.176,-0.078 0.176,-0.175c-0,-0.096 -0.079,-0.175 -0.176,-0.175l-3.502,0c-0.097,0 -0.176,0.079 -0.176,0.175c0,0.097 0.079,0.175 0.176,0.175Z' style='fill:%23fff;'/%3E%3Cpath d='M2.249,1.875l3.502,-0c0.097,-0 0.176,-0.079 0.176,-0.175c-0,-0.097 -0.079,-0.175 -0.176,-0.175l-3.502,-0c-0.097,-0 -0.176,0.078 -0.176,0.175c0,0.096 0.079,0.175 0.176,0.175Z' style='fill:%23fff;'/%3E%3Cpath d='M2.249,3.662l3.502,-0c0.097,-0 0.176,-0.078 0.176,-0.175c-0,-0.097 -0.079,-0.175 -0.176,-0.175l-3.502,-0c-0.097,-0 -0.176,0.078 -0.176,0.175c0,0.097 0.079,0.175 0.176,0.175Z' style='fill:%23fff;'/%3E%3Cpath d='M2.249,4.556l3.502,-0c0.097,-0 0.176,-0.079 0.176,-0.176c-0,-0.096 -0.079,-0.175 -0.176,-0.175l-3.502,0c-0.097,0 -0.176,0.079 -0.176,0.175c0,0.097 0.079,0.176 0.176,0.176Z' style='fill:%23fff;'/%3E%3Cpath d='M2.238,5.449l3.503,0c0.096,0 0.175,-0.078 0.175,-0.175c-0,-0.097 -0.079,-0.175 -0.175,-0.175l-3.503,-0c-0.097,-0 -0.175,0.078 -0.175,0.175c-0,0.097 0.078,0.175 0.175,0.175Z' style='fill:%23fff;'/%3E%3C/svg%3E"); */
  transform: rotate(90deg);
}

.carousel-control-prev-icon{
  /* background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23FFF' stroke='%23000' stroke-width='0.5'  width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e"); */
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg width='100%25' height='100%25' viewBox='0 0 8 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' xmlns:serif='http://www.serif.com/' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;'%3E%3Ccircle cx='4' cy='4' r='3' style='fill:%23ebebeb;'/%3E%3Cg%3E%3Cg%3E%3Cpath d='M6.115,4.392l-1.741,1.793c-0.09,0.092 -0.21,0.143 -0.338,0.143c-0.125,-0 -0.243,-0.049 -0.332,-0.138l-0.094,-0.093c-0.182,-0.182 -0.19,-0.486 -0.018,-0.677l0.7,-0.777l-2.343,0c-0.262,0 -0.475,-0.213 -0.475,-0.475l-0,-0.326c-0,-0.262 0.212,-0.475 0.474,-0.475l2.335,0l-0.722,-0.787c-0.174,-0.191 -0.168,-0.494 0.015,-0.676l0.094,-0.094c0.179,-0.179 0.495,-0.174 0.668,0.01l1.782,1.896c0.177,0.188 0.175,0.491 -0.005,0.676m-2.115,-4.192c-2.095,0 -3.8,1.705 -3.8,3.8c-0,2.095 1.705,3.8 3.8,3.8c2.095,-0 3.8,-1.705 3.8,-3.8c-0,-2.095 -1.705,-3.8 -3.8,-3.8'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  transform: scaleX(-1);

}


.carousel-control-next-icon, .carousel-control-prev-icon, .carousel-control-down-icon, .carousel-control-up-icon{
  padding: 20px;
}

.carousel-control-next, .carousel-control-prev, .carousel-control-down-icon{
  opacity: 1;
}

.carousel-logo{
  height:120px;
}

@media(max-width:991px) {
  .carousel-logo{
    height:70px;
  }
}


.shadowtext {
  /* text-shadow: 0px 0px 10px rgb(255, 255, 255); */
}

.shadowtext > .text-white{
  text-shadow: 0px 0px 10px rgb(0, 0, 0) !important;
}


.current-data{
  background-color: black;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  width: 40px;
  height: 40px;
  text-align: center;
}

.carousel-indicators li{
  background-color: black;
  opacity: 0.5;
}

/* .carousel-indicators .active{
  background-color: black;
} */

#front_carousel .carousel-item {
  height: calc(var(--vh, 1vh) * 100);
}

.carousel-item {
  height: 100vh;
  /* height: calc(var(--vh, 1vh) * 100); */
 transition-duration: .3s;

  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  z-index: 10;
}



.overlay {
  position: relative
}

.overlay::before {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: .5
}

.outline-0 {
  outline: 0 !important
}

.d-unset {
  display: unset !important
}

.bg-primary {
  background: var(--primary-color) !important
}

.bg-gray {
  background: #eaeaea !important
}

.text-primary {
  color: var(--primary-color) !important
}

.text-color {
  color: #4c4c4c
}

.text-dark {
  color: #000 !important
}

.text-light {
  color: #999 !important
}

.mb-10 {
  margin-bottom: 10px !important
}

.mb-20 {
  margin-bottom: 20px !important
}

.mb-30 {
  margin-bottom: 30px !important
}

.mb-40 {
  margin-bottom: 40px !important
}

.mb-50 {
  margin-bottom: 50px !important
}

.mb-60 {
  margin-bottom: 60px !important
}

.mb-70 {
  margin-bottom: 70px !important
}

.mb-80 {
  margin-bottom: 80px !important
}

.mb-90 {
  margin-bottom: 90px !important
}

.mb-100 {
  margin-bottom: 100px !important
}

.zindex-1 {
  z-index: 1
}

.rounded-lg {
  border-radius: 15px
}

.overflow-hidden {
  overflow: hidden
}

.font-primary {
  font-family: Lufga, roboto, serif !important
}

.font-secondary {
  font-family: Lufga, playfair display, serif !important
}

.font-tertiary {
  font-family: Lufga, Lufga !important
}

.shadow {
  box-shadow: 0 18px 39.1px 6.9px rgba(224, 241, 255, .34) !important
}

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

.icon {
  font-size: 45px
}

.icon-bg {
  height: 100px;
  width: 100px;
  line-height: 100px;
  text-align: center
}

.icon-light {
  color: #c8d5ef
}

.slick-dots {
  text-align: center;
  padding-left: 0
}

.slick-dots li {
  display: inline-block;
  margin: 2px
}

.slick-dots li.slick-active button {
  background: #fff;
  width: 25px
}

.slick-dots li button {
  height: 6px;
  width: 12px;
  background: rgba(255, 255, 255, .5);
  color: transparent;
  border-radius: 10px;
  overflow: hidden;
  transition: .2s ease;
  border: 0
}

input, textarea{
  background-color: rgb(248, 248, 248) !important;
}

.form-control {
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #c7c7c7;
  height: 40px
}

.form-control:focus {
  border-color: var(--primary-color);
  outline: 0;
  box-shadow: none !important
}

textarea.form-control {
  height: 120px
}




.card {
  border: 0
}

.card-header {
  border: 0
}

.card-footer {
  border: 0
}

/* /////////////////////////  Navigation */

.navbar-brand img{
  height: 40px;
}

.navigation {
  /* padding: 10px 130px; */
  padding: 10px 10px;
  transition: .3s ease
}

.navigation.nav-bg {
  background-color: var(--primary-color);
  /* background-color: transparent; */
  /*padding: 15px 100px*/
}



.navbar-cart{
  height: 40px;
  width: 40px;
  border-radius:50%;
  padding: .25rem .25rem;
  background: red;
  color: white;
  border: 0px solid red;
 }

.navbar-toggler{
  
 border-radius:50%;
 padding: .25rem .25rem;
 background: black;
 color: white;
}

.navbar-dark .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navigation.nav-bg  .navbar-brand span {
   display: none;
}

.navigation  a , .navigation  h3{
    color: black !important;
}


@media(max-width:991px) {
  .navigation.nav-bg {
    padding: 5px 20px
  }
}

@media(max-width:991px) {
  .navigation {
     padding: 5px 20px
    /*background: var(--primary-color)*/
  }
}

.navbar .nav-item .nav-link {
  font-family: Lufga;
  text-transform: uppercase;
  padding: 15px
}

.navbar .nav-item.active .nav-link{
  color: #52f8f4;
}

.navbar-dark .navbar-nav .nav-link {
  color: #fff;
}

.menumaajaam {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;  
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  
}

.menumaajaam ul {
  font-size: 2rem;
  text-align: center;
  list-style: none;
  padding: 0;
  margin: 0 !important;
  flex: 0;
}
  .menumaajaam li {
    display: block;
    position: relative;
  }

  .menumaajaam a:hover {
    display: block;
    position: relative;
    text-decoration: none;


  }
 
.frontpage-logo{
  width:30vw;

}

@media(max-width:767px) {
  .frontpage-logo {
    width:60vw;
  }
} 

.extendedforms{
  display: none;
}

.hidden{
  display: none;
}

/* /////////////////////////  Hero */




.hero-area {
  padding: 250px 0 200px;
  position: relative
}

@media(max-width:767px) {
  .hero-area {
    padding: 200px 0 150px;
    overflow: hidden
  }
}

.hero-area h1 {
  position: relative;
  z-index: 2
}

.layer {
  position: absolute;
  z-index: 1
}



.layer-bg {
  position: absolute;
  bottom: 0;
  left: 0
}

.progress-wrapper {
  height: 130px;
  overflow: hidden
}

.wave {
  position: absolute;
  width: 100%;
  height: 100%
}

.wave::before,
.wave::after {
  content: "";
  position: absolute;
  width: 800px;
  height: 800px;
  bottom: 0;
  left: 50%;
  background-color: rgba(255, 255, 255, .4);
  border-radius: 45%;
  transform: translateX(-50%) rotate(0);
  animation: rotate 6s linear infinite;
  z-index: 10
}

.wave::after {
  border-radius: 47%;
  background-color: rgba(255, 255, 255, .9);
  transform: translateX(-50%) rotate(0);
  animation: rotate 10s linear -5s infinite;
  z-index: 20
}

@keyframes rotate {
  50% {
    transform: translateX(-50%) rotate(180deg)
  }

  100% {
    transform: translateX(-50%) rotate(360deg)
  }
}

.edu-bg-image {
  position: absolute;
  left: 0;
  top: -300px;
  z-index: -1
}

.hover-bg-primary {
  transition: .3s ease
}

.hover-bg-primary:hover {
  background: var(--primary-color)
}

.hover-bg-primary:hover * {
  color: #867b7b;
}

.active-bg-primary {
  transition: .3s ease;
  background: var(--primary-color)
}

.active-bg-primary * {
  color: #000000
}

.hover-shadow {
  transition: .2s ease
}

.hover-shadow:hover {
  box-shadow: 0 18px 40px 8px rgba(224, 241, 255, .54) !important
}

.hover-wrapper {
  overflow: hidden
}

.hover-wrapper img {
  transition: .3s ease;
  transform: scale(1.1)
}

.hover-wrapper:hover img {
  transform: scale(1)
}

.hover-wrapper:hover .hover-overlay {
  opacity: 1;
  visibility: visible
}

.hover-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  border-radius: inherit;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, .3);
  opacity: 0;
  visibility: hidden;
  transition: .3s ease
}

.hover-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  text-align: center
}

.testimonial-content strong {
  color: #2bfdff;
  font-weight: 400
}

.testimonial-bg-shapes .container {
  position: relative;
  z-index: 1
}

.testimonial-bg-shapes .bg-map {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%)
}

.testimonial-bg-shapes .bg-shape-1 {
  position: absolute;
  left: 100px;
  top: -50px
}

.testimonial-bg-shapes .bg-shape-2 {
  position: absolute;
  right: 150px;
  top: 50px
}

.testimonial-bg-shapes .bg-shape-3 {
  position: absolute;
  right: 50px;
  top: 200px
}

.testimonial-bg-shapes .bg-shape-4 {
  position: absolute;
  left: 100px;
  bottom: 200px
}

.testimonial-bg-shapes .bg-shape-5 {
  position: absolute;
  right: 200px;
  bottom: -50px
}

.footer-section {
  padding-top: 50px
}

.section-on-footer {
  margin-bottom: -250px
}

.shadow-down {
  position: relative
}

.shadow-down::before {
  position: absolute;
  content: "";
  box-shadow: 0 0 80.75px 14.25px rgba(224, 241, 255, .34);
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: -1
}

.card-lg {
  flex-direction: row-reverse;
  align-items: center
}

@media(max-width:991px) {
  .card-lg {
    flex-direction: column
  }
}

blockquote {
  display: inline-block;
  padding: 10px 20px;
  background: #eaeaea;
  border-left: 5px solid var(--primary-color);
  font-style: italic;
  font-size: 22px
}

.content * {
  /* margin-bottom: 20px */
}



.page-title-alt {
  padding: 350px 0 70px
}

.border-thick {
  border: 10px solid
}

.drag-lg-top {
  margin-top: -230px
}

@media(max-width:991px) {
  .drag-lg-top {
    margin-top: 0
  }
}

.page-title-alt .container {
  position: relative;
  z-index: 1
}

.page-title-alt .bg-shape-1 {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%
}

.page-title-alt .bg-shape-2 {
  position: absolute;
  left: 70px;
  top: 100px
}

.page-title-alt .bg-shape-3 {
  position: absolute;
  left: 30%;
  top: 50px;
  transform: rotate(180deg)
}

.page-title-alt .bg-shape-4 {
  position: absolute;
  left: 100px;
  bottom: 100px
}

.page-title-alt .bg-shape-5 {
  position: absolute;
  left: 40%;
  bottom: -25px
}

.page-title-alt .bg-shape-6 {
  position: absolute;
  bottom: 100px;
  right: -100px
}

.page-title {
  padding: 100px 0 50px;
}

.page-title .container {
  position: relative;
  z-index: 1
}

.page-title .bg-shape-1 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%
}

.page-title .bg-shape-2 {
  position: absolute;
  left: -20px;
  top: -10px
}

.page-title .bg-shape-3 {
  position: absolute;
  left: 10%;
  top: 100px
}

.page-title .bg-shape-4 {
  position: absolute;
  left: 50%;
  top: -20px
}

.page-title .bg-shape-5 {
  position: absolute;
  left: 90px;
  bottom: -50px;
  transform: rotate(180deg)
}

.page-title .bg-shape-6 {
  position: absolute;
  right: 20%;
  bottom: -20px
}

.page-title .bg-shape-7 {
  position: absolute;
  right: -220px;
  bottom: -100px
}

.blend-darken{
  mix-blend-mode: darken;
}

.filter-controls li {
  cursor: pointer
}

.filter-controls li.active {
  font-weight: 700
}

.social-icons a{
  height: 100px;
  width: 100px;
  line-height: 100px;
  border-radius: 50%;
  display: block;
  box-shadow:  0 18px 39.1px 6.9px rgba(224,241,255,.34);
  color: #fff;
  background-color: var(--primary-color);
  font-size: 20px;
  text-align: center;
}

.project-meta{
  display: flex;
  align-items: center;
}

.project-meta i{
  height: 100px;
  min-width: 100px;
  line-height: 100px;
  background-color: #fff;
  color: var(--primary-color);
  border-radius: 50%;
  text-align: center;
  display: block;
  box-shadow:  0 18px 39.1px 6.9px rgba(224,241,255,.34);
  font-size: 30px;
}

.project-meta h4{
  font-weight: bold;
  font-size: 24px;
}

.project-meta p{
  margin-bottom: 0;
}

.blend-darken{
  mix-blend-mode: darken;
}

/* Bootstrap slower carousel transision */

.carousel-item {
  transition: -webkit-transform 1.6s ease-in-out;
  transition: transform 1.6s ease-in-out;
  transition: transform 1.6s ease-in-out, -webkit-transform 1.6s ease-in-out;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 2.6s;
}

@keyframes zoomer {
  0% {
    transform: scale(1.02, 1.02);
    
  }
  20% {

  }  
  75% {

  }
  100% {
    transform: scale(1, 1);

  }
}


.md-columns {
  display: flex;
  flex-wrap: wrap;
  margin-left: -1rem;
  margin-right: -1rem;

  >div {
    flex: 1 1;
    margin: 1rem 0;
    min-width: 100px;
    max-width: 100%;
    padding: 0 1rem;
  }

  .markdown-inner {
    margin-top: 0;
    margin-bottom: 0;
  }

  .markdown-inner{
    line-height: 1.4;
  }
}