@font-face {
    font-family: hemi_head;
    src: url(fonts/hemi_head_bd_it.ttf) format('truetype');
}

h1 {
    font-size: 4.6rem;
    color: #FFFFFF;
    margin-bottom: 40px;
    letter-spacing: normal;
}

h2 {
    font-size: 3rem;
    color: #212121;
    letter-spacing: normal;
    font-weight: 700;
}

h3 {
    font-size: 2.92rem;
    color: #212121;
    font-weight: 400;
    letter-spacing: normal;
}

h4 {
    font-size: 2.28rem;
    color: #212121;
    font-weight: 400;
    letter-spacing: normal;
}

h5 {
    font-size: 1.64rem;
    color: #212121;
    font-weight: 400;
    letter-spacing: normal;
}

p {
    font-size: 14px;
    font-weight: 400;
    color: #727272;
    line-height: 24px;
}

.timer {
    font-size: 42px;
    letter-spacing: 0.2em;
}

.hero-caption {
    display: table;
    height: 100%;
    width: 100%;
    text-align: center;
}

.hero-caption .hero-text {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    height: 100%;
}

.btn-primary {
    background: #006ab6;
    color: #FFFFFF;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background: #fff;
    color: #006ab6;
}

.btn-primary-dark {
    background: #0097A7;
    color: #FFFFFF;
}

.btn-primary-dark:hover,
.btn-primary-dark:focus,
.btn-primary-dark:active {
    background: #006ab6;
    color: #FFFFFF;
}

.btn-white {
    background: #FFFFFF;
    color: #212121;
}

.btn-white:hover,
.btn-white:focus,
.btn-white:active {
    background: #B6B6B6;
    color: #212121;
}

.btn-secondary {
    background: #fff;
    color: #006ab6;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active {
    background: #006ab6;
    color: #fff;
}

.container {
    width: 80%;
}

.codebuz_brandname {
    font-family: 'hemi_head' !important;
}

.banner_top {
    display: block !important;
    background: url(../img/codebuz_banner.png) no-repeat;
    background-size: contain;
    background-position: center;
    height: 100vh;
    padding: 0;
    margin: 3em auto auto;
    transition: all .3s ease-in-out;
}

header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}

header nav {
    background: none;
    box-shadow: none;
    height: 60px;
}

header nav .nav-wrapper .brand-logo {
    font-size: 2rem;
    color: #FFFFFF;
    letter-spacing: 0.2rem;
    font-weight: 700;
}

header nav .nav-wrapper .brand-logo img {
    height: 80px;
    transition: all .3s ease-in-out;
}

header nav .nav-wrapper .brand-logo span {
    font-size: 4rem;
}

header nav .nav-wrapper .side-nav {
    min-height: 95vh;
}

header nav .nav-wrapper .side-nav a.img img {
    width: 98%;
}

header nav .nav-wrapper .side-nav a.img:hover {
    background: #fff;
}

header nav .nav-wrapper .side-nav a:hover {
    background: #006ab6;
    color: #FFFFFF;
}

header nav .nav-wrapper .button-collapse {
    display: block;
    float: right;
}

header nav .nav-wrapper .button-collapse i {
    line-height: 80px;
    color: #ccc;
    transition: all .3s ease-in-out;
}

header .top-nav-collapse {
    background: #FFFFFF;
    box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.3);
    transition: all .3s ease-in-out;
}

header .top-nav-collapse .nav-wrapper .brand-logo img {
    height: 60px;
    margin-top: 0 !important;
}

header .top-nav-collapse .nav-wrapper .brand-logo {
    font-size: 2rem;
    color: #212121;
    letter-spacing: 0.2rem;
    font-weight: 700;
}

header .top-nav-collapse .nav-wrapper .brand-logo span {
    color: #006ab6;
    font-size: 4rem;
}

header .top-nav-collapse .nav-wrapper .button-collapse {
    display: block;
    float: right;
}

header .top-nav-collapse .nav-wrapper .button-collapse i {
    line-height: 60px;
    color: #ccc;
    font-size: 2.2em;
}

