.italic {
    font-style: italic
}

.bold {
    font-weight: 700
}

.center-text {
    text-align: center
}

.post-area {
    padding: 40px;
    width: 100%;
    min-height: 150px;
    background-color: #fff;
    border-bottom: 1px dotted #ddd
}

.post-area a:link,
.post-area a:visited {
    font-size: 30px;
    color: #333
}

.post-area a:hover {
    color: #0d0017
}

.lang-list {
    display: inline-block;
    margin-top: 15px
}

.lang-list a {
    color: #0d0017;
    font-weight: 700
}

body {
    font-family: open sans, sans-serif;
    -webkit-font-smoothing: antialiased
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: roboto, sans-serif
}

h1 {
    font-size: 27px;
    font-weight: 600;
    margin-top: 60px
}

h2 {
    font-size: 26px;
    font-weight: 400
}

h3 {
    font-size: 25px;
    font-weight: 300;
    margin-top: 60px
}

p {
    font-size: 15px;
    line-height: 28px;
    word-spacing: -1px;
    margin-top: 10px
}

ul {
    padding: 0;
    margin: 0;
    list-style: none
}

li {
    font-size: 15px;
    line-height: 30px
}

.fz-20 {
    font-size: 20px
}

a,
a:active,
a:focus,
a:active {
    text-decoration: none !important
}

.section {
    padding: 100px 0
}

.section-title {
    margin-bottom: 70px
}

.section-title h2 {
    text-transform: uppercase;
    font-size: 28px;
    font-weight: 600
}

.section-title p {
    color: #666
}

.btn-main,
.btn-transparent,
.btn-small {
    background: #655e7a;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 14px 35px;
    text-transform: uppercase;
    border-radius: 0;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.btn-main:hover,
.btn-transparent:hover,
.btn-small:hover {
    background: #353240;
    color: #fff
}

.btn-solid-border {
    border: 1px solid #fff;
    background: 0 0;
    color: #fff
}

.btn-solid-border:hover {
    border: 1px solid #2e4053;
    background: #2e4053
}

header {
    background: #fff;
    padding: 0 0
}

header .navbar {
    margin-bottom: 0;
    border: 0
}

header .navbar-brand {
    padding-top: 3px
}

header .navbar-default {
    background: 0 0;
    border: 0
}

header .navbar-default .navbar-nav {
    padding-top: 10px
}

header .navbar-default .navbar-nav li a {
    color: #333;
    padding: 10px 20px;
    font-size: 11px
}

font header .navbar-default .navbar-nav li a:hover {
    color: #000
}

#slider {
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: 10% 0;
    padding: 200px 0 280px;
    position: relative;
    width: 100%;
    height: 100vh
}

#slider:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to left, #407199, #002041);
    opacity: .8
}

#slider .block {
    color: #e3e3e4
}

#slider .block h1 {
    font-family: roboto, sans-serif;
    font-weight: 600;
    font-size: 39px;
    line-height: 30px;
    letter-spacing: 5px;
    padding-bottom: 35px
}

#slider .block p {
    font-size: 30px;
    line-height: 90px;
    font-family: roboto, sans-serif;
    font-weight: 300;
    letter-spacing: 5px
}

#slider .block p1 {
    font-size: 25px;
    line-height: 40px;
    font-family: roboto, sans-serif;
    font-weight: 300;
    letter-spacing: 3px
}

#slider .block p2 {
    font-size: 30px;
    line-height: 40px;
    font-family: roboto, sans-serif;
    font-weight: 300;
    letter-spacing: 3px
}

#intro {
    padding: 0 0
}

#intro .block h2 {
    padding-top: 35px;
    line-height: 27px;
    margin: 0
}

#intro .block p {
    color: #333;
    padding-top: 20px
}

#intro .block img {
    padding-left: 40px;
    width: 100%
}

#intro .section-title {
    margin-bottom: 0
}

#intro .section-title p {
    padding-top: 20px
}

#service {
    text-align: center;
    padding: 90px 0
}

#service .service-item {
    padding-bottom: 30px
}

#service .service-item i {
    font-size: 60px;
    color: #4a4656
}

#service .service-item h4 {
    padding-top: 20px;
    margin: 0;
    color: #666
}

#service .service-item p {
    color: #888;
    padding-top: 10px;
    margin: 0;
    font-size: 14px;
    line-height: 1.8
}

#call-to-action {
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 70px 0;
    position: relative;
    text-align: center;
    color: #fff
}

