body {
    font-family: 'Roboto', sans-serif;
}

p {
    font-size: 15px;
    line-height: 30px;
}

button {
    cursor: pointer;
}

.loading {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9999999999999;
}

.loading:after,
.loading:before {
    content: '';
    background: #fff;
    height: 50%;
    width: 100%;
    position: absolute;
    left: 0;
    transition: all 1s;
}

.loading:after {
    top: 0;
}

.loading:before {
    bottom: 0;
}

.loading-end:after {
    top: -60%;
}

.loading-end:before {
    bottom: -60%;
}

.load-circle {
    margin: 50vh auto;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 10px solid #e8e8e8;
    border-top: 10px solid #000;
    -webkit-animation: rotate 1.2s infinite linear;
    animation: rotate 1.2s infinite linear;
}

@-webkit-keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.top_15 {
    margin-top: 15px;
}

.top_30 {
    margin-top: 30px;
}

.top_45 {
    margin-top: 45px;
}

.top_60 {
    margin-top: 60px;
}

.top_90 {
    margin-top: 90px;
}

.top_150 {
    margin-top: 150px;
}

.padding_30 {
    padding: 30px 0;
}

.padding_45 {
    padding: 45px 0;
}

.padding_60 {
    padding: 60px 0;
}

.padding_90 {
    padding: 90px 0;
}

.padding_120 {
    padding: 120px 0;
}

.bottom_15 {
    margin-bottom: 15px;
}

.bottom_30 {
    margin-bottom: 30px;
}

.bottom_45 {
    margin-bottom: 45px;
}

.bottom_60 {
    margin-bottom: 60px;
}

.bottom_90 {
    margin-bottom: 90px;
}

.bottom_120 {
    margin-bottom: 120px;
}

.padbot_15 {
    padding-bottom: 15px;
}

.padbot_30 {
    padding-bottom: 30px;
}

.padbot_45 {
    padding-bottom: 45px;
}

.padbot_60 {
    padding-bottom: 60px;
}

.padbot_120 {
    padding-bottom: 120px;
}

.site-btn {
    background: #000;
    display: inline-block;
    color: #fff !important;
    padding: 12px 40px;
    font-size: 13px;
    cursor: pointer;
    transition: padding ease 0.3s;
    -webkit-transition: padding ease 0.3s;
}

.site-btn:hover {
    padding: 12px 50px;
    transition: padding ease 0.3s;
    -webkit-transition: padding ease 0.3s;
}

.site-btn2 {
    display: inline-block;
}

header {
    position: absolute;
    top: 0;
    width: 100%;
    padding: 20px;
    z-index: 3;
}

header.fixed {
    z-index: 1;
}

header.fixed .nav-icon span {
    background: #000;
}

header .logo {
    float: left;
}

header nav {
    line-height: 60px;
}

header .navbar {
    display: inline-block;
}

.nav-icon {
    width: 26px;
    height: 18px;
    position: relative;
    float: right;
    cursor: pointer;
    margin-top: 14px;
}

.nav-icon span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #ffffff;
    transition: width ease 0.3s;
    -webkit-transition: width ease 0.3s;
    right: 0;
    width: 70%;
}

.nav-icon span:nth-child(2) {
    top: 7px;
    right: 0;
    width: 70%;
}

.nav-icon span:nth-child(3) {
    top: 14px;
    right: 0;
    width: 70%;
}

.nav-icon:hover span {
    width: 100%;
    transition: width ease 0.3s;
    -webkit-transition: width ease 0.3s;
}

header {
    z-index: 100 !important;
    display: none;
    background: #fff;
    padding: 0px 0px;
    -webkit-box-shadow: 0px 2px 92px 0px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0px 2px 92px 0px rgba(0, 0, 0, 0.10);
    box-shadow: 0px 2px 92px 0px rgba(0, 0, 0, 0.10);
}

header nav {
    float: right;
}

header nav ul li {
    float: left;
}

header nav ul li a {
    margin-right: 12px;
    color: #000;
    font-size: 15px;
}

header nav ul li:last-child a {
    margin-right: 0px;
}

header nav ul li a.active {
    color: #9a9a9a;
}

