
/* imports */

@import "hover-min.css";

@import "services.css"; 

@import "toastr.min.css";

/*globals*/
/*EDSON[22-02-19]*/
.elementor .inps-api-element *{
    -webkit-transition: none;
    transition: none;
}
body{
    font-size: 15px !important;
    background-color: #f7f7f9;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom:0;
    font-weight: 500;
}

.checkbox, .radio {
    position: relative;
    display: block;
}

form .form-control {
    border-radius:0;
    /*box-shadow: inset 0.5px 0.5px 1px 0px #f0f0f0;*/
    border-color: #EAEAEA;
    font-size:15px;
    background:#fff;
}

form select.form-control{
    height:46.9px;
}

form .form-control:focus{
    box-shadow:none;
}

form .btn{
    padding:6px 12px;
    border-radius: 0;
    font-size:15px;
}

form .btn-primary {
    color: #fff;
    background-color: #8f8f8f;
    border-color: #8f8f8f;
}
/********END*********/
.ellipsis{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/* top menu services */



.inps-service-menu-item h3{
    font-size: 14px;
    margin: 0;
    padding: 10px;
    color: inherit;
    border-bottom: 1px solid #f7f7f8;
    font-weight: bold;
    margin-bottom: 5px;
    text-transform:uppercase;
    
}
.inps-service-menu-item ul{
    margin:0;
    list-style:none;
}

.inps-service-menu-item ul li{
    padding:6px 10px;
    display:block;
}

.inps-service-menu-item ul li a{
    color:#867e7e
}
.inps-service-menu-item ul li a:hover{
    color:#f68121;
    text-decoration:none;
}
.inps-service-menu-item ul li a:before{
    content:"\f054";
    font:normal normal normal 8px/1 FontAwesome;
    font-weight:300;
    margin-right:5px;
}

/*end top menu services*/


/*services list*/
.inps-destak-services .inps-destak-item{
    text-decoration:none;
    text-align:center;
    background:#f7f7f9;
    color:#3a3939;
    box-shadow:2px 2px 20px rgba(0, 0, 0, 0.08);
    transition:all .5s;
}
.inps-destak-services .inps-destak-item:hover{
    box-shadow:2px 2px 20px rgba(0, 0, 0, 0.35);
}

.inps-destak-services .inps-destak-item i{
    font-size:32px;
}

.inps-destak-services .inps-destak-item .item-title{
    font-size:14px;
    margin:5px 0;
}

/*categorias*/
.inps-categories{
    color:white;
}

.inps-categories .carousel{
    height: 220px;
    margin-bottom: 20px;
}

.inps-categories .inps-carousel-control{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: left;
}

.inps-categories .inps-carousel-control a{
    border-radius: 50%;
    font-size: 11px;
    margin-right: 5px;
    color: #fa7822;
   
    outline: none;
    border: 1px solid #fa7822;
    width: 18px;
    height: 18px;
    position: relative;
}

.inps-categories .inps-carousel-control a i{
    position: absolute;
    top: 50%;
    margin-top: -5px;
}

.inps-categories .inps-carousel-control a.left i{
    left: 50%;
    margin-left: -5px;
}

.inps-categories .inps-carousel-control a.right i{
    right: 50%;
    margin-right: -5px;
}

.inps-categories .inps-category-item .item-title{
    text-transform:uppercase;
    font-weight:400;
    font-size:18px;
}

.inps-categories .inps-category-item ul{
    margin-left:15px;
    padding:0;
    margin: 0 0 0 20px;
}

.inps-categories .inps-category-item ul li{
    padding:5px 0;
     word-break: break-word;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.inps-categories .inps-category-item ul li a{
    color:#777;
    font-weight:300;
}

/*EDSON [21-02-19]*/

.app-article-content-wrapper{
    padding-top: 15px;
}

.app-article-content-wrapper .app-article-header h3 {
    margin-top: 5px;
    margin-bottom: 5px;
    letter-spacing: 1px;
    font-weight: normal;
    font-size:24px;
}

.app-article-content-wrapper .app-article-header .app-article-tools {
    position: relative;
    top: 10px;
}

.app-srv-item-rate {
    width: 78px;
    font-size: 12px;
    line-height:26px;
}

.app-srv-item-rate i {
    color: #dcdcdc;
}

.app-srv-item-rate i.rated, .app-fb-header i.rated {
    color: #da7c2d;
}

.app-article-content-wrapper .app-srv-item-run {
    width: auto;
}

.app-srv-item-run {
    width: 74px;
}

.app-service-runner.btn{
  padding:3px 5px;
  background: #000;
  border-color: #000;
  font-size:12px;
  border-radius:0;
  color: #fff !important;
  line-height: 19px;
}

body .btn:hover, body .btn:focus, body .btn:active{
    background-color: #f68121;
    border-color: #f68121;
    color:#fff;
}

body .btn:focus, body .btn:active:focus{
	box-shadow: none;
}

.app-service-runner[required="true"] {
    cursor: no-drop;
}

.btn {
    border-radius: 0;
}

.app-service-runner i+span {
    margin-left: 4px;
}

.app-article-att {
    margin: 40px 0 20px;
}

.app-article-content-wrapper .app-article-content {
    margin-top: 15px;
    text-align: justify;
    font-size: 15px;
}

#app-article-faq-group .panel {
    border-radius: 0;
    border: 0;
    background: transparent;
    -webkit-box-shadow: 0 0 0;
    box-shadow: 0 0 0;
}

#app-article-faq-group .panel-heading {
    border-radius: 0;
    background-color: transparent;
    padding: 0;
}