#call-to-action:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #1d192c;
    opacity: .8
}

#call-to-action h2 {
    padding-bottom: 20px;
    line-height: 33px;
    margin: 0;
    font-size: 30px
}

#call-to-action p {
    font-size: 14px;
    line-height: 1.6
}

#call-to-action .btn-call-to-action {
    padding: 15px 35px;
    border: none;
    background-color: #fff;
    font-size: 15px;
    color: #333;
    margin-top: 30px
}

#feature {
    background-position: 50% 94px;
    width: 100%;
    display: block;
    position: relative;
    overflow: visible;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: 50%;
    background-color: #fff;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    padding: 100px 0
}

#feature h2 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 30px
}

#feature p {
    color: #333;
    margin-bottom: 20px
}

#feature .btn-view-works {
    background: #655e7a;
    color: #fff;
    padding: 10px 20px
}

#testimonial {
    padding-left: 100px 0;
    padding-right: 100px 0;
    padding-top: 0 0;
    padding-bottom: 100px 0;
    margin-bottom: 190px
}

#testimonial .block h2 {
    line-height: 27px;
    color: #5c5c5c;
    padding-top: 110px
}

#testimonial .block p {
    padding-top: 50px;
    color: #7b7b7b
}

#testimonial .counter-box li {
    width: 50%;
    float: left;
    text-align: center;
    margin: 30px 0
}

#testimonial .counter-box li i {
    font-size: 35px
}

#testimonial .counter-box li h4 {
    font-size: 30px;
    font-weight: 700
}

#testimonial .counter-box li span {
    color: #555
}

#testimonial .testimonial-carousel {
    text-align: center;
    width: 100%;
    border: 1px solid #dedede;
    padding: 24px;
    margin: 0 auto
}

#testimonial .testimonial-carousel img {
    padding-bottom: 0
}

#testimonial .testimonial-carousel p {
    line-height: 28px;
    font-weight: 500;
    padding-bottom: 20px
}

#testimonial .testimonial-carousel .user img {
    padding-bottom: 0;
    border-radius: 0
}

#testimonial .testimonial-carousel .user p {
    padding-bottom: 0;
    font-size: 19px;
    line-height: 20px;
    color: #353241
}

#testimonial .testimonial-carousel .user p span {
    display: block;
    padding-top: 15px;
    color: #353241;
    font-weight: 900
}

#testimonial .testimonial-carousel .user p uni {
    display: block;
    padding-top: 15px;
    color: #353241;
    font-weight: 400
}

#testimonial .testimonial-carousel .user p tit {
    display: block;
    padding-top: 10px;
    color: #353241;
    font-weight: 200
}

#testimonial .testimonial-carousel .owl-carousel .owl-pagination div {
    border: 1px solid #1d1d1d;
    border-radius: 500px;
    display: inline-block;
    height: 10px;
    margin-right: 15px;
    width: 10px
}

#testimonial .testimonial-carousel .owl-carousel .owl-pagination div.active {
    background: #5c5c5c;
    font-size: 30px;
    display: inline-block;
    border: 0
}

#clients-logo-section {
    padding-top: 120px;
    padding-bottom: 0
}

#clients-logo-section .clients-logo-img {
    padding: 0 95px
}

#global-header {
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 160px;
    padding-bottom: 120px;
    position: relative;
    background-attachment: fixed
}

#global-header:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to left, #407199, #002041);
    opacity: .8
}

#global-header .block {
    color: #e3e3e4;
    margin: 0 auto;
    padding-left: 10px;
    text-align: center
}

#global-header .block h1 {
    font-weight: 100;
    font-size: 19px;
    letter-spacing: 5px;
    padding-bottom: 15px;
    margin-top: 0;
    text-transform: capitalize
}

#global-header .block p {
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 1px;
    word-spacing: 3px
}

#portfolio-work {
    overflow: hidden;
    padding: 80px 0
}

#portfolio-work .block .portfolio-menu {
    padding-bottom: 30px;
    text-align: center
}

#portfolio-work .block .portfolio-menu ul {
    border: 1px solid #999;
    display: inline-block;
    margin-bottom: 40px
}

#portfolio-work .block .portfolio-menu ul li {
    display: inline-block;
    padding: 0 25px;
    cursor: pointer;
    font-size: 15px;
    line-height: 40px;
    font-weight: 600;
    color: #333;
    text-transform: capitalize;
    position: relative
}