#hero {
    position: relative;
    height: 100vh;
}

#hero .caption {
    top: 30%;
    left: 10%;
}

#hero .caption h1 {
    font-weight: 700;
}

#hero .caption h3 {
    color: #FFFFFF;
}

#hero .caption .btn-primary,
#hero .caption .btn-secondary {
    margin-right: 2.1rem;
}

#hero .indicators .indicator-item.active {
    background: /*#006ab6*/
    rgba(0, 0, 0, 0);
}

#particles-bg {
    background: #006ab6;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}

#particles-bg h1 {
    font-weight: 700;
}

#particles-bg h2 {
    color: #FFFFFF;
    font-weight: 700;
}

#particles-bg .btn-primary,
#particles-bg .btn-secondary {
    margin-right: 2.1rem;
}

#particles-bg canvas {
    display: block;
    vertical-align: bottom;
}

#particles-bg #particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

#particles-bg .count-particles {
    background: #000022;
    position: absolute;
    top: 48px;
    left: 0;
    width: 80px;
    color: #13E8E9;
    font-size: .8em;
    text-align: left;
    text-indent: 4px;
    line-height: 14px;
    padding-bottom: 2px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
}

#particles-bg .js-count-particles {
    font-size: 1.1em;
}

#particles-bg #stats,
#particles-bg .count-particles {
    -webkit-user-select: none;
    margin-top: 5px;
    margin-left: 5px;
}

#particles-bg #stats {
    border-radius: 3px 3px 0 0;
    overflow: hidden;
}

#particles-bg .count-particles {
    border-radius: 0 0 3px 3px;
}

#contact_d {
    color: #fff;
    padding: 120px 0;
    text-align: center;
    background: #f9f9f9;
    background: url(../img/b.png);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}

#contact_d .col {
    margin-top: 60px;
}

#contact_d .row {
    margin-bottom: 0px;
}

#contact_d h4 {
    color: #fff;
    font-family: 'hemi_head' !important;
}

#contact_d h2 span {
    color: #006ab6;
    font-size: 4rem;
}

#contact_d .icon-box {
    color: rgba(255, 255, 255, 1);
    box-shadow: none;
    border-radius: 50%;
    height: 100px;
    width: 100px;
    line-height: 100px;
    transition: all .3s ease-in-out;
}


/*#contact_d .icon-box:hover{background: #006ab6;color: #FFFFFF;cursor: pointer;}*/

#contact_d .col:hover .icon-box {
    background: #FFFFFF;
    color: #006ab6;
    cursor: pointer;
}

#contact_d h5,
#contact_d a {
    margin: 30px 0;
    color: #fff;
}

#contact_d p {
    padding: 0 15px;
}

#contact_d img {
    margin-top: 40px;
    margin-bottom: -6px;
}

#skills .col {
    padding: 0;
}

#skills .testimonials {
    background: #fff;
    height: 400px;
    padding: 60px;
    text-align: center;
}

#skills .testimonials h5 {
    font-weight: 700;
}

#skills .testimonials h5,
#skills .testimonials p {
    color: #006ab6;
}

#skills .testimonials p {
    font-size: 16px;
    width: 500px;
    margin: auto;
}

#skills .testimonials .owl-theme .owl-controls .owl-page span {
    background: #006ab6;
}

#skills .skills {
    background: url();
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    height: 400px;
    padding: 40px 60px;
}

#skills .skills h4 {
    color: #FFFFFF;
    font-weight: 700;
    margin-bottom: 35px;
}

#skills .skills h4 span {
    color: #F3432C;
    font-size: 4rem;
}

#skills .skills h6 {
    color: #FFFFFF;
    margin-bottom: 20px;
}

#skills .skills .progress {
    background: #FFFFFF;
    overflow: visible;
}

#skills .skills .progress .determinate {
    background: #F3432C;
}

#skills .skills .progress span {
    position: absolute;
    display: block;
    top: -35px;
    right: 0;
    font-size: 12px;
    color: #FFFFFF;
}

#portfolio {
    padding: 120px 0;
}

#portfolio h2 {
    text-align: center;
}