#app-article-faq-group .panel-title {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
}

#app-article-faq-group .panel-title a {
    color: #3a3939;
    text-decoration: none;
    position: relative;
    padding: 5px 20px;
    display: block;
    line-height: 18px;
    outline: none;
}

#app-article-faq-group .panel-body {
    border: 0;
    padding: 0 10px 0 20px;
    font-size:15px;
}

#app-article-faq-group .panel-title a i {
    margin-right: 5px;
    font-size: 14px;
    color: #f68121;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -6px;
}

#app-article-faq-group .panel-title a:not(.collapsed) i:before {
    content: "\f068";
}

#app-article-faq-group .app-article-faq-group-title{
	margin:4px 0;
	font-weight: bold;
	font-size:15px;
}

.app-article-docs {
    padding-left: 0;
    list-style: none;
    list-style: none;
    padding-left: 0;
    margin:0;
}

.app-article-docs li a {
    padding: 5px;
    display: block;
    color: #333;
    position: relative;
    padding-left: 15px;
}

.app-article-docs li a img {
    position: absolute;
    top: 50%;
    margin-top: -6px;
    left: -5px;
}

img {
    max-width: 100%;
}

.app-article-feedback {
    margin-bottom: 20px;
}

.app-article-feedback .app-fb-header {
    padding: 10px 30px;
}

.app-article-feedback .app-fb-header h4 {
    text-transform: uppercase;
    font-size: 16px;
}

.app-article-feedback .app-fb-header h4 span {
    color: #d1d1d1;
    margin-left: 5px;
}

.app-article-feedback .app-fb-header h4 span i{
   margin-right: 2px;
}

.app-article-feedback form {
    background: #ececec;
    padding: 10px 30px;
}

.app-article-feedback form .radio {
    font-weight: normal;
    line-height: 20px;
}


.app-article-feedback form textarea {
    border-radius: 0;
    height: 100px;
    margin-bottom: 15px;
}
textarea.form-control {
    min-height: 108px;
}

.app-article-feedback .radio input{
    margin-right:5px;
    vertical-align: middle;
}

.app-article-feedback .alert {
    padding: 5px;
    font-size: 12px;
    border-radius: 0;
}

.app-article-feedback .alert i+span {
    margin-left: 5px;
}

.app-article-feedback .alert .close {
    font-size: 16px;
}

/*LEFTMENU*/
#app-left-nav-categories {
    padding: 25px 0 0 10px;
    margin-bottom: 40px;
}
#app-left-nav-categories>ul.nav {
    background: #f68121;
     display:block;
}

#app-left-nav-categories>ul:after {
    background: #f68121;
}
#app-left-nav-categories ul:after {
    position: absolute;
    top: 0;
    right: 100%;
    width: 950%;
    height: 100%;
    content: "";
    display: block;
}

