@import url('https://fonts.googleapis.com/css?family=Hind');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed');

body {
	margin: 0;
	padding: 0;
    font-weight: 400;
    font-style: normal;
    font-size: 17px;
    line-height: 34px;
    color: #8c8c8c;
    font-family: 'Hind', sans-serif;
}

ul, li, ol, p, a {
	margin: 0;
	padding: 0;
	list-style: none;
    font-weight: 400;
    font-style: normal;
    font-size: 17px;
    line-height: 34px;
    color: #000;
    font-family: 'Hind', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto Condensed', sans-serif;
}

a {
    text-decoration: none;
    color: #8c8c8c;
    transition: 0.5s all ease-in-out;
}

a:hover {
    text-decoration: none;
    color: #8c8c8c;
    transition: 0.5s all ease-in-out;
}

img {
    max-width: 100%;
    height: auto;
}

/*========================================================
                        HEADER 
========================================================*/

#header .top-header {
    position: relative;
    padding: 10px 0;
    display: block;
    
}

#header .top-header .top-right {
    text-align: right;
}

#header .logo-header {
    position: relative;
   padding: 23px 0 0px 0px;
}

#header .top-header:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 100%;
    bottom: 0;
    width: 100%;
    height: 50px;
    left: -0%;
    right: -0%;
   /* background: -webkit-radial-gradient(50% -3%, ellipse cover, rgba(00, 00, 00, 0.5), rgba(97, 97, 97, 0.0) 40%);
    background: radial-gradient(ellipse at 50% -3%, rgba(00, 00, 00, 0.5), rgba(97, 97, 97, 0.0) 40%);*/
}

#header .logo-header .logo-middle ul li {
    position: relative;
    overflow: visible;
}

#header .logo-header .logo-middle ul li .icon {
    height: 60px;
    width: 60px;
    position: absolute;
    top: 0;
    left: 0;
}

#header .logo-header .logo-middle ul li .detail {
    padding-left: 75px;
}

#header .logo-header .logo-middle ul li .detail b {
    display: block;
    line-height: normal;
    font-weight: bold;
    font-size: 18px;
    color: #000;
}

#header .logo-header .logo-right img {
   
    float: right;
}
#header .logo-header .logo-middle {
    width: fit-content;
    margin: auto;
}

.main-menu {
    background: #1567b1;
    border-bottom: 5px solid #e3392c;
}

.main-menu > .dp-menu {
    height: auto;
    width: auto;
    clear: both;
    display: block;
}

.main-menu > .dp-menu > li {
    float: left;
    position: relative;
    display: block;
}

.main-menu > .dp-menu > li > a {
    display: block;
    padding: 15px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
}

.main-menu > .dp-menu > li > ul {
    position: absolute;
    z-index: 99;
    background: #ca0505;
    width: 230px;
    border-bottom: 5px solid #000;
    transform: translateY(50px);
    opacity: 0;
    visibility: hidden;
    transition: 0.5s all ease-in-out;
}

.main-menu > .dp-menu > li > ul > li {
    position: relative;
}

.main-menu > .dp-menu > li > ul > li > a {
    display: block;
    display: block;
    padding: 15px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
}

.main-menu > .dp-menu > .right {
    float: right;
}

.main-menu > .dp-menu > .right > li {
    display: block;
    position: relative;
}

.main-menu > .dp-menu > .right > li > a {
    display: block;
    display: block;
    padding: 15px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    background: #e3392c;
}

.main-menu > .dp-menu > li:hover > ul {
    transform: translateY(0);
    transition: 0.5s all ease-in-out;
    visibility: visible;
    opacity: 1;
}

.mobile-menu {
    padding: 15px;
    color: #fff;
    font-weight: bold;
    display: none;
}

.logo-middle ul{
 margin: 0 auto;
}