#portfolio-work .block .portfolio-menu ul .active {
    color: #655e7a;
    position: relative
}

#portfolio-work .block .portfolio-menu ul .active:before {
    content: "\f0d7";
    position: absolute;
    font-family: fontawesome;
    bottom: -18px;
    font-size: 30px;
    width: 20px;
    left: 0;
    right: 0;
    top: 23px;
    margin: 0 auto;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .9);
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

#portfolio-work .block .portfolio-menu ul li:hover:before {
    content: "\f0d7";
    position: absolute;
    font-family: fontawesome;
    bottom: -18px;
    font-size: 30px;
    width: 20px;
    left: 0;
    right: 0;
    top: 24px;
    margin: 0 auto;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .9);
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

#portfolio-work .block .portfolio-contant ul li {
    float: left;
    width: 31%;
    overflow: hidden;
    margin: 6px;
    position: relative
}

#portfolio-work .block .portfolio-contant ul li:hover .overly {
    opacity: 1
}

#portfolio-work .block .portfolio-contant ul li:hover .position-center {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%)
}

#portfolio-work .block .portfolio-contant ul li a {
    display: block;
    color: #fff
}

#portfolio-work .block .portfolio-contant ul li a h2 {
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: 1px
}

#portfolio-work .block .portfolio-contant ul li a p {
    font-size: 15px
}

#portfolio-work .block .portfolio-contant ul li a span {
    font-style: italic;
    font-size: 13px;
    color: #655e7a
}

#portfolio-work .block .portfolio-contant ul img {
    width: 100%;
    height: auto
}

#portfolio-work .block .portfolio-contant .overly {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(0, 0, 0, .9);
    opacity: 0;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
    text-align: center
}

#portfolio-work .block .portfolio-contant .position-center {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    -webkit-transform: translate(0%, 50%);
    -moz-transform: translate(0%, 50%);
    -ms-transform: translate(0%, 50%);
    transform: translate(0%, 50%);
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all
}

#portfolio-work .block .mix {
    display: none
}

#wrapper-work {
    overflow: hidden;
    padding-top: 100px
}

#wrapper-work ul li {
    width: 50%;
    float: left;
    position: relative
}

#wrapper-work ul li img {
    width: 100%;
    height: 100%
}

#wrapper-work ul li .items-text {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    background: rgba(0, 0, 0, .6);
    padding-left: 44px;
    padding-top: 140px
}

#wrapper-work ul li .items-text h2 {
    padding-bottom: 28px;
    padding-top: 75px;
    position: relative
}

#wrapper-work ul li .items-text h2:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 75px;
    height: 3px;
    background: #fff
}

#wrapper-work ul li .items-text p {
    padding-top: 30px;
    font-size: 16px;
    line-height: 27px;
    font-weight: 300;
    padding-right: 80px
}

#features-work {
    padding-top: 50px;
    padding-bottom: 75px
}

#features-work .block ul li {
    width: 19%;
    text-align: center;
    display: inline-block;
    padding: 40px 0
}

#contact-form {
    padding-top: 70px;
    padding-bottom: 35px
}

#contact-form .block form .form-group {
    padding-bottom: 15px;
    margin: 0
}

#contact-form .block form .form-group .form-control {
    background: #f6f8fa;
    height: 60px;
    border: 1px solid #eef2f6;
    box-shadow: none;
    width: 100%
}

#contact-form .block form .form-group-2 {
    padding-bottom: 15px;
    margin: 0
}

#contact-form .block form .form-group-2 textarea {
    background: #f6f8fa;
    height: 135px;
    border: 1px solid #eef2f6;
    box-shadow: none;
    width: 100%
}

#contact-form .block button {
    width: 100%;
    height: 60px;
    background: #47424c;
    border: none;
    color: #fff;
    font-family: open sans, sans-serif;
    font-size: 18px
}

.address-block li {
    margin-bottom: 20px
}

.address-block li i {
    margin-right: 15px;
    font-size: 20px;
    width: 20px
}

.social-icons {
    margin-top: 40px
}

.social-icons li {
    display: inline-block;
    margin: 0 6px
}

.social-icons a {
    display: inline-block
}

.social-icons i {
    color: #2c2c2c;
    margin-right: 25px;
    font-size: 25px
}

.google-map {
    position: relative
}

.google-map #map {
    width: 100%;
    height: 300px;
    background-color: #ff432e
}