#app-left-nav-categories ul {
    position: relative;
    list-style: none;
    margin:0;
    padding:0;
}

#app-left-nav-categories>ul>li, #app-left-nav-categories>ul>li>ul>li {
    margin: 0;
    background-color: transparent;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: 0 0 0;
    box-shadow: 0 0 0;
}

#app-left-nav-categories>ul>li>a {
    position: relative;
    padding: 12px 15px;
    color: #fff;
    border-radius: 0;
    outline: none;
}


#app-left-nav-categories>ul>li>a i {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -8px;
    font-size: 16px;
}

#app-left-nav-categories>ul>li ul.active {
    background: #fafafa;
}
#app-left-nav-categories>ul>li ul {
    background: #eceaeb;
    padding-left: 0;
}
#app-left-nav-categories ul {
    position: relative;
    list-style: none;
}

#app-left-nav-categories>ul>li>a:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 100%;
    width: 950%;
    height: 100%;
    z-index: 10;
}

#app-left-nav-categories>ul li ul.active:after {
    background: #fafafa;
    z-index: 15;
}
#app-left-nav-categories>ul li ul:not(.collapsed):after {
    max-height: 100%;
    z-index: 12;
}
#app-left-nav-categories>ul li ul:after {
    background: #eceaeb;
}
#app-left-nav-categories ul:after {
    position: absolute;
    top: 0;
    right: 100%;
    width: 950%;
    height: 100%;
    content: "";
    display: block;
}

#app-left-nav-categories ul a:hover{
    text-decoration: none;
}

#app-left-nav-categories ul li ul a:hover{
    color: #000;
}

#app-left-nav-categories>ul>li>a:hover:after,
#app-left-nav-categories>ul>li>a:not(.collapsed):after, 
#app-left-nav-categories>ul>li>a:hover, 
#app-left-nav-categories>ul>li>a:not(.collapsed) {
    background: #d17f3c;
}


#app-left-nav-categories>ul>li:not(:first-child)>a {
    border-top: 1px solid #f6b885;
}

#app-left-nav-categories>ul>li ul li:not(:first-child) {
    border-top: 1px solid #ddd;
}

#app-left-nav-categories>ul>li ul li {
    padding-left: 15px;
}

#app-left-nav-categories>ul>li ul li a.active {
    text-decoration: underline;
    color: #2392ad;
}
#app-left-nav-categories>ul>li ul li a {
    padding: 8px 15px;
    display: block;
    position: relative;
    color: #333;
}

#app-left-nav-categories>ul>li>ul>li>a i, 
#app-left-nav-categories>ul>li>ul>li>ul>li>a i {
    font-size: 9px;
    position: absolute;
    top: 50%;
    margin-top: -4.5px;
    left: 0;
}

#app-home-search{
    background: #7f7f7f;
    position:relative;
}

#app-home-search:after, #app-home-search:before{
    content:"";
    background: #7f7f7f;
    position: absolute;
    top: 0;
    width: 950%;
    height: 100%;
    display: block;
}

#app-home-search:after{
    right: 100%;
}
#app-home-search:before{
    left: 100%;
}

#app-search-form{
    position:relative;
}

#app-search-form input[type="search"]{
	padding: 8px 35px 8px 8px;
}

#app-search-form input:focus{
	border-color: #eaeaea;
}

#app-search-form .btn-icon{
    font-size: 18px;
    position: absolute;
    right: 25px;
    top: 50%;
    margin-top: -14px;
    background: transparent;
    padding: 0;
    border: none;
    outline: none;
}

#app-search-form #app-search-results{
    position:absolute;
    width:100%;
    left:0;
    top:40px;
    z-index:15;
    background:white;
    overflow:auto;
    max-height:300px;
}

#app-search-form #app-search-results a{
    display:block;
    padding:5px;
    text-transform:capitalize;
    color:#3a3939;
    border-bottom:1px solid whitesmoke;
}
#app-search-form #app-search-results a:hover{
    color:#f68121;
    text-decoration:none;
}
#app-search-form #app-search-results a small{
    font-weight:200;
}

.ff-fix:not(.html-escaped){
    opacity:0;
}