.nav-icon {
    display: none;
}

.home {
    background-size: cover;
    width: 100%;
    position: relative;
    display: table;
    z-index: 1;
}

.home:before {
    content: '';
    background: rgba(0, 0, 0, 0.28);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
}

.home-slider {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
}

.slider {
    background: none !important;
}

.home .home-content {
    position: relative;
    z-index: 4;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

.home .home-content h1 {
    font-weight: bold;
    font-size: 70px;
    color: #fff;
    letter-spacing: -1px;
    margin-top: -90px;
}

.home .home-content p {
    font-size: 17px;
    color: #fff;
    line-height: 33px;
    opacity: 0.7;
}

.home .home-down {
    position: absolute;
    bottom: 0;
    margin-bottom: 90px;
    color: #fff;
    font-size: 26px;
}

.bounce {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    -moz-animation: bounce 2s infinite;
    -o-animation: bounce 2s infinite;
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
}

.social a:hover {
    opacity: 1;
}

.social a {
    cursor: pointer;
    opacity: 0.8;
    color: rgb(255, 255, 255);
    font-size: 13px;
    margin: 0px 10px;
    transition: all 0.3s ease;
}

.left-svg {
    position: absolute;
    bottom: 0;
    left: 0;
    background: none;
    z-index: 99;
}

.right-svg {
    position: absolute;
    bottom: 0;
    right: 0 !important;
    background: none;
    z-index: 99;
    left: auto;
}

.left-svg path,
.right-svg path {
    fill: #fff;
    stroke: #fff;
    stroke-width: 4;
}

.white-bg .left-svg path,
.white-bg .right-svg path {
    stroke: #f2f2f2;
    fill: #f2f2f2;
}

.gray-bg {
    background: #f2f2f2;
}

section {
    position: relative;
    z-index: 0;
    padding-top: 60px;
}

section.home {
    padding: 0;
}

.section-title {
    text-align: center;
    padding: 120px 0 60px 0;
    position: relative;
}

.section-title .title {
    font-weight: normal;
    font-style: normal;
    font-size: 40px;
    position: relative;
    display: inline-block;
}

.section-title .number {
    font-weight: normal;
    font-style: normal;
    position: absolute;
    font-size: 82px;
    color: #dfdfdf;
    z-index: -1;
    top: 0;
    margin-top: -35px;
    left: 50%;
    margin-left: -26px;
    letter-spacing: -2px;
}

.about .image {
    padding-bottom: 70px;
    background: #f3f3f3;
}

.about .image img {
    width: 100%;
    box-shadow: 0 0 85px 0 rgba(0, 0, 0, .14);
    -webkit-box-shadow: 0 0 85px 0 rgba(0, 0, 0, 0.28);
    margin-top: -15%;
    margin-left: calc(15% - 15px);
}

.about .text p {
    color: #748182;
    text-align: justify;
}

.gray-bg .section-title .title .number {
    color: #d2d2d2;
}

.whatwedo .service i {
    font-size: 40px;
}

.whatwedo .service .title {
    font-weight: 500;
    color: #000;
    font-size: 16px;
}

.whatwedo .service p {
    line-height: 22px;
    font-size: 14.5px;
    color: #a0a0a0;
    margin-bottom: 0;
    margin-top: 15px;
}

.blog {
    transform: translateY(5px);
    transition: all ease 0.3s;
}

.blog:hover {
    text-decoration: none;
    transform: translateY(0);
    transition: all ease 0.3s;
}

.blog .image img {
    width: 100%;
}

.blog span {
    font-size: 11px;
    color: #979797;
    font-weight: 600;
    margin-top: 15px;
    display: block;
}

.blog .title {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    margin: 6px 0 10px;
    color: #000;
    text-align: center;
}

.blog a {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    margin: 6px 0 10px;
    text-align: center;
}

.widget-title {
    font-weight: normal;
    font-style: normal;
    font-size: 23px;
}

.recent-post .title {
    font-size: 14px;
    line-height: 20px;
    color: #000;
}

.recent-post ul li {
    list-style: none;
}

.recent-post ul li a {
    border-bottom: 1px solid #dfdfdf;
    width: 100%;
    display: block;
    padding: 15px 0;
    transition: all ease 0.3s;
}

.recent-post ul li:last-child a {
    border: none;
}

.recent-post ul li a:hover {
    opacity: .7;
    transition: all ease 0.3s;
}

.recent-post ul li span {
    color: #b8b8b8;
    font-size: 12px;
}

.blog-image img {
    width: 100%;
}

.blog-content h1.title {
    font-size: 35px;
    font-weight: bold;
    line-height: 45px;
    letter-spacing: -1px;
}

.contact .social a {
    color: #000;
}

.contact .information a {
    color: #000;
    font-size: 15px;
    line-height: 30px;
    font-weight: 600;
}

.form-inp {
    width: 100%;
    height: 45px;
    border: 0;
    color: #000;
    border-bottom: solid 1px #dfdfdf;
    font-size: 13px;
    padding-left: 10px;
    margin-bottom: 15px;
}

.contact-form textarea {
    width: 100%;
    border: 0;
    border-bottom: solid 1px #dfdfdf;
    font-size: 13px;
    padding: 20px 0 0 10px;
    height: 119px;
    margin-bottom: 15px;
}

footer {
    background: #000;
    padding: 60px 0;
}

footer p {
    color: #b6b6b6;
    font-size: 13px;
    line-height: 30px;
}

.last-section .left-svg path,
.last-section .right-svg path {
    stroke: #000;
    fill: #000;
}

.card {
    background-color: white;
    border: none;
    font-size: 25px;
}

.card-header button {
    border: none;
    color: #000;
    text-decoration: none;
}

.card-body p {
    font-size: 16px;
    margin-left: 25px;
    padding: 5px;
}

[aria-expanded="true"] .fa-chevron-circle-up,
[aria-expanded="false"] .fa-chevron-circle-down {
    display: none;
}

@media (max-width: 1024px) {
    .home .home-content h1 {
        font-size: 60px;
    }
}

@media (max-width: 991px) {
    .home .home-content h1 {
        font-size: 50px;
    }
    .home .home-content p.top_30 {
        margin-top: 15px;
    }
    .about .image img {
        margin: 0;
    }
    .about .image {
        background: none;
    }
    .about .row.bottom_60.top_90 {
        margin-top: 0px;
    }
    .right-menu {
        width: 40%;
    }
    .right-menu nav ul li a {
        font-size: 26px;
        line-height: 48px;
    }
}

@media (max-width: 768px) {
    .home .home-content h1 {
        font-size: 40px;
    }
    .home .home-content p {
        font-size: 16px;
        line-height: 29px;
    }
    .home .home-content p.top_30 {
        margin-top: 10px;
    }
    header.fixed {
        background: #fff;
        border-bottom: 1px solid #eaeaea;
    }
    .right-menu {
        width: 50%;
    }
    br {
        display: none;
    }
    .sidebar {
        margin-top: 90px;
    }
    header nav ul li {
        float: none;
        width: 100%;
        text-align: center;
        height: 45px;
        border-top: 1px solid #f7f7f7;
        line-height: 45px;
    }
    header nav {
        margin-top: 40px;
        display: none;
        float: none;
        width: 100%;
    }
    header .navbar {
        display: inline-block;
        width: 100%;
    }
    .nav-icon {
        float: right;
        display: block;
    }
}

@media (max-width: 481px) {
    .home .home-content h1 {
        font-size: 30px;
    }
    .home .home-content p {
        font-size: 14px;
        line-height: 25px;
    }
    .whatwedo .service p {
        padding: 0 32px;
    }
    .service {
        margin-bottom: 45px;
    }
    .blog {
        margin-bottom: 45px;
    }
    .right-menu {
        width: 74%;
    }
    .right-menu nav ul li a {
        font-size: 24px;
        line-height: 44px;
    }
    .right-menu {
        padding: 30px 30px 30px 30px;
    }
    .left-svg,
    .right-svg {
        height: 40px;
    }
    .whatwedo.padbot_120 {
        padding-bottom: 30px;
    }
    .blog-content h1.title {
        font-size: 28px;
        line-height: 43px;
    }
    .home .home-content {
        padding: 15px;
    }
}