.default-ul {
    display: block;
    list-style-type: disc;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
    padding-left: 30px
}

.default-ul-circle {
    display: block;
    list-style-type: circle;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
    padding-left: 30px
}

#contact-box {
    padding-top: 35px;
    padding-bottom: 58px
}

#contact-box .block img {
    width: 100%
}

#contact-box .block h2 {
    font-family: open sans, sans-serif;
    font-weight: 300;
    color: #000;
    font-size: 28px;
    padding-bottom: 30px
}

#contact-box .block p {
    color: #5c5c5c;
    display: block
}

#features-contact {
    padding-top: 50px;
    padding-bottom: 75px
}

#features-contact .block ul li {
    width: 19%;
    text-align: center;
    display: inline-block;
    padding: 40px 0
}

.blog-post {
    margin-bottom: 50px
}

.blog-post img {
    margin-bottom: 15px
}

.blog-post p {
    margin: 15px 0 20px
}

.post-title {
    color: #655e7a;
    font-size: 25px;
    font-weight: 600;
    display: block;
    margin-bottom: 10px
}

.heading {
    padding-bottom: 60px;
    text-align: center
}

.heading h2 {
    color: #000;
    font-size: 30px;
    line-height: 40px;
    font-weight: 400
}

.heading p {
    font-size: 18px;
    line-height: 40px;
    color: #292929;
    font-weight: 300
}

footer {
    background: #154360;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 90px
}

footer p {
    font-size: 19px;
    line-height: 25px;
    color: #919191
}

footer a {
    color: #111
}

footer .footer-manu {
    padding-bottom: 25px
}

footer .footer-manu center {
    color: #abb2b9;
    font-size: 19px
}

footer .footer-manu ul {
    margin: 0;
    padding: 0
}

footer .footer-manu ul li {
    display: inline-block;
    padding: 0 10px;
    color: #abb2b9;
    font-size: 25px
}

footer .footer-manu ul li a {
    display: inline-block;
    color: #abb2b9;
    font-size: 25px
}

footer .footer-manu ul li a:hover {
    color: #fff
}

@media only screen and (min-width:768px) and (max-width:991px) {
    #wrapper {
        text-align: center
    }

    #wrapper .block img {
        padding-top: 100px;
        width: 50%
    }

    #content {
        text-align: center
    }

    #content .block {
        padding-bottom: 100px
    }

    #features {
        text-align: center
    }

    footer .navbar {
        margin-bottom: 0;
        border: 0;
        min-height: 40px
    }

    footer .navbar-default {
        border: 0;
        width: 68%
    }

    footer .navbar-default .navbar-nav li a {
        color: #494949;
        padding: 10px;
        font-size: 15px
    }

    footer .navbar-default .navbar-nav li a:hover {
        color: #000
    }

    #slider-work .block h1 {
        font-size: 28px
    }

    #slider-work .block p {
        font-size: 15px
    }

    #portfolio-work .block .portfolio-manu {
        padding-left: 0
    }

    #portfolio-work .block .portfolio-contant ul li a .img-heading {
        padding: 5px 0 5px 13px
    }

    #portfolio-work .block .portfolio-contant ul li a .img-heading h2 {
        font-size: 20px;
        line-height: 25px
    }

    #portfolio-work .block .portfolio-contant ul li a .img-heading p {
        font-size: 11px;
        line-height: 20px
    }

    #portfolio-work .block .portfolio-contant ul li a .overlay {
        padding-left: 15px
    }

    #portfolio-work .block .portfolio-contant ul li a .overlay h2 {
        padding-top: 30px;
        padding-bottom: 15px;
        font-size: 20px;
        line-height: 25px
    }

    #portfolio-work .block .portfolio-contant ul li a .overlay p {
        font-size: 11px;
        line-height: 20px;
        padding-top: 15px
    }

    #wrapper-work ul li .items-text {
        padding-top: 0;
        padding-left: 25px
    }

    #wrapper-work ul li .items-text h2 {
        padding-bottom: 10px;
        padding-top: 40px
    }

    #wrapper-work ul li .items-text p {
        font-size: 14px;
        line-height: 20px;
        padding-right: 30px
    }

    #features-work .block ul li {
        width: 49%
    }

    #wrapper-contact .block {
        padding-bottom: 50px
    }

    #features-contact .block ul li {
        width: 49%
    }
}

