body {
    font-family: 'Poppins', sans-serif;
}


h1 {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 42px;
}

h2,
h3 {
    font-family: 'Roboto', sans-serif;
}



.txt-black {
    color: #363636;
}

.txt-purple {
    color: #8C43FF;
}

.txt-white {
    color: white;
}

.txt-bold-600 {
    font-weight: 600;
}

.cta-purple {
    border-radius: 50px;
    color: white;
    font-size: 20px;
    padding: 10px 30px;
    border: 2px solid #8C43FF;
    background-color: #8C43FF;
    transition: .3s;
}

.cta-purple:hover {
    color: #8C43FF;
    background-color: transparent;
    text-decoration: none;
}

.port-btn {
    border-radius: 50px;
    color: white;
    font-size: 16px;
    padding: 10px 20px;
    border: 2px solid #8C43FF;
    transition: .3s;
}

.port-btn:hover,
.port-btn:focus {
    background-color: #8C43FF;
    color: white;
    text-decoration: none;
}

header {
    position: fixed;
    width: 100%;
    background-color: white;
    z-index: 999;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.19);
}

nav {
    background-color: white;
   
}

nav ul.navbar-nav {
    margin-top: 15px;
}

nav ul.navbar-nav li a {
    color: #363636;
    font-size: 20px;
    margin: 0 10px;
}

nav ul.navbar-nav li a:hover {
    background-color: transparent;
    color: #8C43FF;
}




.first-section {
    padding: 200px 0 0;
}

.first-section img {
    margin-top: 50px;
}

.first-section img.hero {
    width: 70%;
    margin: 50px auto -2px auto;
}

.second-section {
    padding: 100px 0 180px;
    background-color: #8C43FF;
}




.second-section p {
    width: 50%;
    margin: 0 auto;
}

.third-section {
    padding-bottom: 100px;
}

.third-section .box {
    padding: 60px 35px 40px;
    border-radius: 12px;
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 5px 5px 0 rgba(233, 240, 243, 0.5), 0 0 0 1px #E6ECF8;
    color: #293347;
    display: block;
    margin-top: -100px;
    text-align: center;
    min-height: 500px;
}

.third-section .fa {
    font-size: 45px;
    color: #8C43FF;
    margin-bottom: 10px;
}

.third-section .sub-head {
    margin-top: 30px;
}

.third-section .first-col .box p:first-of-type {
    margin: 30px;
}

.fourth-section {
    padding: 20px 0 100px;
}

.fourth-section.project {
    padding: 200px 0 200px;
}

.fourth-section .btn {
    background-color: transparent;
}

.fourth-section .box {
    border-radius: 12px;
    height: 250px;
    background-color: black;
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;

}

.fourth-section .container {
    position: relative;
}

.fourth-section .row {
    margin-top: 50px;
}

.fourth-section .slick-slide {
    padding: 10px;
    height: unset;
}

.fourth-section .slick-slide img {
    margin: 0 auto;
}

.fourth-section .slick-dots {
    display: none !important;
}

.fourth-section .slick-arrow {
    background-color: transparent;
    border: none;
    font-size: 30px;
    position: absolute;
    top: 120px;
    z-index: 9;
    cursor: pointer;
}

.fourth-section .slick-arrow:hover,
.fourth-section .slick-arrow:focus {
    color: #8C43FF;
    outline: none;
}

.fourth-section .slick-prev {
    left: -30px;
}

.fourth-section .slick-next {
    right: -30px;
}

.fourth-section .col-md-4 {
    margin: 15px 0;
}


.fourth-section .content-container {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #293347;
    overflow: hidden;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: .3s ease;
    transition: .5s ease;
    border-radius: 12px;
}

