* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

body {
    font-family: Montserrat, sans-serif
}

.nav-item a {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 16px
}

.icon {
    padding: 10px;
    background: rgba(0, 0, 0, .3);
    border-radius: 50%
}

header {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .6)), to(rgba(0, 0, 0, .6))), url(../images/bg.jpg);
    background: -o-linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url(../images/bg.jpg);
    background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url(../images/bg.jpg);
    background-position: center;
    background-size: cover
}

.header-content h1 {
    font-size: 50px;
    font-weight: 800;
    margin-bottom: 10px
}

.header-content h2 {
    font-size: 50px;
    font-weight: 300
}

.header-content h2 span {
    font-size: 70px;
    font-weight: 500
}

.hero-img::after {
    content: '';
    width: 80%;
    height: 80%;
    position: absolute;
    left: -30px;
    bottom: -30px;
    background-image: url(../images/dots.png);
    background-repeat: repeat;
    z-index: -1
}

.about-me h3 {
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 5px
}

.subtitle {
    color: #999;
    letter-spacing: 2px
}

.parg {
    line-height: 1.6;
    margin: 0;
    font-size: 15px;
    color: #748182
}

.progress-bar {
    background: #1c1c1c
}

.btn {
    padding: 10px 30px;
    border: 1px solid #1c1c1c;
    border-radius: 5px;
    font-size: 13px;
    background: #1c1c1c;
    color: #fff
}

.btn2 {
    padding: 10px 30px;
    border: 1px solid #1c1c1c;
    border-radius: 5px;
    font-size: 13px;
    background: #fff;
    color: #1c1c1c
}

.btn:hover {
    padding: 10px 30px;
    border: 1px solid #1c1c1c;
    border-radius: 5px;
    font-size: 13px;
    background: #fff;
    color: #1c1c1c
}

.btn2:hover {
    padding: 10px 30px;
    border: 1px solid #1c1c1c;
    border-radius: 5px;
    font-size: 13px;
    background: #1c1c1c;
    color: #fff
}

.services {
    background: #f4f4f4
}

.services .circle:hover {
    background: #1c1c1c;
    color: #fff
}

.click {
    opacity: 1
}

.click:hover {
    opacity: 0
}

.head h3 {
    font-weight: 900;
    font-size: 40px;
    position: relative;
    z-index: 0;
    width: 15%;
    margin: auto
}

.head h3::after {
    content: '';
    background-image: url(../images/dots.png);
    background-repeat: repeat;
    position: absolute;
    z-index: -1;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 30px
}

.colored {
    background-color: #fff;
    overflow: hidden
}

.circle {
    background: #f4f4f4;
    border: solid 2px transparent;
    border-radius: 50%;
    padding: 20px
}

.services h6 {
    margin: 15px 0;
    font-weight: 800;
    font-size: 18px
}

.services p {
    line-height: 1.6;
    font-size: 15px;
    color: #748182
}

.Portfolio .nav-item a {
    color: #222;
    font-weight: 700;
    font-size: 16px
}

.testimonials {
    background: #f4f4f4
}

.testimonials h6 {
    font-size: 16px;
    font-weight: 600
}

.counter h3 {
    font-weight: 900;
    padding: 15px 0;
    font-size: 30px
}

.our-blog {
    background: #f4f4f4
}

.sc {
    -webkit-transition: -webkit-transform 1s 1s;
    transition: -webkit-transform 1s 1s;
    -o-transition: transform 1s 1s;
    transition: transform 1s 1s;
    transition: transform 1s 1s, -webkit-transform 1s 1s
}

.sc:hover {
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1)
}

.carousel-indicators .active {
    background-color: gray
}

.content h6 {
    font-size: 12px;
    font-weight: 600;
    color: #888;
    padding: 10px 0
}

.content p {
    font-weight: 800;
    font-size: 20px
}

.content a {
    color: #888;
    text-decoration: underline
}

.contact-us h3 {
    font-weight: 900;
    font-size: 40px;
    text-align: center
}

.contact-us h6 {
    font-weight: 700;
    padding: 10px 0
}

input {
    width: 100%;
    border-radius: 5px;
    border: transparent;
    padding: 10px;
    background: #f4f4f4
}

textarea {
    background: #f4f4f4;
    height: 160px;
    width: 100%;
    max-height: 160px;
    max-width: 100%;
    border-radius: 5px;
    padding: 10px;
    border: transparent
}

.contact-us .circle:hover {
    background: #1c1c1c;
    color: #fff
}

.foo {
    background: #1c1c1c;
    padding: 30px
}

.foo p {
    color: #748182;
    font-weight: 400;
    text-align: center;
    font-size: 13px;
    word-spacing: 2px
}

body {
    font-family: 'segoe ui light'
}

.bg-gray {
    background-color: #f7f7f7
}

.nav-pills .active {
    background-color: transparent !important;
    color: #000 !important;
    border-bottom: solid 4px #000
}

.Portfolio a {
    color: #000;
    font-weight: 900
}

.w-30 {
    width: 30%
}

.item {
    margin-top: 30px
}

.img-layer {
    background-color: rgba(255, 255, 255, .9);
    position: absolute;
    top: 10px;
    left: 10px;
    bottom: 10px;
    right: 10px;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: opacity 1s, -webkit-transform 1s;
    transition: opacity 1s, -webkit-transform 1s;
    -o-transition: transform 1s, opacity 1s;
    transition: transform 1s, opacity 1s;
    transition: transform 1s, opacity 1s, -webkit-transform 1s;
    opacity: 0
}

.item:hover .img-layer {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.img-layer h6 {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: -webkit-transform 1s;
    transition: -webkit-transform 1s;
    -o-transition: transform 1s;
    transition: transform 1s;
    transition: transform 1s, -webkit-transform 1s
}

.item:hover .img-layer h6 {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.img-layer .icons {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: -webkit-transform 1s;
    transition: -webkit-transform 1s;
    -o-transition: transform 1s;
    transition: transform 1s;
    transition: transform 1s, -webkit-transform 1s
}

.item:hover .img-layer .icons {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.icons i {
    background-color: #000;
    color: #fff;
    padding: 10px;
    border-radius: 50%
}

.icons i:hover {
    background-color: #fff;
    color: #000;
    border: solid 1px #000
}

.carousel-indicators li {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #888
}

.client img {
    width: 100px
}