body {
    background: #fff;
    font-family: 'lane_-_narrowregular', sans-serif;
    line-height: 30px;
}

h1,
p {
    font-weight: 400;
}

h2,
h3 {
    font-weight: bold;
}

hr {
    border-color: #4e6ef2;
    margin: 0;
    opacity: 0.3;
}

img {
    max-width: 100%;
    height: auto;
    transition: all 0.3s ease-in;
}

img:hover {
    cursor: pointer;
    opacity: 0.5;
}

/* navigation */
.navbar-default {
    background: #fff;
    border: none;
    box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.08);
    margin: 0 !important;
}

.navbar-default .navbar-brand {
    background: #4e6ef2;
    color: #fff;
    font-size: 16px;
    line-height: 50px;
    letter-spacing: 5px;
    height: 90px;
    margin: 0;
    padding: 20px 20px 40px 20px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
}

.navbar-brand:hover,
.navbar-brand:clicked {
    background: 4e6ef2;
}

.navbar-default .navbar-nav li a {
    border-right: 1px solid #f9f9f9;
    font-size: 16px;
    color: #202020;
    padding-right: 30px;
    padding-left: 30px;
    line-height: 60px;

    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
}

.navbar-default .navbar-nav>li>a:hover {
    background: #4e6ef2;
    color: #fff;
}

.navbar-default .navbar-nav>li>a:clicked,
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    color: #4e6ef2;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #4e6ef2;
    background-color: transparent;
}

.navbar-default .navbar-toggle {
    border: none;
    padding-top: 30px;
}

.navbar-default .navbar-toggle .icon-bar {
    background: #4e6ef2;
    border-color: transparent;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: transparent
}

.tlinks {
    text-indent: -9999px;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
}

/* home section */
#home {
    background: url('../image/home-bg.jpg') no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 600px;
    padding-top: 240px;
    padding-bottom: 100px;
    color: #fff;
}

#home h1 {
    color: #fff;
    padding-bottom: 10px;
}

#home h2 {
    line-height: 10px;
    padding-bottom: 20px;
    color: #fff;
}

#home .btn {
    background: rgba(255, 255, 255, 0.6);
    border: 2px solid #444;
    border-radius: 0px;
    color: #202020;
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    font-size: 16px;
    padding-top: 14px;
    width: 200px;
    padding: 20px;
    margin-top: 20px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
}

#home .btn:hover {
    background: #4e6ef2;
    border-color: transparent;
    color: #fff;
}

/* service section */
#service {
    padding-top: 20px;
    padding-bottom: 80px;
}
#service .title{
    text-align: center;
}
#service h2 {
    display: inline-block;
    padding: 20px;
}

#service .service {
    text-indent: 40px;
    font-size: 18px;
}

/* about section */
#about {
    padding-top: 20px;
    padding-bottom: 80px;
}

#about h2 {
    display: inline-block;
    padding: 10px 20px 10px 10px;
}

#about .col-md-12 {
    text-align: center;
    padding-bottom: 60px;
}

#about img {
    border: 1px solid #666;
    padding: 10px;
    height: 130px;
    width: 200px;
}

#about h4 {
    padding-bottom: 10px;
    font-weight: bold;
}

/* team section */
#team {
    padding-top: 20px;
    padding-bottom: 100px;
}

#team h2 {
    display: inline-block;
    padding: 10px 10px 10px 20px;
}

#team h4 {
    padding-bottom: 40px;
}

#team .col-md-12 {
    text-align: center;
    padding-bottom: 60px;
}

#team img {
    border: 1px solid #666;
    padding: 15px;
}

/* portfolio section */
#portfolio {
    text-align: center;
    padding-top: 80px;
    padding-bottom: 60px;
}

#portfolio h2 {
    display: inline-block;
    padding: 10px 20px 10px 10px;
}

/* FILTER CSS */
.filter-wrapper {
    width: 100%;
    margin: 0 0 24px 0;
    overflow: hidden;
    text-align: center;
}

.filter-wrapper li {
    display: inline-block;
    margin: 4px;
}

.filter-wrapper li a {
    color: #999999;
    font-size: 16px;
    font-family: 'lane_-_narrowregular', sans-serif;
    font-weight: bold;
    padding: 8px 17px;
    display: block;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
}

.filter-wrapper li a.selected,
.filter-wrapper li a:focus,
.filter-wrapper li a:hover {
    background: #4e6ef2;
    border-color: transparent;
    color: #ffffff;
}

/* ISOTOPE BOX CSS */
.iso-box-section {
    width: 100%;
}

.iso-box-wrapper {
    width: 100%;
    padding: 0;
    clear: both;
    position: relative;
}