@media screen and (min-width: 768px) and (max-width: 992px) {
    .main-menu > .dp-menu > li > a {
        font-size: 14px;
    }

    .main-menu > .dp-menu > .right > li > a {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    #header .top-header .top-left,
    #header .top-header .top-right {
        text-align: center;
    }
    #header .top-header .top-left p,
    #header .top-header .top-right p {
        font-size: 14px;
    }
    .logo-header .xs-block {
        display: flex;
        flex-wrap: wrap;
    }

    .logo-header .xs-block .xs_one {
        order: 1;
    }

    .logo-header .xs-block .xs_three {
        order: 3;
        margin-top: 20px;
    }

    .logo-header .xs-block .xs_two {
        order: 2;
    }
    .main-menu > .dp-menu > li {
        float: none;
    }

    .main-menu > .dp-menu > li > ul {
        position: relative;
        visibility: visible;
        opacity: 1;
        transform: translate(0);
        width: 100%;
        border-bottom: 0;
        padding-left: 50px;
        display: none;
    }

    .main-menu > .dp-menu > .right {
        float: none;
    }

    .main-menu > .dp-menu > li > a,
    .main-menu > .dp-menu > .right > li > a {
        font-size: 14px;
        padding: 5px 15px;
    }
    .main-menu > .dp-menu > li > ul > li > a {
        font-size: 13px;
        padding: 5px 15px;
    }
    .mobile-menu {
        display: block;
    }
    .main-menu > .dp-menu {
        display: none;
    }
    
    .mobile-menu .left {
        float: left;
    }

    .mobile-menu .right {
        float: right;
    }

    .main-menu > .dp-menu > li.sub {
        position: relative;
    }

    .main-menu > .dp-menu > li.sub:after {
        content: "\f107";
        font-family: FontAwesome;
        position: absolute;
        top: 3px;
        right: 15px;
        color: #fff;
    }
}

.call-to-action{
  background-color: #272d33;
  padding: 0;
  overflow: hidden;
}

.call-to-action-title{
  color: #fff;
  margin: 0;
  padding: 25px 0;
  line-height: normal;
  font-size: 22px;
  text-transform: capitalize;
}

.call-to-action-btn-angle {
    background: #ca0505;
    min-height: 36px;
    padding: 22px 0;
    position: relative;
    text-align: center;
}

.call-to-action-btn-angle:before {
    content: '';
    position: absolute;
    left: -30px;
    z-index: 0;
    border-left: 30px solid transparent;
    border-right: 0 solid transparent;
    border-bottom: 100px solid #ca0505;
    bottom: 0;
}

.call-to-action-btn-angle:after {
   content: "";
   position: absolute;
   background: #ca0505;
   display: block;
   width: 300%;
   height: 100%;
   right: -300%;
   top: 0;
}

.call-to-action-btn-angle a {
   font-size: 18px;
   display: inline-block;
   font-weight: 700;
   color: #272d33;
}

.call-to-action-btn-angle a:hover{
   color: #fff;
}

.call-to-action-btn-angle a i{
   padding-right: 8px;
}

.main-menu > .dp-menu > li > a:hover,
.main-menu > .dp-menu > li > ul > li > a:hover {
    background-color:#e3392c;
}

.welcome {
    margin-top: 70px;
}

.title {
    position: relative;
    margin: 0;
    padding: 0;
    margin-bottom:  20px;
}

.title h2 {
   
    color: #272d33;
    padding-left: 20px;
}

.title h2 span {
    font-weight: bold;
}

.welcome .info p {
    color: #3c3c3c;
}

.welcome .info {
    display: block;
    margin-bottom: 20px;
}

.welcome .more {
    display: block;
}

.welcome .more a {
    padding: 10px 25px;
    background: #0577ca;
    color: #fff;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 14px;
    border-bottom: 2px solid #e3392c;
    box-shadow: 0 8px 6px -6px #4c4c4c;
}

.gallery {
    margin-top: 70px;
}

.gallery .box {
    margin-bottom: 25px;
    border: 1px solid #ccc;
    -webkit-box-shadow: 0 10px 6px -6px #777;
       -moz-box-shadow: 0 10px 6px -6px #777;
            box-shadow: 0 10px 6px -6px #777;
}