@media (max-width: 768px) {
    
    .inps-categories .inps-category-item ul{
        list-style:none;
    }
    
    #app-left-nav-categories>ul#app-left-nav-items {
    display: block!important;
    height: auto!important;
}
    
}



/* NHA DOSSIER ( CHAVES ) */


#app-nd{
    margin-top:30px;
    margin-bottom:15px;
}
 
#app-nd table{
    border:0;
    margin:0;
}

#app-nd .text-alert{
    color:#dd3f2f;
}

#app-nd .tab-content{
  margin-bottom: 30px
}

 /* USER DATA */
#nd-user-data{
   
    padding: 0 15px;
}

#nd-user-data form{
  
}

#app-user-img+span{
    display: block;
    margin:5px 0;
}

#app-nd .user-menu{
  padding: 0;
  margin-bottom: 15px
}

#app-nd .user-menu span{
    /*display: block;
    margin:5px 0;*/
}

#user-data-buttons{
  padding:10px;
}


#app-nd .user-menu a{
  display: block;
}

#app-nd .user-menu a.nav-link.active{
  color:black!important;
  font-weight:500;
  
}

/*#app-nd .user-menu a[href="#user-pass"]{
  text-decoration: underline;
}*/

#app-user-img{
    width: 100%;
    border:1px solid #ddd;
    max-width: 120px;
    display: block;
    cursor: pointer;
}


#nd-user-associations{
 
}

#nd-user-associations a{
  margin: 10px 0;
  text-decoration: underline;
}

#nd-user-associations .text-lg {
  margin-left: 2px
}



#app-nd .igrp-contents{
  position: relative;
}

#app-nd .igrp-contents[data-key="true"]{
  display: none;
}

#app-nd .igrp-contents[data-key="true"].active{
  display: block;
}

#app-nd .igrp-contents.loading:after{
    content:"";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;

    z-index: 999;
    margin: 0;
}

#app-nd .igrp-contents.loading .loader {
    display: block;
}

#app-nd .loader {
  border:4px solid #f3f3f3;
  border-radius: 45%;
  border-top:4px solid #555;
  width: 40px;
  height: 40px;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  left: 50%;
  margin-left: -20px;
  display: none;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


#app-nd .igrp-contents:not(.loaded):after{

}

#app-nd .igrp-contents iframe{
    width: 100%;
    min-height: 350px;
    border:0;
    outline: 0
}

#app-nd .igrp-contents iframe body{
  padding: 0 !important;
  margin: 0 !important;
}

#app-nd .igrp-contents iframe body #content .box-head{
  margin: 0 !important;
}


#app-nd #app-left-nav-categories{
    margin-bottom: 30px
}

#app-nd #app-left-nav-categories>ul>li>a{
    padding-left: 30px
}
#app-nd #app-left-nav-categories>ul>li>a:hover,
#app-nd #app-left-nav-categories>ul>li:hover>a:after{
    background: #e2e2e2;
}


#app-nd #app-left-nav-categories>ul>li.active>a{
    background: #fafafa;
}

#app-nd #app-left-nav-categories>ul>li>a i{
    font-size: 20px;
    margin-top: -10px;
    color:#dd3f2f;
}

#app-nd #app-left-nav-categories>ul>li.active>a:after{
    background: #fafafa;
}

#app-nd #app-left-nav-categories>ul>li>a.loading i{
    webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}
#app-nd #app-left-nav-categories>ul>li>a.loading i:before{
    content:"\f110";
}

#app-nd a:focus{
    outline:0!important;
}

#app-nd .box{
    padding: 15px;
   
}

#app-nd .box-footer{
    padding: 0px  15px 10px;
    border-top: 0;
}
/*USER KEYS*/
#nd-udata_keys form.loading [type="submit"], 
#nd-lista tr td.icon a.loading{
    opacity: .6;
    cursor: wait;
}

#nd-udata_keys form.loading [type="submit"] i,
#nd-lista tr td.icon a.loading i{
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

#nd-udata_keys form.loading [type="submit"] i:before,
#nd-lista tr td.icon a.loading i:before{
    content: "\f110";
}

.xml-transformig{
    position:relative;;
    min-height:200px;
}

.xml-transformig:after{
    
}

#app-nd .alert i+span{
  margin-left: 5px;
}
  
