/*

Softy Pinko

https://templatemo.com/tm-535-softy-pinko

*/
/* ---------------------------------------------
Table of contents
------------------------------------------------
01. font & reset css
02. reset
03. global styles
04. header
05. welcome
06. features
07. team
08. pricing
09. blog
10. contact
11. footer
12. preloader

--------------------------------------------- */
/* 
---------------------------------------------
font & reset css
--------------------------------------------- 
*/


@font-face {
  font-family: dinn_cond;
  src: url(../fonts/DINCondensed-Bold.eot);
  src: url(../fonts/DINCondensed-Bold.svg);
  src: url(../fonts/DINCondensed-Bold.woff);
  src: url(../fonts/DINCondensed-Bold.ttf);
  font-weight: normal;
  font-style: normal;
}

/* 
---------------------------------------------
reset
--------------------------------------------- 
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, div
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
figure, header, nav, section, article, aside, footer, figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

ul, li {
  padding: 0;
  margin: 0;
  list-style: none;
}

header, nav, section, article, aside, footer, hgroup {
  display: block;
}

* {
  box-sizing: border-box;
}

html, body {
  font-family: 'dinn-cond';
  font-weight: 400;
  background-color: #fff;
  font-size: 16px;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none !important;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
  margin-bottom: 0px;
}

ul {
  margin-bottom: 0px;
}

input::placeholder {
white-space: pre;
word-wrap: normal;
overflow-x: hidden;
overflow-y: hidden;
}


::placeholder {
-webkit-text-security: none;
color: white;
pointer-events: none;
}
/* 
---------------------------------------------
global styles
--------------------------------------------- 
*/
html,
body {
  background: #fff;
  font-family: 'dinn_cond';
}

::selection {
  background: #ff0000;
  color: #fff;
}

::-moz-selection {
  background: #ff0000;
  color: #fff;
}

.row_marketing {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.row_ref {
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-bottom: 10px;
	max-width: 90%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}


.row_lion   {

	margin-top: 50%;
}

.row_new   {

	display: flex;
	/* -ms-flex-wrap: wrap; */
	flex-wrap: wrap;
	margin-right: -5px;
	margin-left: -15px;
}



.logs-image {
width: 100%;
max-width: 100%;
/* height: auto; */
margin-top:2%;
margin-bottom:2%;
}

.chi-image {
width: 102%;
max-width: 102%;
/* height: auto; */
padding-top:100px;
}

.new-image {
width: 90%;
max-width: 90%;
float: left;
padding-bottom:40px
}

.left-image {
width: 102%;
max-width: 102%;
/* height: auto; */
margin-top:-2px;
}

.left-image-c {
width: 100%;
max-width: 100%;
/* height: auto; */
margin-top:-75%;
}

.right-image {
width: 102%;
max-width: 102%;
float: right;

}

.section {
  position: relative;
  padding-top:40px;
  padding-bottom:40px;
}

.section.new {
	position: relative;
	color: darkgray;
	margin-top: -40px;
	margin-bottom: -95px;
	width: 100%;
}


.section.new .container  {
	margin-left:-15px;
	max-width:100%;
}



.section.colored {
background:
        /* top, transparent black, faked with gradient */ 
        linear-gradient(
          rgba(0, 0, 0, 0.6), 
          rgba(0, 0, 0, 0.1)
        ),
        /* bottom, image */
        url(../images/4.png);
background-size: cover;
background-position: center;
background-repeat: no-repeat;
padding-top: 50px;
padding-bottom: 150px;

}
.contenteditable {
	color:white;

}


.section.colored2 {
	background:
        /* top, transparent black, faked with gradient */ 
        linear-gradient(
          rgba(0, 0, 0, 0.6), 
          rgba(0, 0, 0, 0.6)
        ),
        /* bottom, image */
        url(../images/7.jpg);
background-size: cover;
background-position: center;
background-repeat: no-repeat;

}
.section.testimonials {
display: flex;
align-items: center;
justify-content: center;
background:
        /* top, transparent black, faked with gradient */ 
        linear-gradient(
          rgba(0, 0, 0, 0.0), 
          rgba(0, 0, 0, 0.0)
        ),
        /* bottom, image */
        url(../images/6.jpg);
background-repeat: no-repeat;
background-position: top center;
background-size: cover;
}


.section.who {
	background:
        /* top, transparent black, faked with gradient */ 
        linear-gradient(
          rgba(0, 0, 0, 0.6), 
          rgba(0, 0, 0, 0.1)
        ),
        /* bottom, image */
        url(../images/who.jpg);
	background-size: cover;
	background-position: center;
	background-clip: border-box;

}

.section.we {
	background-color: white;
	background-size: cover;
	background-position: center;
	background-clip: border-box;

}


.section.contact {
	background:white;
	
}

.hr {
  bottom: 0px;
  width: 100%;
  height: 1px;
  margin-top: 100px;
  border-bottom: 1px solid #eee;
}


.left-heading {
  float: left;
  margin-left: 21%;
  padding-top: 20px;
}

.left-heading.light .section-title {
  color: #ffffff;
}

.left-heading .section-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 24px;
  color: rgb(130, 130, 130);
  letter-spacing: 0.25px;
  margin-bottom: 1px;
  position: relative;
}