footer{
    border-top: 5px solid #ca0505;
    width: 100%;
    float: left;
   padding: 82px 0 56px 0;
    margin-top: 55px;
    background-color:#002e5b;
}


.fourth > .title1{
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #fff !important;
    float: left;
    padding: 0 0 15px 0;
    margin: 0px;
}
.title-line{
    
     width: 100%;
     height: 3px;
     float: left;
     padding: 0;
     margin: 0 0 30px 0;
     background: url("../images/section.png") 0px 0px no-repeat;
    
}

.address{  font-family: 'Open Sans', sans-serif;
            font-size: 14px;
            color: rgba(250, 250, 250, 0.82);
            float: left;
            padding: 0 0 15px 0;
            margin: 0px;
}
.link{
     float:left;
     list-style:none;
     margin: 0px 0px auto;
    
}
.link li a{  color: rgba(250, 250, 250, 0.82);
          line-height: 26px;
          text-decoration:none !important;
}
.icon{
    
    color: #ff3209;
    margin: 0px 4px;
}
.visite{
    
    float:left;
}
.footerlis{
    float:left;
}

.footerlis li a {
    color: #fff;
    text-align: center;
    display: inline-block;
    font-size: 1em;
    width: 35px;
    height: 35px;
    transform: rotate(-45deg);
    transition: .5s all ease-in-out;
}
a.fb {
    background: #3b5998;
    margin-right: 5px !important;
}
a.tw {
    background: #00bdd9;
    margin-right: 5px !important;
}
a.gp {
    background: #ff0000;
    margin-right: 5px;
}
a.fb:hover {
    width: 40px;
    height: 40px;
    transition: .5s all ease-in-out;
    font-size: 18px !important;
}
.footerlis li a i {
    transform: rotate(45deg);
    line-height: 2.5em;
}
.subfooter {
    background-color:#044163;
    width: 100%;
    float: left;
    padding: 23px;
   
}
.subp{
    color:#fff;
    margin: 5px 3px;
    padding: 4px 0px;

}

           
.white{  
         color:#fff !important; 
         margin: 10px 0px 0px 0px;

}

.link li a {
    text-transform: uppercase;
}

.contactPatge tr td i {
    color: #ca0505;
    font-size: 25px;
}

.contactPatge tr td {
    color: #000;
    line-height: 30px;
}

.skdisl {
    color: #000;
    font-weight: bold;
    font-size: 18px;
    text-transform: capitalize;
}

.table-bordered>tbody>tr>td {
    border: 1px solid #000; 
    color: #000; 
}

.title span {
    color: #000;
}

.solutionHEat p {
    margin-bottom: 10px;
}

ul.list24 {
    padding-left: 40px;
    margin-bottom: 20px;
}

ul.list25 {
    padding-left: 50px;
}

ul.list25 li {
    list-style-type: disc;
}

.title h3 {
    color: #000;
    font-size: 22px;
        margin-left: 14px;
}

ul.list26 {
    padding-left: 100px;
}

ul.list26 li {
    list-style-type: square;
}

.saltBOx {
    position: relative;
    overflow: hidden;
}

.saltBOx img {
    border: 1px solid #ccc;
}

.saltBOx:hover .overlay {
    opacity: 1;
    height: 200%;
    width: 200%;
    visibility: visible;
    transform: translate(25%, -25%);
}

.saltBOx .overlay {
    position: absolute;
    content: "";
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    right: 0;
    height: 0;
    width: 0;
    border-radius: 100%;
    border-top-right-radius: 0;
    background: rgba(202, 5, 5, .8);
    opacity: 0;
    visibility: hidden;
    transition: 0.7s all;
}

.saltBOx .overlay a img {
    width: 60px;
    height: auto;
    border: 0;
}

.zooBOX {
    margin-bottom: 30px;
}