@media only screen and (max-width:767px) {
    .heading {
        padding-left: 0
    }

    h2 {
        font-size: 18px
    }

    p {
        font-size: 13px
    }

    li {
        font-size: 13px
    }

    header .navbar-default .navbar-toggle {
        margin-top: 10px;
        margin-bottom: 0
    }

    #slider {
        padding-top: 90px;
        padding-bottom: 100px
    }

    #slider .block {
        padding-left: 0
    }

    #slider .block h1 {
        font-size: 20px
    }

    #slider .block p {
        font-size: 13px;
        line-height: 30px
    }

    #slider .block p1 {
        font-size: 12px
    }

    #slider .block p2 {
        font-size: 13px
    }

    #wrapper {
        text-align: center;
        padding-top: 70px;
        padding-bottom: 100px
    }

    #wrapper .block img {
        padding-top: 100px;
        padding-left: 0;
        width: 100%
    }

    #service {
        padding-top: 100px
    }

    #service .thumbnail {
        padding-bottom: 70px
    }

    #call-to-action p {
        padding: 0 0 40px
    }

    #call-to-action .btn {
        padding: 10px 20px;
        font-size: 15px
    }

    #content {
        text-align: center;
        padding-top: 70px
    }

    #content .block {
        padding-bottom: 100px
    }

    #content .block h2 {
        padding-top: 0
    }

    #content .block-bottom {
        padding: 0
    }

    #content .block-bottom .item-img {
        padding-left: 0
    }

    #features .features-img {
        text-align: center
    }

    #slider-work {
        padding-top: 100px;
        padding-bottom: 100px
    }

    #slider-work .block {
        padding-left: 0
    }

    #slider-work .block h1 {
        font-size: 20px
    }

    #slider-work .block p {
        font-size: 11px;
        line-height: 25px
    }

    #portfolio-work .block .portfolio-manu {
        padding-left: 0;
        text-align: center
    }

    #portfolio-work .block .portfolio-manu ul li {
        padding: 0 8px
    }

    #portfolio-work .block .portfolio-contant ul li {
        width: 100%
    }

    #portfolio-work .block .portfolio-contant ul li a .img-heading {
        padding: 5px 0 5px 13px
    }

    #portfolio-work .block .portfolio-contant ul li a .img-heading h2 {
        font-size: 20px;
        line-height: 25px
    }

    #portfolio-work .block .portfolio-contant ul li a .img-heading p {
        font-size: 11px;
        line-height: 20px
    }

    #portfolio-work .block .portfolio-contant ul li a .overlay {
        padding-left: 15px
    }

    #portfolio-work .block .portfolio-contant ul li a .overlay h2 {
        padding-top: 65px;
        padding-bottom: 15px;
        font-size: 20px;
        line-height: 25px
    }

    #portfolio-work .block .portfolio-contant ul li a .overlay p {
        font-size: 11px;
        line-height: 20px;
        padding-top: 15px;
        padding-right: 5px
    }

    #wrapper-work ul li {
        float: none;
        width: 100%
    }

    #wrapper-work ul li .items-text {
        padding-left: 15px;
        padding-top: 30px
    }

    #wrapper-work ul li .items-text h2 {
        padding-top: 10px;
        padding-bottom: 15px;
        font-size: 20px;
        line-height: 25px
    }

    #wrapper-work ul li .items-text p {
        font-size: 11px;
        line-height: 20px;
        padding-top: 15px
    }

    #features-work .block ul li {
        display: block;
        width: 100%
    }

    #slider-contact {
        padding-top: 100px;
        padding-bottom: 100px
    }

    #slider-contact .block {
        padding-left: 0
    }

    #slider-contact .block h1 {
        font-size: 20px
    }

    #slider-contact .block p {
        font-size: 11px;
        line-height: 25px
    }

    #wrapper-contact .block {
        padding-bottom: 50px
    }

    #wrapper-contact .block .location p {
        width: 100%
    }

    #wrapper-contact .block .social-media-icon a i {
        padding-top: 30px
    }

    #features-contact .block ul li {
        display: block;
        width: 100%
    }
}

.navbar-sticky-top {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 9
}

.mb-10 {
    margin-bottom: 10px
}

.mb-20 {
    margin-bottom: 20px
}

.mb-30 {
    margin-bottom: 30px
}

.mt-20 {
    margin-top: 20px
}

.font-weight-regular {
    font-weight: 400
}

.bg-gray {
    background: #f5f5f5
}