* {
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
}
body {
	font-family: 'Open Sans', sans-serif;
	position: relative;
	font-weight:400;
	background: #fff;
	color:#000;
}

body  section{
	padding: 75px 0;
}

a:hover,
a:focus {
	outline:none;
	outline-offset: 0;
	text-decoration:none;
	color:#232323;
}

a {color:#ff7b08;}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans', sans-serif;
}

img {width:100%;}
.center {text-align: center;}
.justify {text-align: justify;}
.justifyc {text-align: justify;text-align-last: center;}

.imgc {
display: block;
margin-right: auto;
margin-left: auto;
text-align: center;
}

.upp_ {
    text-transform: uppercase;
}

.no_marg {margin-left: 0; margin-right: 0;}
.no_padd {padding-left: 0; padding-right: 0;}

.slider-btn {
	background-color:#ff7b08;
	color: #FFF;
	-webkit-box-shadow: inset 0 0 0 2px #ff7b08;
	box-shadow: inset 0 0 0 2px #ff7b08;
	text-transform: uppercase;
	width: 190px;
	text-align: center;
	height: 55px;
	line-height:55px;
	padding: 0;
	font-size: 18px;
	font-weight:800;
	border: 0;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.slider-btn:hover {
	background-color:#43484E;
	-webkit-box-shadow: inset 0 0 0 2px #43484E;
	box-shadow: inset 0 0 0 2px #43484E;
	color:#fff
}


.parallax-section{
	min-height: 300px;
	width: 100%;
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}

.vertical-middle{
	width: 100%;
	height: 100%;
	display: table;
}

.vertical-middle div{
	display: table-cell;
	vertical-align: middle;
}

.dly1{ animation-delay: 0.2s;}
.dly2{ animation-delay: 0.4s;}
.dly3{ animation-delay: 0.6s;}
.dly4{ animation-delay: 0.8s;}
.dly5{ animation-delay: 1.0s;}
.dly6{ animation-delay: 1.2s;}
.dly7{ animation-delay: 1.4s;}
.dly8{ animation-delay: 1.6s;}
.dly9{ animation-delay: 1.8s;}
.dly10{ animation-delay: 2.0s;}
.dly11{ animation-delay: 2.2s;}
.dly12{ animation-delay: 2.4s;}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: 0px auto transparent;
    outline-offset: -2px;
}
button.active.focus, button.active:focus, button.focus, button:active.focus, button:active:focus, button:focus {
    outline: 0px auto transparent;
    outline-offset: -2px;
}
a.active.focus, a.active:focus, a.focus, a:active.focus, a:active:focus, a:focus {
    outline: 0px auto transparent;
    outline-offset: -2px;
}

hr {margin: 20px auto;border-top: 5px solid #ddd;width: 200px; }

.btn { line-height: 1; }

::selection {background: #04385d;color: #fff;}

/*====================
======Header CSS=====
======================*/

#navigation .navbar {
  background: #fff;
  border-radius: 0;
  border-bottom: 0;
  box-shadow: rgba(0, 0, 0, 0.298039) 0px 0px 3px;
  padding-bottom: 8px;
}

#navigation .navbar-toggle{
  margin-top: 20px;
  background-color: #333;
}

#navigation .navbar-brand h1{
  padding: 0;
  margin: 0;
}

#navigation .navbar-nav.navbar-right li {
	padding: 0 1px;
}

#navigation .navbar-nav.navbar-right {
	margin-top:20px;
}

#navigation .navbar-nav.navbar-right li a {
	color: #43484E;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	padding: 0;
	text-transform: uppercase;
	-webkit-transition: all .9s ease 0s;
	-moz-transition: all .9s ease 0s;
	-o-transition: all .9s ease 0s;
	transition: all .9s ease 0s;
	padding: 6px 15px;
}

#navigation .navbar-inverse .navbar-nav  .active  a,  
#navigation .navbar-inverse .navbar-nav  .active  a:focus, 
#navigation .navbar-nav.navbar-right li a:hover {
	color: #fff;
	background-color: #ff7b08;
}