.left-heading_who {
  float: right;
}


.left-heading_who {
  font-weight: 500;
  font-size: 24px;
  line-height: 42px;
  color: white;
  letter-spacing: 0.25px;
  margin-bottom: 30px;
  position: relative;
}

.left-heading_who .section-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 42px;
  color: white;
  letter-spacing: 0.25px;
  margin-bottom: 30px;
  position: relative;
}

.left-text_who {
  font-weight: 400;
  font-size: 16px;
  color: #777;
  line-height: 28px;
  letter-spacing: 1px;
}

.left-text_who.light {
  color: #fff;
}

.left-text_who p {
  margin-bottom: 10px;
  color:white;
}


.row_cont {
width:50%;
}

.contact_im {
width:50%;
}

.right-heading.light .section-title {
  color: #ffffff;
}

.right-heading {
  float: right;
  margin-right: 10%;
  padding-top: 15px;
}


.right-heading .section-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 24px;
  color: rgb(130, 130, 130);
  letter-spacing: 0.25px;
  position: relative;
}



.center_we {
  text-align: center;

}



.center-heading {
  text-align: center;
}

.center-heading-contact {
  text-align: center;
  color:black;
}

.center-heading .section-title {
  font-weight: 500;
  font-size: 28px;
  color:rgb(130, 130, 130);
 /* 
 letter-spacing: 1.75px;
*/
  line-height: 38px;

}

.center-headingwe {
text-align: center;
font-weight: 400;
font-size: 28px;
color: white;
letter-spacing: 0.25px;
margin-bottom: 20px;
}



.center-heading2 {
text-align: center;
font-weight: 400;
font-size: 28px;
color: white;
letter-spacing: 0.25px;
margin-bottom: 20px;
}

.center-heading3 {
text-align: center;
font-weight: 500;
font-size: 28px;
color: white;
letter-spacing: 1.75px;
padding-top: 2%;
background-repeat: no-repeat;
padding-bottom: 20%;
}

.center-heading3 .h2 {
  text-align: center;
  font-weight: 500;
  font-size: 28px;
  color:white;
  letter-spacing: 1.75px;
  line-height: 38px;
  margin-bottom: 20px;
}

.center-heading3 p{
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  color:white;
  letter-spacing: 1.75px;
  line-height: 18px;
  margin-bottom: 2px;
}

.center-heading3 h4{
text-align: center;
font-weight: 500;
font-size: 24px;
color: darkgray;
letter-spacing: 1.75px;
line-height: 40px;
}

.center-heading3 h5{
text-align: center;
font-weight: 500;
font-size: 28px;
color: white;
letter-spacing: 1.75px;
line-height: 38px;
}



.center-heading.colored .section-title {
  color: #ffffff;
}



.center-heading_new {
text-align: left;
font-family: 'DIN Condensed';
font-size: 16px;
color: rgb(85, 85, 85);
letter-spacing: 1.75px;
padding-top: 2%;
background-repeat: no-repeat;
padding-bottom: 10%;
padding-left:50px;
}

.center-heading_new .section-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 24px;
  color: rgb(130, 130, 130);
  letter-spacing: 0.25px;
  position: relative;
}


.center-heading_new .h2 {
	font-weight: 500;
	font-size: 24px;
	line-height: 24px;
	color: rgb(130, 130, 130);
	letter-spacing: 0.25px;
	position: relative;

}

.center-heading_new p{
margin-bottom:10px;


}

.center-heading_new h4{
text-align: center;
font-family: 'DIN Condensed';
font-size: 24px;
color: rgb(85, 85, 85);
letter-spacing: 1.75px;

}

.center-heading_new h5{
text-align: center;
font-family: DIN Condensed;
font-size: 28px;
color: rgb(85, 85, 85);
letter-spacing: 1.75px;

}







.center-text {
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  color: white;
  line-height: 28px;
  letter-spacing: 1px;
  margin-bottom: 50px;
}

.center-text.colored {
  color: white;
}

.center-text p {

color: rgb(130, 130, 130);
font-family: DIN Condensed;
font-size: 16px;
line-height: 16px;
letter-spacing: 0.25px;
margin-top: 10px;
position: relative;
padding-bottom: 10px;
}

.center-text-cont {
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  color: black;
  line-height: 28px;
  letter-spacing: 1px;
  margin-bottom: 50px;
}

.center-text-cont p {
font-size: 15px;
color: black;
margin-bottom: 50px;
letter-spacing: 0.25px;
line-height: 26px;
font-weight: 400;
}


.center-text_ref p {
font-family: DIN Condensed;
font-size: 16px;
color: #fff;
line-height: 25px;
letter-spacing: 0.25px;
margin-top: 10px;
position: relative;
padding-bottom: 50px;
}