#app-nd .userkeys .item-menu{
  display: block;
  cursor: pointer;
  padding: 10px 5px;
  color: #636c70;
  border-bottom: 1px solid #e6e6e6;
}

#app-nd .userkeys .item-menu:hover{
  background:#efefef;
  text-decoration: none;
}

#app-nd .userkeys .item-menu span{
  margin-left: 10px;
  text-transform: uppercase;
}

#app-nd .userkeys .item-menu .icon{
  font-size: 10px;
  color:#0093a8;
}

#app-nd .userkeys .item-menu:not(.collapsed) .icon:before{
  content: "\f068";
}

#app-nd .userkeys .item-menu.loading .icon{
  webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

#app-nd .userkeys .item-menu.loading .icon:before{
  content: "\f110";
}

#app-nd .box-collapse{
  background: #fff;
  padding:5px 15px;
}

#app-nd .panel-body{
    padding:10px 15px;
}

#app-nd #lista table{
  width: 100%;
}
#app-nd #lista table tr td table{
  margin: 0 20px;
}
#app-nd #nd-lista tr {
  padding: 0 10px;
}
#app-nd #nd-lista tr td{
  padding: 5px;
  position: relative;
  border:0;
  border-bottom: 1px solid #e6e6e6;
  vertical-align: middle;
}


#app-nd #lista .assoc-item td{
  font-size: 12px;
}
#app-nd #lista .assoc-item.active{
  display: table-row;
}
#app-nd #nd-lista tr:hover{
  background:#efefef;
}

#app-nd #nd-lista tr td table tr:hover{
  background: transparent;
}

#app-nd #nd-lista tr:last-child td, .userkeys .item-menu:last-child{
  border-bottom: none;
}

#app-nd #nd-lista tr td .icon-row{
  color: #d85e20;
  position: absolute;
  left: 5px;
  top: 50%;
  margin-top: -6px;
}

#app-nd #nd-lista tr td.icon{
  width: 20px;
  text-align: center;
}

#app-nd #nd-lista tr td.icon a{
  display: block;
  color: #dd293a;
  font-size: 18px;
  cursor: pointer;
}

#app-nd #nd-lista tr td.icon a.assoc{
  color:#5790a8;
}

#app-nd #nd-lista tr td.icon:not(.collapsed) a.assoc i:before{
  content: "\f077";
}

#app-nd #nd-lista .label {
  color: #777777;
  font-size:12px;
  margin-left: 10px;
}

#nd-lista .value{
  font-size: 12px;
  margin-left: 10px;
}

#nd-assoc .desc{
  padding-right: 120px;
}

#nd-assoc .icon{
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -11px;
}

#nd-assoc .icon a, .icon-action a{
  padding:5px;
  font-size: 16px;
}

#nd-assoc .icon a, .icon-action a:focus{
    color:#007bff;
}

#nd-assoc .icon a.danger, .icon-action a.danger{
  color: #dd293a;
}

#nd-assoc .icon a.reset, .icon-action a.reset{
  color: #e8a81d;
}

#nd-assoc .icon a.reenv, .icon-action a.reenv{
  color: #72b920;
}

#app-nd form button span+i{
    margin-left:4px;
}

#app-nd .user-data-content:not(.active){
    display:none;
}

#app-nd #user-panel-nav li a{
    cursor:pointer;
    border-bottom:1px solid transparent;
}

#app-nd #user-panel-nav li a.active{
    color:#f57f20;
    
}


/*LITCHA*/

.inps-top-services {
    display: none;
}