.logo {width: 185px;padding: 10px 10px 0;}
.logo_ {width: 310px;padding: 30px 0;}

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
   /* color: #ffffff!important; */
   text-decoration: none;
   background-color: #003b88;
}

.dropdown-menu .sub-menu {
   left: 100%;
   position: absolute;
   top: 0;
   visibility: hidden;
   margin-top: -1px;
}

.dropdown-menu li:hover .sub-menu {
   visibility: visible;
}

.dropdown:hover .dropdown-menu {
   display: block;
}

.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu {
   margin-top: 0;
}

.navbar .sub-menu:before {
   border-bottom: 7px solid transparent;
   border-left: none;
   border-right: 7px solid rgba(0, 0, 0, 0.2);
   border-top: 7px solid transparent;
   left: -7px;
   top: 10px;
}
.navbar .sub-menu:after {
   border-top: 6px solid transparent;
   border-left: none;
   border-right: 6px solid #fff;
   border-bottom: 6px solid transparent;
   left: 10px;
   top: 11px;
   left: -6px;
}
.dropdown-menu { background-color: #fff; right: unset!important; border: none; margin: 0; padding: 0;}
.dropdown-menu li a { color: #000; background-color: transparent; }
.dropdown-menu .active  a,   
.dropdown-menu .active  a:focus, 
.dropdown-menu li a:hover {
    /* color: #fff!important; */
	background-color: transparent;
}

/* --- DROPDOWN HOVER & SUBMENU --- */
.main-navbar-nav li > .dropdown-menu {
	-webkit-transition: 900ms;
	-moz-transition: 900ms;
	-o-transition: 900ms;
	transition: 900ms;
	min-width: 225px;
	border: none;}
.main-navbar-nav li > .dropdown-menu > li > a {
	color: #43484E;
	font-size: 14px;
	padding: 0;
	text-transform: uppercase;
	-webkit-transition: all .9s ease 0s;
	-moz-transition: all .9s ease 0s;
	-o-transition: all .9s ease 0s;
	transition: all .9s ease 0s;
	padding: 6px 15px;
}
.main-navbar-nav li > .dropdown-menu > li > a:hover,
.main-navbar-nav li > .dropdown-menu > li > a:focus {
	color: #fff;
    background-color: #ff7b08;}
.main-navbar-nav li > .dropdown-menu > li > a i {
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -8px;
	font-size: 16px;}

@media screen and (min-width: 993px) {
	.main-navbar-nav .dropdown:hover > 
	.dropdown-menu {display: block;background: #fff;}
	.main-navbar-nav .dropdown:hover > 
	.dropdown-menu .dropdown:hover .dropdown-menu {
		left: 225px;top: 0;margin-top: -2px;border-radius: 0;}
	}
@media screen and (max-width: 992px) {.main-navbar-nav > li {border-bottom: 1px solid #f3f3f3;}.main-navbar-nav > li:last-child {border-bottom: none;}.main-navbar-nav > li > a {padding-top: 12px;padding-bottom: 12px;}}

.navbar-nav {float: right; margin: 15px 0 0;}
.navbar-inverse .navbar-nav>li>a {
	color: #43484E;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	-webkit-transition: all .9s ease 0s;
	-moz-transition: all .9s ease 0s;
	-o-transition: all .9s ease 0s;
	transition: all .9s ease 0s;
	padding: 5px 15px;
}
.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover { color: #fff; background-color: #ff7b08; }


/* SIDE MENU */

.openbtn {
    cursor: pointer;
    background-color: #ff7b08;
    color: white;
    width:  40px;
    height: 40px;
    border: none;
    position: fixed;
    right: 15px;
    top: 15px;
    z-index: 1030;
    box-shadow: 0 0 3px #00000080;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
}
.openbtn:hover { background-color: #ff7b08; }
.openbtn.scrolled {top: 47px;}
.openbtn.scrolled {top: 10px;}

#main { transition: margin-right .5s; }

.sidebar {
	height: 100%;
    width: 0;
    position: fixed;
    z-index: 1030;
    top: 0;
    left: 0;
    background: linear-gradient(0deg, #ff7b08 , #222933);
    overflow-x: hidden;
    transition: 0.5s;
    padding: 0;
	font-size: 30px;
}
.sidebar .closebtn a {color: #fff;}
.sidebar .closebtn a:hover {color: #fff;}

.sidebar .closebtn {
	position: absolute;
	top: 5px;
	right: 5px;
	font-size: 35px;
	margin: 0;
	background: #ff7b08;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 1.5;
	font-weight: 200;
}


#mySidebar {color: #fff;}
#mySidebar ul li { display: block; margin: 0;line-height: 2;}
#mySidebar ul {padding: 0;margin: 0 15px;}
#mySidebar hr {margin: 10px 0;border-top: 2px solid #ff7b08;width: 95%;}

#mySidebar a {color: #fff;}

#mySidebar ul li a {color: #fff;text-transform: uppercase; font-size: 20px; letter-spacing: 5px;}
#mySidebar p a:hover, #mySidebar ul li a:hover {color: #ff7b08;}

#mySidebar .btn-danger {
    background-color: transparent;
    border-color: transparent;
    width: 100%;
    border-radius: 0;
    text-align: left;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 5px;
	font-size: 20px;
	border: none;
	color: #fff;
	line-height: 3;
	box-shadow: none;
}
#mySidebar .btn-danger:hover {background-color: transparent;color: #ff7b08}

#mySidebar .btn-danger i {
	position: absolute;
    right: 15px;
    margin: 0;
	line-height: 3;
	letter-spacing: 5px; font-size: 20px;
	-webkit-transition: -webkit-transform .8s ease-in-out;
    transition:         transform .8s ease-in-out;
	-moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}
#mySidebar .btn-danger:focus i,#mySidebar  .btn-danger:hover i {
	-moz-transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.sub_sm  { padding: 0 0 0 30px; text-transform: uppercase; letter-spacing: 5px; font-size: 15px; }

.show_ {display: none;}


/*======================
====Main Slider CSS=====
=======================*/
.home-pattern {
	height:100%;
	position:absolute;
	width:100%;
	z-index:1;
	left:0;
	bottom:0;
	background-image:url(../img/home-pattern.png);
	background-repeat:repeat;
	opacity:0.2;
}

#home{
  padding: 0;
  overflow: hidden;
  position:relative
}

#main-carousel .carousel-inner .item {
	background-size:cover;
	height: 100%;
	background-position: 50% 50%;
	background-repeat:no-repeat;
}

#main-carousel .carousel-indicators { 
	bottom:15px
}

#main-carousel .carousel-indicators li{
	background: rgba(0, 0, 0, 0);
	border: 1px solid #fff;
	width: 13px;
	height: 13px;
	margin-left: 5px;
	text-indent: -9999px;
	display: inline-block;
}

.carousel-indicators .active{
	background-color: #fff !important;
	
}

.slider-content {
	height: 100%;
}

#main-carousel .carousel-caption {
	display: table;
	height: 100%;
	width: 100%;
	min-height: 100%;
	left: 0;
	top: 0;
	z-index: 11;
	background: rgb(0 85 141 / 80%);
}

#main-carousel .carousel-caption > div{
    vertical-align: middle;
    display: table-cell;
}

#main-carousel .carousel-inner h2 {
	color: #f6f6f6;
	display: inline-block;
	font-family: 'Open Sans', sans-serif;
	font-size: 40px;
	font-weight: 800;
	margin-bottom: 40px;
	text-shadow: none;
	text-transform: uppercase;
}

#main-carousel .carousel-inner h2 span{
  color:#7ab700;
}

#main-carousel .carousel-inner p {
	color: #f6f6f6;
	font-family: 'Open Sans', sans-serif;
	font-size: 24px;
	font-weight: 300;
	margin-bottom: 59px;
	margin-top: 0;
	text-shadow:none;
}