.info p b.star {
    position: relative;
}
.info p b.star::before {
    content: "*";
    background: transparent;
    left: -15px;
    top: 0px;
    font-size: 28px;
    color: #e3392c;
    position: absolute;
    display: block;
}

.title b.stars {
    color: #000;
    font-weight: bold;
    font-size: 20px;
}

.logo-right img{
         width: 100%;
        margin: 0 auto;
        max-width:80%;
        /*margin-top: 37px;*/



}

.logo-middle {
    width: fit-content;
    width: -moz-fit-content;
    margin: 0 auto;
}

#header .logo-header {
    position: inherit;
    padding: 0;
    height: 150px;
}

#header .logo-header .logo-middle {
    transform: translateY(75%);
}

.logo-right {
    transform: translateY(35%);
    clear: both;
}

#header .logo-header .logo-right img {
    transform: translateY(35%);
}

.logo-left {
    position: absolute;
    top: -50px;
}

.top-left p {
    width: fit-content;
    align-items: right;
    text-align: right;
    float: right;
}

#header .logo-header .logo-middle ul li .icon {
    top: 10px;
}

.logo-left img {
    width: 68%;
}

.logo-middle .icon img {
    width: 80%;
}


.title h2::before {
    position: absolute;
    font-family: Fontawesome;
    content: "\f101";
    padding: 0px 0px;
    margin-left: -37px;
}






.flash{
     color:#fff;
    -webkit-animation: flash linear 1s infinite;
    animation: flash linear 1s infinite;
    font-size: 17px;
    font-weight: 700;
}
@keyframes flash {
    0% { opacity: 1; } 
    50% { opacity: .1; } 
    100% { opacity: 1; }
}
.accordion{

    position: relative;
}


.card-header {
  
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
   
}
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
  
    border-radius: .25rem;
}
.btn-link{

    font-size: 17px;
    color: #fff;
}
.info p {
    margin-left: 19px;
    text-align: justify;
}


.btn:active:focus, .btn:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline: none;
}

.btn-link:focus, .btn-link:hover {
      color: #23527c;
     text-decoration:none; 
    background-color: transparent;
}
.accordion{

    margin-top:10px;
}
 .btn-link:after {
   
    content: "\2212";
    font-weight: bold;
    float: right;
    margin-left: 5px;
    right: 20px;
    position: absolute;
}

h5.mb-0 {
    background-color: #1567b1;
    }

.collapsed:after {
   content: '\002B';
   right: 20px;
    position: absolute;
}

.btn-link:focus, .btn-link:hover {
    color: #fff;
   
}

.carousel {
    position: relative !important;
    z-index: -9 !important;
}
.heat{

    color: #000000;
    font-size: 18px;
    font-weight: 700;
}
.table .thead-dark th {
    color: #fff;
    background-color: #212529;
    border-color: #32383e;
    text-align: center;
}
.logo-left img {
    width: 100% !important;
}


@media (max-width: 767px) {
    
    #header .logo-header  {
        height: 100px;
    }
    #header .logo-header .xs-block .xs_three {
        display: none !important;
    }
    .top-left p {
        float: none;
        padding-left: 100px;
    }
    .main-menu > .dp-menu > li > ul {
        background: transparent;
            padding-left: 30px;
        color: #ccc;
    }
    .main-menu > .dp-menu > li > ul > li > a {
        color: #ccc;
        position: relative;
    }
    .main-menu > .dp-menu > li > ul > li > a:before {
        content: "";
        position: absolute;
        top: 20px;
        left: 0;
        display: block;
        width: 5px;
        border-top: 1px solid #ccc;
    }
    .main-menu > .dp-menu > li > a:hover, .main-menu > .dp-menu > li > ul > li > a:hover {
        background: transparent;
    }
    .main-menu > .dp-menu > li.sub.rotate:after {
        content: "\f107";
        font-family: FontAwesome;
        position: absolute;
        top: 3px;
        right: 15px;
        color: #fff;    
        transform: rotate(180deg);
        transition: 0.5s all;
    }
}

