
html,
body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;

}

body {
    font-family: 'Arial', sans-serif;
    font-weight: 400;
    color: #000;
    position: relative
}

#body-wrap {
    overflow-x: hidden;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0
}

a,
a:visited,
a:focus,
a:active,
a:hover {
    text-decoration: none;
    outline: none;
}

a,
button {
    -webkit-transition: 0.3s;
    transition: 0.3s
}

a {
    color: #2c3e50;
    font-size: 14px
}

h1,
h2,
h3,
h4,
h5,
h6,
h1,
.h1,
.h2,
.h3 {
    font-weight: 400;
    margin-top: 0
}

h1 {
    font-size: 60px;
    line-height: 70px;
}

h2 {
    font-size: 36px;
    line-height: 46px
}

h3 {
    font-size: 24px;
    line-height: 34px
}

h4 {
    font-size: 20px;
    line-height: 30px
}

h5 {
    font-size: 18px;
    line-height: 28px
}

p {
    font-size: 16px;
    color: #555;
    line-height: 35px;
    font-weight: 500
}

.font-600 {
    font-weight: 600
}

.font-700 {
    font-weight: 700
}

.fix {
    overflow: hidden
}

.m-0 {
    margin: 0
}

.p-0 {
    padding: 0
}

.text-uppercase {
    text-transform: uppercase
}

.text-primary {
    color: #0518a3
}

.text-white {
    color: #fff
}

.bg-gray {
    background-color: #f6f6f7
}

.display-table {
    display: table;
    width: 100%;
    height: 100%
}

.table-cell {
    display: table-cell;
    vertical-align: middle
}


.float-left {
    float: left
}

.float-right {
    float: right
}

/*-------------------------------------------------------------------------------------
    Header
--------------------------------------------------------------------------------------*/

nav.navbar.bootsnav {
    border-bottom: 0;
}

nav.navbar.bootsnav ul.nav li > a {
    color: #1c1c1c;
    padding: 30px 15px;
    font-weight: 700;
    font-size: 16px
}

nav.navbar.bootsnav ul.nav li > a.active:hover,
nav.navbar.bootsnav ul.nav li > a.active:focus,
nav.navbar.bootsnav ul.nav li > a.active,
nav.navbar.bootsnav ul.nav li > a:hover,
nav.navbar.bootsnav ul.nav li > a:focus {
    color: #0518a3;
}

.navbar {
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

.affix {
    width: 100%;
}

nav.navbar.bootsnav.affix {
    -webkit-box-shadow: 0 0 10px #ccc;
    box-shadow: 0 0 10px #ccc
}

.navbar.affix {
    top: 0;
    width: 100%;
}

.navbar.affix-top {
    position: static;
    top: -10px;
}

.service-name{
    font-size: 30px;
    line-height: 70px;
}

#about-area {
    padding: 100px 0
}

.about-img{
    margin-top: 50px;
}


#service-area {
    padding: 90px 0 70px
}

.service-img{
    margin-top: 10px;
}

.service-img img{
    width: 100%;
}
.serive-p{
    line-height: 22px;
}

.service-list ul li {
    display: block;
    padding: 6px 0;
    font-size: 16px;
    font-weight: 600;
}

.service-list ul li i {
    padding-right: 4px;
    color: #0518a3
}

#service-object-area {
    padding: 100px 0 100px
}

.section-heading {
    margin: 0 0 60px;
}

.service-object-single {
    position: relative;
    border-radius: 4px;
    border: 6px solid #fff;
}

.service-object-single:hover .service-object-img-overlay {
    opacity: 1;
    visibility: visible;
    padding: 0
}

.service-object-img-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
    padding: 40px 0 0
}

.service-object-img-overlay ul li {
    display: inline-block;
}

.service-object-img-overlay li a {
    display: block;
    color: #00a8ff;
    padding: 8px 12px;
    margin: 0 2px;
    font-size: 20px;
    background-color: #fff;
    border-radius: 4px
}

.service-object-img-overlay li a:hover {
    background-color: #00a8ff;
    border-color: #00a8ff;
    color: #fff
}

.service-object-member-details {
    padding: 25px 0 20px;
    background-color: #1c1c1c
}

.service-object-member-details p {
    color: #fff;
}

#service-home-area {
    padding: 100px 0 60px
}

.service-home-single {
    background-color: #fff;
    border: 1px solid #e6f0fa;
    margin: 0 0 40px
}


.foot-text {
    background-color: #1c1c1c;
    padding: 20px 0;
}