#main-carousel .carousel-left{
	left:-50px;
}

#main-carousel .carousel-right{
	right:-50px;
}

#main-carousel:hover .carousel-left{
	left:0px;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
}

#main-carousel:hover .carousel-right{
	right:0px;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
}

#main-carousel .carousel-left,
#main-carousel .carousel-right{
	padding: 15px;
	z-index: 12;
	font-size: 60px;
	color: rgba(255, 255, 255, 0.52);
	top: 50%;
	position: absolute;
	margin-top: -60px;
	text-align: center;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
}

.carousel-right {
  right:65px
}

.carousel-left {
  left:65px
}

#main-carousel .carousel-left:hover,
#main-carousel .carousel-right:hover{
	color: #F6F6F6;
}

footer {padding: 20px 0; color: #fff; background: #064068;}
footer p {margin: 0;}
footer a {color: #fff;}
footer a:hover {color: #ff7b08;}

.img_lang {
    width: 20px;
    margin: -6px 10px 0;
}

.logo_ {
    width: 210px;
    display: block;
    margin: 0 auto;
}

#home_01 {
    background: #04385d;
    color: #fff;
    padding: 10px 0;
}
#home_01 h2 {margin: 0;font-size: 50px;text-align: right;}
#home_01 a {color: #fff;}
#home_01 a:hover {color: #ff7b08;}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    font-size: 3em;
    padding: 0;
	background: #25d366;
	border: #25d366;
}
.btn-success:hover, .btn-success:hover {
	background: #128c7e;
	border: #128c7e;
}

#top_ {padding: 70px 0 0;}
#top_ h2 {font-size: 5em;font-weight: 800;text-transform: uppercase;margin: 0;color:#ff7b08;letter-spacing: 25px;}
#top_ hr {margin: 0;border-top: 5px dotted #f5aeaa;width: 85%;position: relative;top: -40px;right: 0;float: right;z-index: -1;}


#pfolio .row_ {
  margin: 0;
}
/* Add padding BETWEEN each column */
#pfolio .row_,
#pfolio .row_ > .column {
  padding: 0;
}
/* Create three equal columns that floats next to each other */
#pfolio .column {
  float: left;
  width: 215px; 
  margin: 10px;
  display: none; /* Hide all elements by default */
}
/* Clear floats after rows */ 
#pfolio .row:after {
  content: "";
  display: table;
  clear: both;
}
/* Content */
#pfolio .content {padding: 0;}
/* The "show" class is added to the filtered elements */
#pfolio .show { display: block; }
/* Style the buttons */
#pfolio .btn {
  border: none;
  outline: none;
  padding: 12px 16px;
  background-color: white;
  background: white;
  cursor: pointer;
  display: block;
  margin: 0 0 10px;
  border: 1px solid #ddd;
  box-shadow: none;
}
#pfolio .btn:focus, #pfolio .btn:hover {
  background-color: #ddd;
}
#pfolio .btn.active {
  background-color: white;
  color: #000;
  box-shadow: none;
}
#pfolio .nature {background: transparent;box-shadow: 0 0 5px #3f51b5;}
#pfolio .cars {background: transparent;box-shadow: 0 0 5px #e91e63;}
#pfolio .people {background: transparent;box-shadow: 0 0 5px #009688;}