/*  PORTFOLIO SECTION */
/* Portfolio Section
--------------------------------*/
/* Services Section
--------------------------------*/
/*
#services {
  padding: 60px 0 40px 0;
}

#services .box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  margin: 0 10px 40px 10px;
  background: #fff;
  box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
  transition: all 0.3s ease-in-out;
}

#services .box:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

#services .icon {
  position: absolute;
  left: -10px;
  top: calc(50% - 32px);
}

#services .icon i {
  font-size: 64px;
  line-height: 1;
  transition: 0.5s;
}

#services .title {
  margin-left: 40px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

#services .title a {
  color: #111;
}

#services .box:hover .title a {
  color: #007bff;
}

#services .description {
  font-size: 14px;
  margin-left: 40px;
  line-height: 24px;
  margin-bottom: 0;
}


#portfolio {
  padding: 60px 0;
  
}

#portfolio #portfolio-flters,
#services #portfolio-flters {
  padding: 0;
  margin: 5px 0 35px 0;
  list-style: none;
  text-align: center;
}

#portfolio #portfolio-flters li, #services #portfolio-flters li{
  cursor: pointer;
  margin: 15px 15px 15px 0;
  display: inline-block;
  padding: 6px 20px;
  font-size: 12px;
  line-height: 20px;
  color: #007bff;
  border-radius: 50px;
  text-transform: uppercase;
  background: #ecf5ff;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}


#portfolio #portfolio-flters li:hover,
#portfolio #portfolio-flters li.filter-active, 
#services #portfolio-flters li:hover,
#services #portfolio-flters li.filter-active {
  background: #FD7E23;
  color: #fff;
}

#portfolio #portfolio-flters li:last-child,
#services #portfolio-flters li:last-child {
  margin-right: 0;
}

#portfolio .portfolio-item, #services .portfolio-item  {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

#portfolio .portfolio-item .portfolio-wrap,
#services .portfolio-item .portfolio-wrap {
  overflow: hidden;
  position: relative;
  border-radius: 6px;
  margin: 0;
}

#portfolio .portfolio-item .portfolio-wrap:hover img {
  opacity: 0.4;
  transition: 0.3s;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  opacity: 0;
  transition: 0.2s linear;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info h4 {
  font-size: 22px;
  line-height: 1px;
  font-weight: 700;
  margin-bottom: 14px;
  padding-bottom: 0;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info h4 a {
  color: #fff;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info h4 a:hover {
  color: #007bff;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info p {
  padding: 0;
  margin: 0;
  color: #e2effe;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-preview,
#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-details {
  display: inline-block;
  line-height: 1;
  text-align: center;
  width: 36px;
  height: 36px;
  background: #007bff;
  border-radius: 50%;
  margin: 10px 4px 0 4px;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-preview i,
#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-details i {
  padding-top: 6px;
  font-size: 22px;
  color: #fff;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-preview:hover,
#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-details:hover {
  background: #3395ff;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-preview:hover i,
#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-details:hover i {
  color: #fff;
}

#portfolio .portfolio-item .portfolio-wrap:hover {
  background: #003166;
}

#portfolio .portfolio-item .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}

*/


/*MAP CONTACTS*/
.btn-group.inps-map-btn-wrapper{
    display:block;
    top: 10px;
    right: 50px;
    position: absolute;
}
.btn-group.inps-map-btn-wrapper>.btn-select:after{
    content:"";
    display:none!important;
    border:0!important;
}
.inps-map-btn-wrapper>.btn-select{
    background: none rgb(255, 255, 255)!important;
    border: 0px;
    padding: 0px;
    margin:0;
    cursor: pointer;
    user-select: none;
    border-radius: 2px;
    height: 40px;
    width: 40px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px!important;
    overflow: hidden;
    display:block;
    float:right;
}
.inps-map-btn-wrapper>.btn-select>i{
    position:relative;
    top:8px;
    color:#666666;
}
.inps-map-btn-wrapper>.btn-select:hover{
   background: none rgb(255, 255, 255);
}
.inps-map-btn-wrapper>.btn-select:hover>i{
    color:black;
}

.inps-map-btn-wrapper .dropdown-menu{
    margin:0;
    padding:0;
    top:-40px!important;
    box-shadow:rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
    border:0;
}

.inps-map-btn-wrapper .dropdown-menu .nav-link{
    font-size:12px;
    padding:5px 10px;
     color:#666666;
}

.inps-map-btn-wrapper .dropdown-menu .nav-link:hover,
.inps-map-btn-wrapper .dropdown-menu .nav-link.active{
    color:black;
}

/*#inps-contact-menu-wrapper{
    box-shadow:-2px 3px 10px 0px rgba(0, 0, 0, 0.25);
}
#inps-contact-menu-wrapper .map-pin-zoom{
    color:black;
}
#inps-contact-menu-wrapper .map-pin-zoom.active{
    color:#fd5e29;
}*/