#portfolio h2 span {
    color: #006ab6;
    font-size: 4rem;
}

#portfolio #portfolio-items .mix {
    display: none;
}

#portfolio .tabs {
    margin: 60px 0;
}

#portfolio .tabs a {
    color: #006ab6;
}

#portfolio .tabs .indicator {
    background: #F3432C;
}

#portfolio .card a,
#portfolio .card i {
    color: #006ab6;
}

#fun-facts {
    background: #f9f9f9;
    padding: 120px 0;
    text-align: center;
}

#fun-facts .col {
    margin-top: 60px;
}

#fun-facts h2 span {
    color: #006ab6;
    font-size: 4rem;
}

#fun-facts .facts-holder .icon-box {
    display: inherit;
    color: #006ab6;
    border-radius: 50%;
    height: 100px;
    width: 100px;
    line-height: 100px;
    margin: 0.82rem auto;
    transition: all .3s ease-in-out;
}

#fun-facts .facts-holder .icon-box:hover {
    background: #006ab6;
    color: #FFFFFF;
    cursor: pointer;
}

#fun-facts .facts-holder span {
    color: #212121;
    font-weight: 700;
}

#fun-facts .facts-holder h5 {
    color: #212121;
}

.services {
    background: url(../img/b.png);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    padding: 60px 0;
}

.services img {
    padding-top: 100px;
}

.services .services-content {
    padding: 40px;
}

.services .services-content i {
    color: rgb(3, 79, 165);
}

.services .services-content h2 {
    color: #FFFFFF;
}

.services .services-content h2 span {
    color: #F3432C;
    font-size: 4rem;
}

.services .services-content p {
    color: #FFFFFF;
}

#we_build {
    padding: 60px 0;
    background-color: #fff;
}

#we_build .we_build-content {
    padding: 20px 1em;
}

#we_build .we_build-content h1 {
    font-size: 3rem;
    margin: auto;
}

#process {
    background: url(../img/v.png);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    padding: 60px 0;
    background-color: #fff;
}

#process img {
    padding-top: 100px;
}

#process .process-content {
    padding: 40px;
}

#process .process-content i {
    color: rgb(85, 29, 178);
}

#process .process-content h2 {
    color: #FFFFFF;
}

#process .process-content h2 span {
    color: #006ab6;
    font-size: 4rem;
}

#process .process-content p {
    color: #FFFFFF;
}

.page_head {
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    padding: 0 !important;
    background-color: #fff;
    margin: 0 auto !important;
}

.page_head .page_head_in {
    display: block !important;
    background-color: rgba(255, 255, 255, .9);
    padding: 0 !important;
    width: 100% !important;
    bottom: 0;
}

.page_head .page_head_in-content {
    padding: 11% 2% 3%;
    text-align: center !important;
}

.page_head .page_head_in-content h2 {
    color: #212121;
    font-family: 'hemi_head' !important;
    margin-bottom: 0 !important;
}

.page_head .page_head_in-content p {
    color: #212121;
    font-size: 1.1em;
    line-height: normal !important;
    margin-top: 0;
}

.serv_lst {
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    padding: 0 !important;
    background-color: #fff;
    margin: 0 auto !important;
    width: 50% !important;
    float: left;
}

.serv_lst .serv_in {
    display: block !important;
    background-color: rgba(0, 0, 0, .3);
    min-height: 70vh;
    padding: 0 !important;
    width: 100% !important;
    bottom: 0;
}

.serv_lst .serv_in-content {
    padding: 3% 2%;
}

.serv_lst .serv_in-content h2 {
    color: #FFFFFF !important;
    font-family: 'hemi_head' !important;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .3), 0px 0px 25px rgba(0, 0, 0, .3), 0 0 5px #fff;
}

.serv_lst .serv_in-content p {
    color: #fff !important;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .1), 0px 0px 25px rgba(0, 0, 0, .1);
    font-size: 1.1em;
}

.abt_lst {
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    padding: 0 !important;
    background-color: #fff;
    margin: 0 auto !important;
    width: 100% !important;
    float: left;
}