.iso-box {
    position: relative;
    min-height: 50px;
    float: left;
    overflow: hidden;
    margin-bottom: 20px;
}

.iso-box>a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.iso-box>a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.fluid-img {
    width: 100%;
    display: block;
}

/* pricing section */
#pricing {
    padding-top: 20px;
    padding-bottom: 80px;
    text-align: center;
}

#pricing h2 {
    display: inline-block;
    padding: 10px 10px 10px 20px;
}

#pricing .plan {
    border: 2px solid #444;
    padding: 20px 20px 40px 20px;
    margin-top: 60px;
}

#pricing .plan .plan-title {
    border-bottom: 2px solid #444;
    padding: 20px 10px 20px 10px;
    margin-bottom: 20px;
}

#pricing .plan small,
#pricing .plan ul li {
    font-family: 'Raleway', sans-serif;
}

#pricing .plan ul {
    padding: 0;
}

#pricing .plan ul li {
    display: block;
    text-align: left;
    padding: 16px 0px 16px 0px;
}

#pricing .plan .btn {
    background: transparent;
    border: 2px solid #444;
    border-radius: 0px;
    color: #000;
    font-weight: bold;
    width: 140px;
    height: 50px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
}

#pricing .plan .btn:hover {
    background: #4e6ef2;
    border-color: transparent;
}

/* contact section */
#contact {
    padding-top: 20px;
    padding-bottom: 60px;
    text-align: center;
}

#contact h2 {
    display: inline-block;
    padding: 10px 20px 10px 10px;
    margin-bottom: 60px;
}

#contact h3 {
    padding: 10px 20px 10px 40px;
    font-size: 18px;
    font-weight: normal;
    text-align: left;
}

.form-control {
    height: 50px;
    border: 2px solid #444;
    border-radius: 0px;
    box-shadow: none;
    font-size: 16px;
    font-family: 'Raleway', sans-serif;
    margin-bottom: 20px;
}

.form-control:focus {
    opacity: 0.8;
}

input {
    height: 60px;
}

input[type="submit"] {
    background: #444;
    color: #ffffff;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    font-size: 20px;
    letter-spacing: 2px;
    border: none;
}

input[type="submit"]:hover {
    background: #4e6ef2;
    border: none;
}

.login_btn {
    cursor: pointer;
}
.login_btn font{
    color:red;
}
.login_btn:hover {
    color: #4e6ef2;
}
.login_btn:hover font{
    color: #4e6ef2;
}

#login,
#sign_up {
    display: none;
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
}

#login .row,
#sign_up .row {
    background: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

#contact p {
    padding-top: 10px;
    text-align: left;
    font-size: 18px;
    text-indent: 44px;
    line-height: 1.5;
    margin-bottom: 50px;
}

.form-control::-moz-placeholder {
    color: #202020;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #202020;
}

.form-control::-webkit-input-placeholder {
    color: #202020;
}

/* footer section */
footer {
    background: #f2f2f2;
    padding-top: 50px;
    padding-bottom: 60px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
}

footer h2 {
    border-bottom: 2px solid #444;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 40px;
}

footer p {
    line-height: 20px;
}

footer span {
    font-weight: bold;
    padding-left: 20px;
}

.social-icons {
    padding: 0;
    margin: 0;
}

.social-icons li {
    display: inline-block;
    list-style: none;
}

.social-icons li a {
    background: #444;
    color: #ffffff;
    text-decoration: none;
    font-size: 30px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    vertical-align: middle;
    margin-right: 10px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
}

.social-icons li a:hover {
    background: #4e6ef2;
}

/* copyright section */
.copyright {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}

/* scrolltop section */
.go-top {
    background-color: #4e6ef2;
    font-size: 16px;
    font-weight: bold;
    bottom: 2em;
    right: 2em;
    color: #FFF;
    display: none;
    position: fixed;
    text-decoration: none;
    width: 60px;
    height: 60px;
    line-height: 58px;
    text-align: center;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
}

.go-top:hover {
    background-color: #444;
    color: #fff;
}

/* media 960 */
@media only screen and (max-width: 980px) {
    .navbar-default .navbar-nav li a {
        padding-right: 20px;
        padding-left: 40px;
        line-height: 30px;
    }
}

/* media 360 */
@media only screen and (max-width: 360px) {
    #team h4 {
        padding-bottom: 30px;
    }
}

.row {
    position: relative;
}

.close {
    position: absolute;
    right: 20px;
    top: 20px;
    height: 40px;
    width: 40px;
    background: url('http://imetacloud.link/static/images/close.png') no-repeat center;
    background-size: 20px;
    z-index: 100;
}