@import url('https://fonts.googleapis.com/css?family=Karla');
body {
    font-family: 'Karla', sans-serif !important;
}
.container {
    width: 980px !important;
    margin: auto !important;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
a:hover, a:focus, a:active {
    text-decoration: none !important;
    outline: none !important;
    border: 0px !important;
    
}
p {
    line-height: 27px;
}

/*-- header --*/
.header {
    width: 100%;
    position: relative;
}
.header_top {
    padding: 10px 0;
}
.sicons li a i {
    color: #949494 !important;
    transition: 0.5s all ease-in-out;
}
.sicons li a i:hover {
    color: #00a7ff !important;
    transition: 0.5s all ease-in-out;
}
.header_bottom {
    padding: 0px 0 10px 0;
}
.logo {
    width: 25%;
}
.menu {
    width: 68%;
}
.navbar {
    margin-bottom: 0px !important;
    border: 0px !important;
    background: inherit !important;
}
.navbar-default .navbar-nav > li > a {
    color: #000 !important;
    padding: 20px 0px !important;
    text-transform: capitalize !important;
    letter-spacing: 0px !important;
    font-weight: bold !important;
}
.navbar-default .navbar-nav > li {
    padding: 0 15px !important;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: inherit !important;
    border-bottom: 2px solid #0179c2 !important;
}
.inquiry {
    background: #0179c2 !important;
    color: #fff !important;
    padding: 8px 18px !important;
    border-radius: 4px !important;
    position: relative;
    top: 18px;
}
/*-- //header --*/

/*-- banner --*/
.banner {
    position: relative;
}
/*-- //banner --*/

/*-- welcome --*/
.welcome {
    padding: 30px 0; 
}
.heading {
    text-align: center;
    height: 50px;
}
.heading h2 {
    font-weight: bold;
    position: relative;
    font-size: 25px;
}
.heading h2::before {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 48%;
    width: 50px;
    height: 2px;
    background: #00a7ff;
}
/*-- //banner --*/

/*-- gallery --*/
.gallery {
    padding: 10px 0 40px 0;
}
.box {
    margin-bottom: 30px;
    border: 1px solid #ccc;
    position: relative;
    transition: 0.5s all ease-in-out;
}
.box:hover .overlay {
    opacity: 1;
    transition: 0.5s all ease-in-out;
}
.box:hover .overlay i {
    position: relative;
    top: 47%;
    transition: 1s all ease-in-out;
}
.overlay {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    display: block;
    opacity: 0;
    transition: 0.5s all ease-in-out;
    background: rgba(0,255,246,0.6);
}
.overlay i {
    color: #fff;
    text-align: center;
    position: relative;
    transition: 0.5s all ease-in-out;
    top: 0%;
    left: 43%;
}
/*-- //gallery --*/

/*-- footer --*/
.footer {
    background: #272727;
    padding: 20px 0;
    border-top: 4px solid #00fff6;
}
.line3 {
    border-top: 1px solid #ccc;
}
.sos_media li {
    margin-bottom: 20px;
}
/*-- //footer --*/


/*-- other --*/
.other {
    padding: 50px 0;
}
.contacti tr {
    border-bottom: 2px solid #00fff6;
}
.contacti tr td {
    font-size: 20px;
}
.margin21 {
    border: 1px solid #ccc;
    padding: 0px !important;
}

/*-- //other --*/




/*--- responsive ---*/
@media screen and (max-width:980px) {
    .container {
        width: 100% !important;
    }
}
@media screen and (max-width:909px) {
    .logo {
    width: 20%;
    }
    .menu {
        width: 80%;
    }
}
@media screen and (max-width:780px) {
    .navbar-default .navbar-nav > li {
    padding: 0 10px !important;
    }
}
@media screen and (max-width:768px) {
    .logo {
    width: 40%;
    }
    .menu {
        width: 50%;
    }
    .hi {
        width: 100% !important;
    }
}
@media screen and (max-width:493px) {
    .detail {
        float: none;
        width: 100%;
        text-align: center;
    }
    .logo {
    width: 60%;
    }
    .menu {
        width: 40%;
    }
}
@media screen and (max-width:457px) {
   .heading {
    height: 80px;
    } 
}


/*--- //responsive ---*/