.abt_lst .abt_in {
    display: block !important;
    background-color: rgba(255, 255, 255, .95);
    padding: 0 !important;
    width: 100% !important;
    bottom: 0;
}

.abt_lst .abt_in-content {
    padding: 4% 2% 6%;
}

.abt_lst .abt_in-content h2 {
    font-size: 1.4em;
    color: #212121 !important;
    font-weight: normal;
    line-height: 1.3em;
    text-align: justify;
    text-indent: 12%;
}

#team {
    padding: 120px 0;
}

#team h2 {
    text-align: center;
}

#team h2 span {
    color: #006ab6;
    font-size: 4rem;
}

#team .team-content {
    padding: 60px 0;
}

#team .team-content .card-title {
    font-weight: 700;
    letter-spacing: normal;
    margin-bottom: 30px;
}

#team .team-content .social-media {
    text-align: center;
}

#team .team-content .social-media li {
    display: inline-block;
    margin: 0 15px;
}

#team .team-content .social-media li i {
    font-size: 1.2rem;
}

#team .team-content .skills h6 {
    margin-bottom: 20px;
}

#team .team-content .skills .progress {
    background: #B6B6B6;
    overflow: visible;
}

#team .team-content .skills .progress .determinate {
    background: #006ab6;
}

#team .team-content .skills .progress span {
    position: absolute;
    display: block;
    top: -35px;
    right: 0;
    font-size: 12px;
    color: #212121;
}

#newsletter {
    background: #006ab6;
    padding: 60px 0;
}

#newsletter h2 {
    color: #FFFFFF;
    margin-bottom: 40px;
    text-align: center;
}

#newsletter h2 span {
    color: #F3432C;
    font-size: 4rem;
}

#newsletter form button {
    margin-top: 8px;
}

#newsletter form input {
    color: #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
}

#newsletter form label {
    color: #FFFFFF;
}

#pricing {
    padding: 120px 0;
    text-align: center;
    /* STYLE 1 */
}

#pricing h2 span {
    color: #006ab6;
    font-size: 4rem;
}

#pricing .pricing.style-1 .price {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

#pricing .card {
    margin-top: 60px;
}

#pricing .pricing .featured {
    background: #F3432C;
}

#pricing .pricing .primary-color {
    background: #006ab6;
}

#pricing .pricing .price {
    padding: 15px 0;
}

#pricing .pricing .price h4,
#pricing .pricing .price h5 {
    text-align: center;
}

#pricing .pricing .price span {
    display: inline-block;
    position: relative;
}

#pricing .pricing .price .plan {
    font-size: 25px;
    font-weight: 200;
}

#pricing .pricing .price .amount {
    font-size: 50px;
    font-weight: 100;
}

#pricing .pricing .price .period {
    font-size: 16px;
    margin-left: -10px;
}

#pricing .pricing .price .currency {
    font-size: 16px;
    letter-spacing: -6px;
    top: -20px;
}

#pricing .pricing .collection li.collection-item:hover {
    background: #f5f5f5;
}

#blog {
    background: #f9f9f9;
    padding: 120px 0;
}

#blog h2 {
    margin-bottom: 60px;
    text-align: center;
}

#blog h2 span {
    color: #006ab6;
    font-size: 4rem;
}

#blog .card-action a {
    color: #006ab6;
    font-size: 14px;
}

#blog .card-action a i {
    margin-right: 10px;
    float: left;
}

#contact {
    background: #fff;
    padding: 60px 0;
}

#contact img {
    padding-top: 100px;
}

#contact h2 {
    color: #212121;
}

#contact h2 span {
    color: #212121;
    font-size: 4rem;
}

#contact .contact-content {
    padding: 40px;
}

#contact form input,
#contact form textarea {
    color: #212121;
    border-bottom: 1px solid #006ab6;
}

#contact form label {
    color: #212121;
}

#contact form button {
    margin: 1.78rem 0 1.424rem 0;
}

#map {
    width: 100%;
    height: 600px;
    margin: 0 !important;
}

footer.page-footer {
    background: #006ab6;
    margin: -5px 0 0 !important;
}