.center-text2 p {
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  color: white;
  line-height: 28px;
  letter-spacing: 1px;
  margin-bottom: 50px;
  font-size: 15px;
  color: white;

}



.left-text {
  font-family: 'DIN Condensed';
  font-size: 16px;
  color: #777;
  line-height: 22px;
  letter-spacing: 1px;
}

.left-text.light {
  color: #fff;
}

.left-text p {
  margin-bottom: 30px;
}

.left-text p.dark {
  color: #3B566E;
}

.right-text {
  font-family: 'DIN Condensed';
  font-size: 16px;
  color: #777;
  line-height: 22px;
  letter-spacing: 1px;
}

.right-text.light {
  color: #fff;
}

.right-text p {
  margin-bottom: 30px;
}

.right-text p.dark {
  color: #3B566E;
}

.padding-bottom-top-60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.padding-bottom-80 {
  padding-bottom: 80px !important;
}

.padding-bottom-100 {
  padding-bottom: 100px !important;
}

.padding-bottoms {
  padding-bottom: 100px !important;
  padding-top:0px;
}


.border-bottom {
  border-bottom: 1px solid #eee !important;
}

.mbottom-30 {
  margin-bottom: 30px !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-bottom {
  -ms-flex-item-align: flex-end !important;
  align-self: flex-end !important;
}

.padding-bottom-0 {
  padding-bottom: 0px !important;
  margin-top:-40px;
}

.padding-top-0 {
  padding-top: 0px !important;
  padding-bottom:0px;
}

.padding-top-80 {
  padding-top: 80px !important;
}

.padding-top-70 {
  padding-top: 70px !important;
}

.padding-top-20 {
  padding-top: 20px !important;
}

.margin-bottom-0 {
  margin-bottom: 0px !important;
}

.margin-bottom-30 {
  margin-bottom: 30px !important;
}

.margin-top-30 {
  margin-top: 30px !important;
}

.margin-top-15 {
  margin-top: 15px !important;
}

.margin-bottom-45 {
  margin-bottom: 45px !important;
}

.margin-bottom-20 {
  margin-bottom: 20px !important;
}

.margin-bottom-60 {
  margin-bottom: 60px !important;
}

.margin-bottom-100 {
  margin-bottom: 100px !important;
}

@media (max-width: 991px) {
  html, body {
    overflow-x: hidden;
  }
  .mobile-top-fix {
    margin-top: 30px;
    margin-bottom: 0px;
    padding-left:15%;
  }
  .mobile-bottom-fix {
    margin-bottom: 30px;
  }
  .mobile-bottom-fix-big {
    margin-bottom: 0px;
  }
}

a.main-button-slider {
  font-size: 13px;
  border-radius: 20px;
  padding: 12px 20px;
  background-color: #ff0000;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.25px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

a.main-button-slider:hover {
  background-color: #de0000;
}

a.main-button {
  font-size: 13px;
  border-radius: 20px;
  padding: 12px 20px;
  background-color: #de0000;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.25px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

a.main-button:hover {
  background-color: #ff0000;
}

button.main-button {
  outline: none;
  border: none;
  cursor: pointer;
  font-size: 13px;
  border-radius: 20px;
  padding: 12px 20px;
  background-color: #de0000;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.25px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

button.main-button:hover {
  background-color: #ff0000;
}


/* 
---------------------------------------------
header
--------------------------------------------- 
*/
.header-area {
  position: fixed;
  left: 0px;
  right: 0px;
  z-index: 100;
  height: 100px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.header-area .main-nav {
  box-shadow: 0px 0px 15px rgba(255,255,255,0.1);
  border-radius: 1px;
  min-height: 100px;
  background-color: rgba(0, 0, 0, 1);
  width:100%;
  
}

.header-area .main-nav .logo {
  float: left;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin-left: 4%;
}

.header-area .main-nav .logoD {
  float: right;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin-right: 4%;
}

.header-area .main-nav .logo img {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.header-area .main-nav .nav {
  float: left;
  margin-top: 27px;
  margin-left: 25%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 999;
}

.header-area .main-nav .nav li {
  padding-left: 20px;
  padding-right: 20px;
}

.header-area .main-nav .nav li:last-child {
  padding-right: 0px;
}

.header-area .main-nav .nav li a {
  display: block;
  font-family: DIN Condensed;
  font-size: 14px;
  color: #fff;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  height: 40px;
  line-height: 40px;
  border: transparent;
  letter-spacing: 0px;
}

.header-area .main-nav .nav li a:hover {
  color: #ff0000;
}

.header-area .main-nav .menu-trigger {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 23px;
  width: 32px;
  height: 40px;
  text-indent: -9999em;
  z-index: 99;
  right: 40px;
  display: none;
}

.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #3B566E;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #3B566E;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  width: 75%;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  content: "";
}

.header-area .main-nav .menu-trigger span {
  top: 16px;
}

.header-area .main-nav .menu-trigger span:before {
  -moz-transform-origin: 33% 100%;
  -ms-transform-origin: 33% 100%;
  -webkit-transform-origin: 33% 100%;
  transform-origin: 33% 100%;
  top: -10px;
  z-index: 10;
}

.header-area .main-nav .menu-trigger span:after {
  -moz-transform-origin: 33% 0;
  -ms-transform-origin: 33% 0;
  -webkit-transform-origin: 33% 0;
  transform-origin: 33% 0;
  top: 10px;
}

.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
  background-color: transparent;
  width: 100%;
}

.header-area .main-nav .menu-trigger.active span:before {
  -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
  -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
  -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
  transform: translateY(6px) translateX(1px) rotate(45deg);
  background-color: #3B566E;
}

.header-area .main-nav .menu-trigger.active span:after {
  -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  transform: translateY(-6px) translateX(1px) rotate(-45deg);
  background-color: #3B566E;
}

.header-area.header-sticky {
  min-height: 80px;
}

.header-area.header-sticky .logo {
  margin-top: 10px;
}

.header-area.header-sticky .logoD {
  margin-top: 2px;
}


.header-area.header-sticky .nav {
  margin-top: 30px !important;
}

.header-area.header-sticky .nav li a {
  color: rgb(87, 87, 87);
}

.header-area.header-sticky .nav li a.active {
  color: #ff0000;
}

@media (max-width: 1200px) {
  .header-area .main-nav .nav li {
    padding-left: 12px;
    padding-right: 12px;
  }
  .header-area .main-nav:before {
    display: none;
  }
}


@media (max-width: 991px) {

	.row_marketing {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: 1px;
	margin-left: 1px;
}

.left-heading {
	float: left;
	margin-left: 10%;
	padding-top: 20px;
	}
	
	.header-area.header-sticky .logoD {	
	margin-top:2px;
	padding-right:8%;
}
	
.new-image {
	width: 100%;
	max-width: 100%;
	float: right;
	padding-right: -1px;
}	
	
  .header-area {
    padding: 0px 0px;
    height: 80px;
    box-shadow: none;
    text-align: center;
  }
  .header-area .container {
    padding: 0px;
  }
  .header-area .logo {
    margin-top: 15px !important;
    margin-left: 30px;
  }
  .header-area .menu-trigger {
    display: block !important;
  }
  .header-area .main-nav {
    overflow: hidden;
  }
  .header-area .main-nav .nav {
    float: none;
    width: 100%;
    margin-top: 80px !important;
    display: none;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    margin-left: 0px;
  }
  .header-area .main-nav .nav li:first-child {
    border-top: 1px solid #eee;
  }
  .header-area .main-nav .nav li {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #eee;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .header-area .main-nav .nav li a {
    height: 50px !important;
    line-height: 50px !important;
    padding: 0px !important;
    border: none !important;
    background: black !important;
    color: white !important;
  }
  .header-area .main-nav .nav li a:hover {
    background: #eee !important;
  }
}

@media (min-width: 992px) {
  .header-area .main-nav .nav {
    display: flex !important;
  }
}

/* 
---------------------------------------------
welcome
--------------------------------------------- 
*/


.welcome-area {
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background:
        /* top, transparent black, faked with gradient */ 
        linear-gradient(
          rgba(0, 0, 0, 0.1), 
          rgba(0, 0, 0, 0.7)
        ),
        /* bottom, image */
        url(../images/banner-bg.jpg);
  
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover; 
  height: 90vh;

}

.welcome-area .header-text {
  position: absolute;
  top: 50%;
  transform: translateY(-55%);
  text-align: center;
  width: 100%;
}

.welcome-area .header-text h1 {
  font-weight: 500;

  color: white;
}

.welcome-area .header-text h3 {
  font-weight: 500;
  font-size: 20px;
  line-height: 25px;
  letter-spacing: 1.4px;
  margin-bottom: 10px;
  color: red;
}

.welcome-area .header-text p {
font-family: DIN Condensed;
font-size: 16px;
color: #fff;
line-height: 16px;
letter-spacing: 0.25px;
margin-top: 10px;
position: relative;

}

.welcome-area .header-text p2 {
font-family: DIN Condensed;
font-size: 16px;
color: #fff;
line-height: 16px;
letter-spacing: 0.25px;
margin-top: 1px;
position: relative;
padding-right: 140px;
float: right;
padding-bottom:50px;
}



@media (max-width: 991px) {
  .welcome-area .header-text {
    top: 65% !important;
    transform: perspective(1px) translateY(-60%) !important;
    text-align: center;
  }
  .welcome-area .header-text h1 {
    text-align: center;
    color: white;
    margin-bottom: 15px;
  }
  .welcome-area .header-text h1 span {
    color: #fff;
  }
  .welcome-area .header-text p {
    text-align: center;
    color: #fff;
    margin-bottom: 20px;
  }
  .row_lion   {

	margin-top: 20%;
}
}

@media (max-width: 820px) {
	
	
.new-image {
	width: 110%;
	max-width: 110%;
	float: left;
}


  .welcome-area .header-text {
    top: 65% !important;
    transform: perspective(1px) translateY(-60%) !important;
  }
   .welcome-area .header-text h1 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 15px;
  }
  .welcome-area .header-text p {
    margin-bottom: 20px;
  }
}

@media (max-width: 765px) {
  .welcome-area {
    background-size: cover; 
  }
  
  .counter .content {
  position: relative;
  z-index: 3;
  width: 100%;
  }
  
.header-area.header-sticky .logoD {
	margin-top:5px;
	padding-right:15%;
}
  
  .welcome-area .header-text {
    top: 50% !important;
    transform: perspective(1px) translateY(-65%) !important;
    text-align: center;
    margin-top:-25px;
  }
  .welcome-area .header-text .buttons {
    display: none;
  }
  .welcome-area .header-text h1 {
    font-weight: 600;
    font-size: 24px !important;
    line-height: 24px !important;
    padding-top:780px;
  }
  .welcome-area .header-text h1 span {
    color: #fff;
  }
  .welcome-area .header-text p {
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    margin-top:10px;
  }
  .features-small-item .features-title {
  font-weight: 500;
  font-size: 18px;
  color:rgb(130, 130, 130);
  letter-spacing: 0.7px;
  margin-top: 1px;
  position: relative;
  z-index: 2;
}
.left-image-c {
  text-align: center;
  margin-top: -45%;
	}
}


/* 
---------------------------------------------
features
--------------------------------------------- 
*/
.what-small-item {
  cursor: pointer;
  display: block;
  color: white;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.10);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  padding: 30px;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  margin-bottom: 30px;
}


.features-small-item {
  display: block;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  padding: 30px;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  margin-bottom: 30px;
}

.features-small-item:hover .icon {
  background-color: #ff0000;
}

.features-small-item .icon {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 60px;
  height: 60px;
  line-height: 60px;
  margin: auto;
  position: relative;
  margin-bottom: 10px;
  background: #de0000;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.features-small-item .icon i {
  font-size: 18px;
  color: #fff;
}

.features-small-item .features-title {
  font-weight: 500;
  font-size: 18px;
  color:rgb(130, 130, 130);
  letter-spacing: 0.7px;
  margin-bottom: 5px;
  position: relative;
  z-index: 2;
}

.features-small-item p {
  font-weight: 400;
  font-size: 13px;
  color: #777;
  letter-spacing: 0.5px;
  line-height: 15px;
  position: relative;
  z-index: 2;
}

.features-small-item a {
  float: right;
  position: relative;
  z-index: 2;
}

.home-feature {
  padding-bottom: 0px;
  padding-top: 1px;
  margin-top: -62px;
  z-index: 9;
}

@media (max-width: 991px) {
  .home-feature {
    padding-bottom: 0px;
    padding-top: 0px;
    margin-top: 0px;
  }
}

/* 
---------------------------------------------
parallax & home seperator
--------------------------------------------- 
*/


/* Dropdown Button */
.dropbtn {
	background-color:rgba(0,0,0,0.0);
	color: white;
	padding: 20px;
	font-size: 1px;
	border: none;
	display: block;
	margin: auto;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: block;
  color:white;
  text-align:center;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  text-align:left;
  padding-top:9%;
  width: 175px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.1);
  z-index: 1;
  padding-left:14%;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: white;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color:rgba(0,0,0,0.0);}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {background-color:rgba(0,0,0,0.0);}



.dropdown:hover .dropdown-content h4 {

font-size: 12pt;
text-align: left;
line-height: 1.7;

}






.mini {
overflow: hidden;
position: relative;
padding-top: 50px;
padding-bottom: 40px;
min-height: 666px;
}

.mini:before {
content: '';
position: absolute;
width: 100%;
height: 140%;
opacity: 1;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
background-image: url(../images/cub.png);
z-index: 2;
top: -20%;
}

.mini .mini-content {
  position: relative;
  z-index: 3;
}

.mini .mini-content .info {
  text-align: center;
  color: #fff;
  padding-bottom: 50px;
}

.mini .mini-content .info small {
  display: block;
  font-weight: 400;
  font-size: 13px;
  margin-bottom: 5px;
}

.mini .mini-content .info strong {
  font-weight: 700;
  font-size: 17px;
  margin-bottom: 40px;
  display: block;
}

.mini .mini-content .info h1 {
  color: #fff;
  font-weight: 500;
  font-size: 28px;
  letter-spacing: 0.25px;
  margin-bottom: 30px;
}

.mini .mini-content .info p {
font-family: DIN Condensed;
font-size: 16px;
color: #fff;
line-height: 16px;
letter-spacing: 0.25px;
margin-top: 10px;
position: relative;
padding-bottom: 10px;
}

.mini .mini-content .info p span {
  text-decoration: underline;
}

.mini .mini-content .mini-box {
	display: block;
	color: white;
	padding: 10px;
	border-radius: 20px;
	margin-bottom: 153px;
	position: relative;
	width: 151px;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	text-align: center;
	height: 50px;
}

.mini .mini-content .mini-box:before {
  content: '';
  position: absolute;
  z-index: -1;
  color:white;
  width: 100%;
  
  height: 100%;
  bottom: -10px;
  left: 0px;
  right: -20px;
  margin: auto;
  border-radius: 20px;
}

.mini .mini-content .mini-box i {
  display: block;
  font-size: 20px;
  margin-bottom: 15px;
}

.mini .mini-content .mini-box span {
  display: block;
  font-weight: 400;
  font-size: 14px;
  color: white;
  letter-spacing: .75px;
}

.mini .mini-content .mini-box strong {
  display: block;
  font-weight: 400;
  font-size: 17px;
  color: white;
  letter-spacing: 0.25px;
  margin-bottom: 5px;
  margin-top: 20px;
}

.dropdown h5 {
font-family: DIN Condensed;
font-size: 16px;
color: #fff;
line-height: 16px;
letter-spacing: 0.25px;
margin-top: 10px;
position: relative;
padding-bottom: 10px;


}

.counter {
  overflow: hidden;
  position: relative;
}

.counter:before {
content: '';
position: absolute;
width: 120%;
height: 120%;
background-color: rgba(29, 29, 29, 0.9);
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
z-index: 2;
}

.counter .content {
  position: relative;
  z-index: 3;
  width: 100%;
  height: 250px;
  margin-top: -90px;
}

.counter .content .count-item {
  height: 340px;
  position: relative;
  float: left;
  width: 100%;
}

.counter .content .count-item.decoration-bottom {
  position: relative;
}

.counter .content .count-item.decoration-bottom:after {
  content: '';
  position: absolute;
  width: 70%;
  height: 32px;
  top: 160px;
  left: 70%;
  background: url(../images/circle-dec.png) center center no-repeat;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.counter .content .count-item.decoration-top {
  position: relative;
}

.counter .content .count-item.decoration-top:after {
  content: '';
  position: absolute;
  width: 70%;
  height: 32px;
  top: 140px;
  left: 70%;
  background: url(../images/circle-dec.png) center center no-repeat;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.counter .content .count-item:hover strong {
  margin-top: 110px;
}

.counter .content .count-item strong {
  display: block;
  text-align: center;
  font-weight: 600;
  font-size: 36px;
  letter-spacing: 0.25px;
  margin-bottom: 10px;
  color: white;
  margin-top: 120px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.counter .content .count-item span {
  display: block;
  text-align: center;
  color: white;
  font-weight: 500;
  font-size: 17px;
  letter-spacing: 0.25px;
}

@media (max-width: 991px) {
  .parallax {
    padding-top: 60px;
    padding-bottom: 60px;
    min-height: auto;
  }
  .parallax .content {
    position: relative !important;
    top: 0% !important;
    transform: perspective(1px) translateY(0%) !important;
  }
  .counter {
 
    padding-bottom: 230px;
  }
  .counter .content {
    position: relative !important;
    top: 5% !important;
    transform: perspective(1px) translateY(0%) !important;
  }
  .counter .content .count-item {
    height: auto;
	margin-top: 100px;
	margin-bottom: -100px;
  }
  .counter .content .count-item:hover strong {
    margin-top: 0px;
  }
  .counter .content .count-item:before {
    display: none;
  }
  .counter .content .count-item:after {
    display: none;
  }
  .counter .content .count-item strong {
    margin-top: 0px;
  }
}

/* 
---------------------------------------------
team
--------------------------------------------- 
*/
.team-item {
background: rgba(255, 255, 255, 0.4);
box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.10);
border-radius: 20px;
position: relative;
margin-bottom: 30px;
padding-bottom: 25px;
}

.team-item:hover .team-content .team-info {
  margin-left: 30px;
}

.team-item i {
  display: block;
  margin-left: 25px;
  margin-top: 25px;
  font-size: 30px;
  color: #4E47DE;
  text-align: center;
}

.team-item .user-image {
  width: 60px;
  height: 60px;
  overflow: hidden;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin-left: 25px;
  float: left;
}

.team-item .team-content {
  text-align: left;
  overflow: hidden;
}

.team-item .team-content .team-info {
  float: left;
  margin-left: 20px;
  margin-top: 8px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.team-item .team-content .team-info .user-name {
  display: block;
  font-weight: 400;
  font-size: 17px;
  color: rgb(130, 130, 130);
  letter-spacing: 0.25px;
  margin-bottom: 5px;
}

.team-item .team-content .team-info span {
  display: block;
  font-weight: 400;
  font-size: 15px;
  color: #ff0000;
  letter-spacing: 0.25px;
}

.team-item .team-content p {
  margin-top: 25px;
  padding-left: 25px;
  padding-right: 25px;
  margin-bottom: 25px;
  font-weight: 400;
  font-size: 15px;
  color: #777;
  letter-spacing: 0.6px;
  line-height: 26px;
}





/* 
---------------------------------------------
Credentials
--------------------------------------------- 
*/
.cred-item {
  background: rgba(0, 0, 0, 0.4);
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.8);
  border-radius: 20px;
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 25px;
}

.cred-item: .cred-content .cred-info {
  margin-left: 20px;
}

.cred-item h5 {
color: white;
margin-bottom: 5px;
font-weight: 550;
line-height: 1;
text-decoration: underline;
font-size: 13pt;
letter-spacing: 2pt;
}


.cred-item i {
  display: block;
  margin-left: 25px;
  margin-top: 25px;
  font-size: 30px;
  color: #4E47DE;
  text-align: center;
}

.cred-item .user-image {
  width: 60px;
  height: 60px;
  overflow: hidden;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin-left: 25px;
  float: left;
}

.cred-item .cred-content {

  overflow: hidden;
}

.cred-item .cred-content .cred-info {
display:inline;

}

.cred-item .cred-content .cred-info .user-name {
  display: block;
  font-weight: 400;
  font-size: 17px;
  color: rgb(130, 130, 130);
  letter-spacing: 0.25px;
  margin-bottom: 5px;
}

.cred-item .cred-content .cred-info span {
color: #ff0000;
float: left;
display: inline-flex;
font-weight: 600;
font-size: 11pt;
margin-right: 15px;
padding-left: 10px;
text-align: left;
}

.cred-item .cred-content p {
font-size: 12px;
color: white;
font-weight: 500;
display: inline;
text-align: right;
float: right;
margin-left: 5%;
padding-left: 0%;
letter-spacing: -0.1pt;

}




/* 
---------------------------------------------
pricing
--------------------------------------------- 
*/
.pricing-item {
  background: #FFFFFF;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  margin-bottom: 30px;
  margin-top: 20px;
  padding: 30px 0px 40px 0px;
}

.pricing-item.active .pricing-header {
  position: relative;
}

.pricing-item.active .pricing-header .pricing-title {
  color: rgb(130, 130, 130);
}

.pricing-item.active .pricing-body .price-wrapper {
  background-color: #ff0000;
}

.pricing-item.active .pricing-body .price-wrapper .currency {
  color: #fff;
}

.pricing-item.active .pricing-body .price-wrapper .price {
  color: #fff;
}

.pricing-item.active .pricing-body .price-wrapper .period {
  color: #fff;
}

.pricing-item .pricing-header {
  text-align: center;
  display: block;
  position: relative;
  padding-bottom: 10px;
}

.pricing-item .pricing-header .pricing-title {
  font-weight: 500;
  font-size: 17px;
  letter-spacing: 0.25px;
  color: rgb(130, 130, 130);
  width: 180px;
  height: 40px;
  line-height: 40px;
  left: 0px;
  right: 0px;
  margin: auto;
}

.pricing-item .pricing-body {
  margin-bottom: 40px;
}

.pricing-item .pricing-body .price-wrapper {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 13px;
  background: #de0000;
  width: auto;
  margin: auto;
  margin-bottom: 40px;
  margin-top: 5px;
  border-radius: 20px;
}

.pricing-item .pricing-body .price-wrapper .currency {
  height: 47px;
  font-weight: 500;
  font-size: 32px;
  color: #fff;
  position: relative;
  top: -1px;
}

.pricing-item .pricing-body .price-wrapper .price {
  font-weight: 500;
  font-size: 28px;
  color: #fff;
}

.pricing-item .pricing-body .price-wrapper .period {
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  display: block;
  letter-spacing: 0.88px;
}

.pricing-item .pricing-body .list li {
  text-align: center;
  margin-bottom: 12px;
  font-weight: 400;
  font-size: 13px;
  color: #7a7a7a;
  letter-spacing: 0.25px;
  text-decoration: line-through;
}

.pricing-item .pricing-body .list li.active {
  color: #7a7a7a;
  text-decoration: none;
}

.pricing-item .pricing-footer {
  text-align: center;
  margin-top: 50px;
}

/* 
---------------------------------------------
blog
--------------------------------------------- 
*/
.blog-post-thumb {
  text-align: center;
  margin-bottom: 30px;
}

.blog-post-thumb.big .img {
  height: 400px;
}

.blog-post-thumb .img {
  overflow: hidden;
  border-radius: 20px;
  position: relative;
  height: 200px;
}

.blog-post-thumb .blog-content {
  margin-top: -30px;
  padding-top: 50px;
}

.blog-post-thumb h3 {
  margin-bottom: 20px !important;
}

.blog-post-thumb h3 a {
  font-weight: 500;
  font-size: 18px;
  color: rgb(130, 130, 130);
  letter-spacing: 0.25px;
  line-height: 26px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.blog-post-thumb h3 a:hover {
  color: #ff0000;
}

.blog-post-thumb .text {
  font-weight: 400;
  font-size: 13px;
  color: #777;
  letter-spacing: 0.26px;
  line-height: 26px;
  margin-bottom: 15px;
}

.blog-post-thumb .post-footer span {
  float: left;
  height: 30px;
  line-height: 30px;
  font-weight: 300;
  font-size: 14px;
  color: #777;
  padding-left: 30px;
}

.blog-post-thumb a.main-button  {
  margin-top: 10px;
  display: inline-block;
}

.blog-list .blog-post-thumb {
  text-align: left;
}


/* 
---------------------------------------------
contact
--------------------------------------------- 
*/

#contact-us {
  padding: 70px 0px;

}

#contact-us h5 {
  font-weight: 500;
  font-size: 18px;
  color: rgb(130, 130, 130);
  letter-spacing: 0.25px;
  line-height: 26px;
}

.contact-text {
  font-weight: 400;
  font-size: 14px;
  color: #6F8BA4;
  letter-spacing: 0.6px;
  line-height: 26px;
}

.contact-text p {
  margin-bottom: 28px;
}

.contact-form input,
.contact-form textarea {
  color: #777;
  font-size: 14px;
  border: 1px solid black;
  width: 100%;
  height: 50px;
  outline: none;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 25px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-bottom: 30px;
  background-color: rgba(255, 255, 255, 0.1);
}

.contact-form textarea {
  height: 150px;
  resize: none;
  padding: 20px;
}

/* 
---------------------------------------------
footer
--------------------------------------------- 
*/
footer {
  background-color: rgba(29, 29, 29, 0.9);
  padding-top: 20px;
}

footer .social {
  overflow: hidden;
  margin-top: 10px;
  text-align: center;
}

footer .social li {
  margin: 0px 10px;
  display: inline-block;
}

footer .social li a {
  color: white;
   text-align: center;
  background-color: rgb(130, 130, 130);
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 50%;
  display: inline-block;
  font-size: 16px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

footer .social li a:hover {
  background-color: rgb(130, 130, 130);
  color: black;
}

footer .copyright {
  text-align: center;
  border-top: 1px solid rgba(250,250,250,0.2);
  margin-top: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  font-weight: 400;
  font-size: 12px;
  color: #fff;
  letter-spacing: 0.88px;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  footer .text {
    margin-bottom: 30px;
  }
  footer h5 {
    margin-bottom: 15px;
  }
  footer .footer-nav {
    margin-bottom: 30px;
  }
}

/* 
---------------------------------------------
preloader
--------------------------------------------- 
*/
#preloader {
  overflow: hidden;
  background-image:linear-gradient(to bottom right, rgb(130, 130, 130), #000000);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: fixed;
  z-index: 9999;
  color: #fff;
}

#preloader .lds-dual-ring {
  display: inline-block;
  width: 80%;
  height: 80px;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  position: absolute;
  margin: auto;
  width: 50px;
  height: 50px;
}

#preloader .lds-dual-ring:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid #fff;
  border-color: #fff transparent #fff transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}


@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.dropbtn_ref {
	background-color:rgba(0,0,0,0.0);
	color: white;
	padding: 1px;
	font-size: 1px;
	border: none;
	display: block;
	margin: auto;
}

/* The container <div> - needed to position the dropdown content */
.dropdown_ref {
  position: relative;
  display: block;
  color:rgb(180, 180, 180);
  text-align:left;
  padding-bottom: 25px;
}

.dropdown_ref h5{
position: relative;
display: block;
color: white;
text-align: left;
padding: 0;
margin-left: 0;
font-size: 15pt;
}

.dropdown_ref h5:hover {
	color:rgb(255, 206, 0);
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content_ref {
display: none;
text-align: center;
padding-top: 4%;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.1);
z-index: 1;
padding-bottom: 10%;
}

/* Links inside the dropdown */
.dropdown-content_ref a {
  color: white;
  padding: 5px 1px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content_ref a:hover {background-color:rgba(0,0,0,0.0); transition-delay: 1.3s;}

/* Show the dropdown menu on hover */
.dropdown_ref:hover .dropdown-content_ref {display: block;transition-delay: 1.3s;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown_ref:hover .dropbtn_ref {background-color:rgba(0,0,0,0.0);transition-delay: 1.3s;}



.dropdown_ref:hover .dropdown-content_ref h4 {
font-size: 10pt;
text-align: left;
color: white;
transition-delay: 1.3s;
}

.dropdown_ref:hover .dropdown-content_ref h5 {
font-size: 7pt;
text-align: left;
color: white;
transition-delay: 1.3s;
}


.dropdown_ref:hover .dropdown-content_ref p {

font-size: 9pt;
text-align: left;
color: white;
transition-delay: 1.3s;
float: left;
}

.dropdown_ref:hover .dropdown-content_ref span {

font-size: 8pt;
text-align: right;
color: white;
transition-delay: 1.3s;
float: right;
}

.container_ref {
	max-width:1920px;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}