#prod_i h2 {margin: 0 0 20px;font-weight: 700;text-transform: uppercase;letter-spacing: 3px;}
.hrr {
    margin: 0 0 20px;
    height: 4px;
    width: 70%;
    background: linear-gradient(45deg, #ff7b08, transparent);
    border: none;
}
.mdx_002 {
    position: relative;
    width: 100%;
    color: #fff;
    background: linear-gradient( #ff7b08, #04385d);
    box-shadow: 0 5px 10px -5px rgb(0 0 0 / 40%);
}
.mdx_002 * {  
	-webkit-box-sizing: border-box; 
	box-sizing: border-box; 
	-webkit-transition: all 0.45s ease; 
	transition: all 0.45s ease;
}
.mdx_002 img { 
	vertical-align: top; 
	max-width: 100%; 
	backface-visibility: hidden;
}
.mdx_002 .ii_ {
    position: absolute;
    background: #fff;
    color: #232323;
    border-radius: 5px;
    padding: 5px;
    bottom: 0;
    right: 0;
    font-size: 10px;
    z-index: 0;
	-webkit-transition: 100ms;
	transition: 100ms;
}
.mdx_002:hover .ii_ { opacity: 0 }
.mdx_002 figcaption { 
	position: absolute; 
	top: 20px; 
	bottom: 20px; 
	left: 20px; 
	right: 20px; 
	z-index: 1; 
	bottom: 0;
}
.mdx_002 i {
	margin: 10px 0; 
	opacity: 0; 
    left: 0;
    right: 0;
	top: 35%;
    position: absolute;
    font-weight: normal;
    text-align: justify;
    font-size: 2em;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    margin: 0 auto;
}

.mdx_002 a i {
	background: transparent;
	border: 2px solid #fff;
	color: #fff;
	width: 50px;
	height: 50px;
	padding: 10px;
	text-align: center;
	border-radius: 50px;
}
.mdx_002 a i:hover {
	background: #fff;
	border: 2px solid #fff;
	color: #04385d;
}

.mdx_002 h3 {
	margin: 10px 0; 
	opacity: 0; 
	top: 50%;
    position: relative;
	font-weight: normal; 
	text-align: justify; 
	font-size: 14px; 
	-webkit-transform: translateY(130px);  
	transform: translateY(130px);
}
.mdx_002 p {
	margin: 0; 
	opacity: 0; 
	top: 50%;
    position: relative; 
	font-weight: normal; 
	text-align: justify; 
	font-size: 0.9em; 
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 350px;
	-webkit-transform: translateY(130px);  
	transform: translateY(130px);
}
.mdx_002:hover > img,.mdx_002.hover > img {
	opacity: 0.25;
	-moz-filter: blur(5px);
	-webkit-filter: blur(5px);
	filter: blur(5px);
}
.mdx_002:hover i,.mdx_002.hover i { 
	-webkit-transform: translateY(0); 
	transform: translateY(0);  
	opacity: 1;
}
.mdx_002:hover h3,.mdx_002.hover h3 { 
	-webkit-transform: translateY(50px); 
	transform: translateY(50px);  
	opacity: 1;
}
.mdx_002:hover p,.mdx_002.hover p { 
	-webkit-transform: translateY(50px); 
	transform: translateY(50px);  
	opacity: 1;
}

/* GALLERY */
.lb_  { background: #fff; position: relative; width: 100%; margin: 0 0 10px; }
.lb_ .ii_ {
    position: absolute;
    background: #fff;
    color: #232323;
    border-radius: 5px;
    padding: 5px;
    bottom: 0;
    right: 0;
    font-size: 12px;
    z-index: 1;
    box-shadow: 0 5px 10px -5px #000;
    -webkit-transition: 100ms;
    transition: 100ms;
}
.tz-gallery .lightbox img { width: 100%; border-radius: 0; position: relative; }
.tz-gallery .lightbox:hover img { opacity: 0.2; -webkit-filter: blur(5px); filter: blur(5px);}
.tz-gallery .lightbox:before {
    position: absolute;
    top: 45%;
    left: 0;
    right: 0;
    margin: -15px 0 0;
    opacity: 0;
    color: #04385d;
    font-size: 50px;
    font-family: fontawesome;
    content: "\f002";
    pointer-events: none;
    z-index: 1;
    transition: 0.4s;
    text-align: center;
}
.tz-gallery .lightbox:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: transparent;
    content: '';
    transition: 0.4s;
}
.tz-gallery .lightbox:hover:after, .tz-gallery .lightbox:hover:before { opacity: 1; }
.baguetteBox-button { background-color: transparent !important; }
#baguetteBox-overlay .full-image img { max-height: 95%;background: transparent;box-shadow: none;}

.nav-pills>li>a { border-radius: 5px; width: 75px; padding: 0; opacity: 0.2; margin: 0 5px 0 0; }
.nav>li>a:hover, .nav>li>a:focus { box-shadow: 0 0 5px #000; }
.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {
    color: #fff;
    background-color: transparent;
    padding: 0;
    width: 75px;
	opacity: 1;
}

#prod_i .btn-primary {
	color: #fff;
    background-color: #ff7b08;
    border-color: #ff7b08;
    padding: 10px 25px;
    font-size: 20px;
    margin: 10px 0 0;
    float: right;
    border-radius: 4em;
}
#prod_i .btn-primary:focus,
#prod_i .btn-primary:hover {
    background-color: #04385d;
    border-color: #04385d;
}

.form-control {
    height: auto;
    padding: 20px;
    font-size: 16px;
    line-height: 1;
    color: #333;
    background-color: transparent;
    border: none;
    border-bottom: 4px solid #333;
    box-shadow: none;
    margin: 0 0 15px;
    border-radius: 0;
    letter-spacing: 5px;
    -webkit-transition: 900ms;
    transition: 900ms;
}
.form-control:hover,
.form-control:focus {
	box-shadow: none;
	border-bottom: 4px solid rgb(0 0 0 / 30%);
}
.form-control::-webkit-input-placeholder{color:#333;}

.btn-primary {
    color: #333;
    background-color: transparent;
    border-color: #333;
    border: 4px solid #333;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px 30px;
    border-radius: 2em;
    margin: 25px auto;
    display: block;
}
.btn-primary:focus,
.btn-primary:hover {
    background-color: rgb(0 0 0 / 50%);
    border-color: #333;
	 border: 4px solid transparent;
}
.cn_i i {width: 30px;text-align: center;}

.map_ {border:0; margin: 0 0 -7px;}

.panel-group .panel-heading {
    border-bottom: 0;
    background: #04385d;
    color: #fff;
    padding: 15px;
    border-radius: 0;
}
.panel a {color: #fff;}
.panel-body { border: 1px solid #ddd; }

/************ MODALS STYLE ************/ 
.modal-open .modal {background:  rgb(0 0 0 / 80%);}
body.modal-open { overflow: visible;padding-right: 0!important; } /*EVITA QUE SALTE LA PÃGINA AL ABRIR MODAL*/

.modal-content {
    border: 0px solid #FFF;
    border-radius: 0;
    -webkit-box-shadow: 0 0 0 #FFF;
    box-shadow: 0 0 0 #FFF;
}
.modal-header {
    padding: 15px;
    border-bottom: 0px solid #fff;
    background: #064068;
    text-align: center;
	text-transform: uppercase;
}
.modal-title {
    font-size: 44px;
    letter-spacing: 10px;
	color: #fff;
}
.close {
    position: absolute;
    right: 20px;
    top: -10px;
    font-size: 5em;
    font-weight: 100;
    color: #fff;
    text-shadow: 0 0 5px #0006;
    opacity: 0.5;
}
.close:hover, .close:focus {
    color: #fff;
    opacity: 1;
}
.btn-info {
    color: #fff;
    background-color: #064068;
    border-color: #064068;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 2em;
    -webkit-transition: 900ms;
    transition: 900ms;
}
.btn-info:focus, .btn-info:hover {
    color: #fff;
    background-color: #232323;
    border-color: #232323;
}


#myBtnContainer {position: fixed;}

#Search_ {
   padding: 0 25px;
}
#Search_ a {color: #00558d;}
#Search_ a:hover {color: #ff7b08;}
#Search_  ul {
    list-style: none;
    padding-inline-start: 15px;
	font-size: 13px;
    letter-spacing:  3px;
    max-height: 300px;
    overflow: auto;
}
/* CUSTOM SCROLL BAR */
/* width */
#Search_ ::-webkit-scrollbar { width: 10px; }
/* Track */
#Search_ ::-webkit-scrollbar-track { border-radius: 2em; background: #ddd; }
/* Handle */
#Search_ ::-webkit-scrollbar-thumb { border-radius: 2em; background: #0d4d7a; }

#Search_  ul li {
    padding: 5px 15px;
    margin: 5px;
    float: none;
    display: inline-block;
    background: #f7f7f7;
    border-radius: 5px;
}
#Search_  ul li:hover{
    box-shadow: 0 0 5px rgb(0 0 0 / 30%)
}
#Search_ .form-control {
    display: block;
    width: 100%;
    padding: 10px 30px;
	margin: 15px 0 5px;
    font-size: 16px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 3px solid #ff7b08;
    border-radius: 5em;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.search_ {padding: 0 15px;}