.fourth-section .box:hover .content-container {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.fourth-section .content-container h3 {
    margin-bottom: 50px;
}

.fourth-section .content-container .text {
    padding: 20px;
}

.fourth-section .portfolio-1 {

    background: linear-gradient(0deg, rgba(215, 180, 71, 0.1), rgba(215, 180, 71, 0.1)), url("../img/banner-richfields.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

}

.fourth-section .portfolio-2 {
    background: linear-gradient(0deg, rgba(21, 59, 121, 0.5), rgba(21, 59, 121, 0.5)), url("../img/fukuda-banner.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.fourth-section .portfolio-3 {
    background: linear-gradient(0deg, rgba(222, 0, 0, 0.2), rgba(222, 0, 0, 0.2)), url("../img/inspire-banner.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.fourth-section .portfolio-4 {
    background: linear-gradient(0deg, rgba(0, 125, 187, 0.4), rgba(0, 125, 187, 0.4)), url("../img/unet-banner.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.fourth-section .portfolio-5 {
    background: linear-gradient(0deg, rgba(238, 206, 168, 0.5), rgba(238, 206, 168, 0.5)), url("../img/beyond-banner.jpg");
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
}

.fourth-section .portfolio-6 {
    background: linear-gradient(0deg, rgba(60, 220, 114, 0.7), rgba(251, 73, 186, 0.7)), url("../img/iamsam-banner.jpg");
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
}

.fourth-section .portfolio-7 {
    background: linear-gradient(0deg, rgba(130, 0, 0, 0.4), rgba(130, 0, 0, 0.4)), url("../img/transicom-banner.jpg");
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
}

.fourth-section .portfolio-8 {
    background: linear-gradient(0deg, rgba(236, 30, 38, 0.5), rgba(0, 0, 0, 0.5)), url("../img/presico-banner.jpg");
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
}

.fourth-section .portfolio-9 {
    background: linear-gradient(0deg, rgba(0, 56, 166, 0.5), rgba(0, 56, 166, 0.3)), url("../img/netcomm-banner.jpg");
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
}

.fourth-section .portfolio-10 {

    background: linear-gradient(0deg, rgb(109, 175, 128, 0.2), rgb(37, 124, 192, 0.3)), url("../img/banner-adblockstick.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

}

.fourth-section .portfolio-11 {

    background: linear-gradient(0deg, rgba(215, 180, 71, 0.1), rgba(215, 180, 71, 0.1)), url("../img/banner-acr.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

}

.fourth-section .portfolio-12 {

    background: linear-gradient(0deg, rgb(196, 16, 43, 0.3), rgb(24, 159, 97, 0.3)), url("../img/banner-santa.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

}

.fourth-section .portfolio-13 {

    background: linear-gradient(0deg, rgb(61, 75, 96, 0.7), rgb(58, 151, 248, 0.7)), url("../img/banner-clean-slate.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

}

.fourth-section .portfolio-14 {

    background: linear-gradient(0deg, rgb(255, 148, 0, 0.3), rgb(34, 75, 75, 0.5)), url("../img/banner-foster.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

}

.fourth-section .portfolio-15 {

    background: linear-gradient(0deg, rgb(0, 114, 94, 0.3), rgb(0, 0, 0, 0.1)), url("../img/banner-keto.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

}

.fourth-section .portfolio-16 {

    background: linear-gradient(0deg, rgb(0, 0, 0, 0.5), rgb(0, 0, 0, 0.5)), url("../img/banner-dk.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

}

.fourth-section .portfolio-17 {

    background: linear-gradient(0deg, rgb(255, 114, 200, 0.3), rgb(22, 125, 255, 0.3)), url("../img/banner-luminesce.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

}

.fourth-section .portfolio-18 {

    background: linear-gradient(0deg, rgb(0, 136, 204, 0.5), rgb(0, 0, 0, 0.6)), url("../img/banner-publyfe.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

}

.fourth-section .portfolio-19 {

    background: linear-gradient(0deg, rgb(0, 0, 0), rgb(0, 0, 0));
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

}

.fourth-section .portfolio-20 {

    background: linear-gradient(0deg, rgb(9, 187, 233, 0.8), rgb(17, 85, 202, 0.8)), url("../img/banner-sonisafe.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

}

.fourth-section .portfolio-21 {

    background: linear-gradient(0deg, rgb(19, 63, 88, 0.5), rgb(26, 169, 83, 0.5)), url("../img/banner-tiretracked.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

}

.fourth-section .portfolio-22 {

    background: linear-gradient(0deg, rgb(221, 73, 36, 0.8), rgb(26, 169, 83, 0.9)), url("../img/banner-unitednaturals.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

}

.fourth-section .portfolio-23 {

    background: linear-gradient(0deg, rgb(73, 158, 233, 0.5), rgb(73, 158, 233));
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

}

.fourth-section .portfolio-24 {

    background: linear-gradient(0deg, rgb(48, 96, 173, 0.6), rgb(151, 206, 52, 0.6)), url("../img/banner-smart-choice.jpg");
    background-size: cover;
    background-position: left;
    background-repeat: no-repeat;

}

.fourth-section .portfolio-0 {

    background: linear-gradient(0deg, rgb(249, 169, 35, 0.5), rgb(249, 169, 35, 0.5)), url("../img/banner-teck.jpg");
    background-size: cover;
    background-position: left;
    background-repeat: no-repeat;

}

.fourth-section .portfolio-25 {

    background: linear-gradient(0deg, rgba(54, 70, 85, 0.6), rgba(95, 196, 249, 0.6));
    background-size: cover;
    background-position: left;
    background-repeat: no-repeat;

}

.fourth-section .portfolio-26 {

    background: linear-gradient(0deg, rgba(54, 70, 85, 0.6), rgba(95, 196, 249, 0.6)), url("../img/wcro-banner.png");
    background-size: cover;
    background-position: left;
    background-repeat: no-repeat;

}

.fourth-section .portfolio-27 {

    background: linear-gradient(0deg, rgb(24,157,222, 0.6), rgb(166,206,57,0.6)), url("../img/arius-banner.jpg");
    background-size: cover;
    background-position: bottom right;
    background-repeat: no-repeat;

}

.fourth-section .portfolio-28 {

    background: linear-gradient(0deg, rgb(24,157,222, 0.2), rgb(166,206,57,0.2)), url("../img/FP-bg.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

}

.fourth-section .portfolio-29 {

    background: linear-gradient(0deg, rgba(57, 225, 170, 0.7), rgba(0, 143, 245, 0.7)), url("../img/idclub-banner.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

}


.fourth-section .portfolio-9 {
    padding-top: 65px;
    padding-bottom: 65px;
}

.fourth-section .filter-netcomm,
.fourth-section .filter-fukuda {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}


.fifth-section {
    border-top: 1px solid #E6ECF8;
    padding: 100px 0 200px;
}

.fifth-section .row {
    justify-content: center;
}

.fifth-section .col-md-3 {
    padding: 50px 30px 0;
}

.fifth-section .col-md-3 img
{
    display: block;
    margin: 0 auto;
}

.fifth-section .col-md-3 .fcs-img {
    margin-top: 20px;
}


.sixth-section {
    padding: 20px 0 60px;
    background-color: #8C43FF;
    color: #fff;
}

.sixth-section h3 {
    color: #fff;
    line-height: 37px;
    letter-spacing: 1px;
}

.sixth-section .site-logo {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    margin-bottom: 10px;
}

.sixth-section p {
    margin-top: 50px;
    color: #fff;
}

.sixth-section .first-row {
    padding: 20px;
    margin-top: -100px;
    background-color: #293347;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2), 0 0 0 1px #293347;
    border-radius: 12px;
    margin-bottom: 100px;
}

.sixth-section .contacts {
    padding: 30px;
}

.sixth-section .contacts a {
    color: white;
    font-family: 'Poppins', sans-serif;
}

.sixth-section .contacts a:hover {
    color: #8C43FF;
    text-decoration: none;
}

.sixth-section .contacts h4 {
    margin: 20px 0;
    font-size: 18px;
}

.sixth-section .contacts i {
    margin-right: 10px;
}

.loc {
    width: 100%;
    height: 160px;
    border-radius: 12px;
}


@media (max-width: 991px) {
    .second-section p {
        width: 100%;
    }

    .third-section .col-md-4 h3 {
        font-size: 22px;
    }

    .third-section .first-col .box p:first-of-type {
        margin: 0;
    }

    .third-section .box {
        padding: 30px 15px 20px;
    }

    .first-section {
        padding: 150px 0 0;
    }

    .sixth-section .contacts {
        padding: 15px;
    }

    .sixth-section .contacts h4 {
        font-size: 13px;
    }

    .fifth-section .row {
        justify-content: space-between;
    }
}

@media (max-width: 768px) {
    .first-section img.hero {
        width: 100%;
    }

    .third-section .second-col .box,
    .third-section .third-col .box {
        margin-top: 20px;
    }

    .third-section .box {
        min-height: unset;
    }

    .fifth-section .row {
        display: block;
        text-align: center;
    }

    .fifth-section .col-md-3 {
        padding: 0 30px 0;
    }

    .sixth-section .contacts h4 {
        font-size: 16px;
    }

    .sixth-section .first-row h2 {
        margin-bottom: 30px;
    }
}

@media (max-width: 575px) {
    .second-section h2 {
        font-size: 25px;
    }

    .fourth-section .slick-arrow {
        display: none !important;
    }
    .fourth-section.project {
    padding: 150px 0 150px;
}
}

@media (max-width: 375px)
{
    .fourth-section .box
    {
            height: 220px;
        padding-top: 60px;
    }
}


@media (max-width: 320px)
{
    .second-section {
    padding: 50px 0 150px;
}
    .fifth-section h2
    {
        font-size: 28px;
    }
    .fifth-section {
    padding: 50px 0 150px;
}
    .sixth-section h3 {
    line-height: 28px;
    font-size: 22px;
}
    .third-section {
    padding-bottom: 50px;
}
}