footer.page-footer h2 {
    font-size: 2rem;
    color: #FFFFFF;
    font-weight: 700;
}

footer.page-footer h2 span {
    color: #F3432C;
    font-size: 4rem;
}

footer.page-footer ul li a {
    color: #fff !important;
}

.preloader {
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #FFFFFF;
    z-index: 100000;
    padding: 7%;
}

.preloader h2 {
    font-size: 3em;
    color: #212121;
    font-weight: 700;
}

.preloader h2 span {
    color: #006ab6 !important;
}

.nav_btm_social {
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
}

@media (max-width: 992px) {
    #hero h1,
    #parallax h1,
    #particles-bg h1 {
        font-size: 4rem;
    }
    #hero h3,
    #parallax h3,
    #particles-bg h3 {
        font-size: 2.5rem;
    }
}

@media screen and (max-width:863px) {
    .banner_top {
        background: url(../img/codebuz_banner-mobile.png) no-repeat;
        background-position: center;
        height: 100vh;
        padding: 0;
        margin: 3em auto auto;
        background-size: cover !important;
    }
}

@media (max-width: 800px) {
    #parallax h1,
    #particles-bg h1 {
        font-size: 3rem;
    }
    #parallax h3,
    #particles-bg h3 {
        font-size: 2rem;
    }
    #parallax .hero-caption .hero-text .btn-primary,
    #parallax .hero-caption .hero-text .btn-secondary,
    #particles-bg .hero-caption .hero-text .btn-primary,
    #particles-bg .hero-caption .hero-text .btn-secondary {
        margin-right: 0;
    }
    #hero .slides li .caption {
        left: 15%;
    }
    #hero .slides li .caption .btn-primary,
    #hero .slides li .caption .btn-secondary {
        margin-right: 0;
    }
    #hero .caption {
        text-align: center;
    }
    #hero .caption h1 {
        font-size: 3rem;
    }
    #hero .caption h3 {
        font-size: 2rem;
    }
    #hero .slider.fullscreen ul.indicators {
        display: none;
    }
    section h2 {
        font-size: 3rem;
    }
    #skills .row .col .testimonials,
    #skills .row .col skills {
        height: auto;
    }
    .nav_container {
        width: 100%;
    }
    header nav .nav-wrapper .button-collapse,
    header .top-nav-collapse .nav-wrapper .button-collapse {
        display: block;
        float: left;
        margin-left: 1em;
    }
    header nav .nav-wrapper .brand-logo img {
        height: 70px;
        margin-top: .2em;
        /*margin-left:1em;*/
    }
    .services-content,
    .process-content {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .page_head .page_head_in-content {
        padding: 7em 2% 2em !important;
    }
    .page_head h2 {
        font-size: 2.3em;
    }
    .serv_lst {
        width: 100% !important;
    }
    .serv_lst .serv_in {
        min-height: 50vh;
    }
    .serv_lst .serv_in-content {
        padding: 3% 1%;
    }
    .serv_lst .serv_in-content h2 {
        font-size: 2.3em;
    }
    .abt_lst .abt_in-content h2 {
        font-size: 1.2em;
        text-align: left;
        text-indent: 0%;
    }
    .preloader h2 {
        font-size: 2.5em;
    }
    #contact .contact-content {
        padding: 20px !important;
    }
}

@media (max-width: 600px) {
    #skills .testimonials p {
        width: 100%;
    }
    #contact .contact-content {
        padding: 0 !important;
    }
}

.jobDetails h5 {
    font-weight: bold;
    letter-spacing: normal;
}

.jobDetails ul {
    margin-left: 2em;
}

.jobDetails ul li {
    font-size: 1.1em;
    line-height: 2em;
    list-style-image: linear-gradient(#006ab6, #006ab6);
}

.career .careerIn {
    background-color: #fff;
    margin-bottom: 1em;
}

.career .careerIn a i {
    font-size: 150% !important;
    float: right;
    font-weight: bold;
}

.career .careerIn h5 {
    font-size: 1em;
    font-weight: 700;
    margin-bottom: 17px;
}