/* .search_ a{display: initial; color: yellow;} */
.search_ i{font-size: 2em;}
/* .search_ i:hover { */
    /* animation: shake 3s infinite cubic-bezier(.36,.07,.19,.97) both; */
/* } */
/* @keyframes shake { */
  /* 0% { transform: rotate(0deg); } */
  /* 50% { transform: rotate(90deg); } */
  /* 100% { transform: rotate(0deg); } */
/* } */

.search_sm {
    z-index: 1030;
    position: fixed;
    top: 20px;
    right: 65px;
}

.mis_vis {
    display: inline-grid;
    width: 330px;
    position: relative;
    margin: 25px 0 0;
}
.mis_vis img {
    width: 150px;
    margin: 0 auto -25px;
    position: relative;
    z-index: 1;
    padding: 20px;
    background: #fff;
    /*border-radius: 50%;*/
}
.mis_vis:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
}
.mis_vis .info_ {
    position: relative;
    z-index: 0;
    border: 5px solid #ddd;
    padding: 25px 20px 15px;
    margin: 0 5px;
    border-radius: 10px;
    top: -15px;
}

#how__ {
    background-image: url(../img/img_01.jpg);
    position: relative;
    padding: 10em 0;
    background-repeat: no-repeat;
    background-position: 100% 0%;
    background-size: contain;
}
#how__ > .bg_overlay {
    background: linear-gradient(90deg, #fff 65%, transparent);
    opacity: 1;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

.img_serv {
    border-radius: 25px;
    margin: 0 0 30px;
    box-shadow: 0 20px 20px -20px #0056be;
}

.info_icon {
    background: #064068;
    color: #fff;
    position: fixed;
    top: 130px;
    left: 0;
    text-align: center;
    padding: 10px 25px 10px 15px;
    border-radius: 0 5em 5em 0;
    font-size: 30px;
}
.info_icon a {color: #fff;}
.info_icon a:hover {color: #fff;}
.info_icon:hover {
    background: #ff7b08;
}

@-webkit-keyframes blinker {
  from { opacity: 1.0; }
  to { opacity: 0.0; }
}

.blink_  {
  -webkit-animation-name: blinker;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: cubic-bezier(.5, 0, 1, 1);
  -webkit-animation-duration: 1.7s;
}

.img_set {
    width: 60%;
    margin: 0 auto 20px;
    display: block;
}

.no_drop {cursor: no-drop;}

.fc_ {
    width: 70%;
    background: #ff7b08;
    color: #fff;
    padding: 33px;
    margin: 35px auto;
    border-radius: 10px;
    text-align: justify;
    text-align-last: center;
}

.fc_ a {color: #fff;}
.fc_ a:hover {color: #064068;}

.btn_01 {
    color: #fff;
    border-color: #ff7b08;
    border-radius: 25px;
    font-size: 2em;
    background: #ff7b08;
    border: #ff7b08;
    padding: 10px 40px;
    margin: 30px auto;
    display: block;
}
.btn_01:hover, .btn_01:hover {
	background: #04385d;
	border: #04385d;
	color: #fff;
}

.alert_ {color: #ff9800;}
.alert_:focus, .alert_:hover {color: #ff5722;}


















