@font-face {
    font-family: "proximanova";
    src: url("../fonts/proximanova-bold-webfont.woff2") format("woff2"), url("../fonts/proximanova-bold-webfont.woff") format("woff");
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: "proximanova";
    src: url("../fonts/proximanova-regular-webfont.woff2") format("woff2"), url("../fonts/proximanova-regular-webfont.woff") format("woff");
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: "proximanova";
    src: url("../fonts/proximanova-semibold-webfont.woff2") format("woff2"), url("../fonts/proximanova-semibold-webfont.woff") format("woff");
    font-weight: 500;
    font-style: normal;
}

* {
    margin: 0px;
    padding: 0px;
    font-family: "proximanova", sans-serif;
}

html {
    scroll-behavior: smooth;
}

h1,
h2,
h3 {
    font-weight: 800;
}

p {
    font-size: 1.1em;
}

a,
a:hover,
a:focus {
    text-decoration: none;
    color: inherit;
}

.p0 {
    padding: 0;
}

.p30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.p15 {
    padding-left: 15px;
    padding-right: 15px;
}

.m0 {
    margin: 0px !important;
}

.p30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.p50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.p100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.pr0 {
    padding-right: 0;
}

.pl0 {
    padding-left: 0;
}

.p70 {
    padding-top: 70px;
    padding-bottom: 70px;
}

.pb100 {
    padding-bottom: 100px;
}

.prmx {
    padding-right: 50px;
}

.plmx {
    padding-left: 50px;
}

.hztllist {
    display: flex;
    list-style: none;
}

header {
    position: absolute;
    left: 0;
    right: 0;
}

.navbar {
    padding: 8px 0;
}

.navbar-nav {
    width: 100%;
    justify-content: space-between;
}

.navbar-nav>div {
    display: flex;
}

.navbar-nav .nav-item .nav-link {
    color: #ddd;
}

.navbar-nav .nav-item .nav-link:hover {
    color: #fff;
}

.navbar-nav .nav-item .nav-link.getintouch {
    padding: 7px 30px;
    border-radius: 3px;
    border: solid 1px;
}

.butnn {
    padding: 8px 20px;
    background-color: #36b37e;
    display: block;
    width: max-content;
    margin: 15px 0;
    color: #fff;
    border: none;
    transition: all 500ms;
}

.slider {
    background-color: #020202;
    color: #fff;
    padding-top: 135px;
}

.slider h1 {
    margin-bottom: 20px;
}

.slider p {
    font-weight: 100;
}

.slider p:nth-of-type(1) {
    text-transform: uppercase;
}

.slider .row:nth-of-type(2) p:nth-of-type(1) {
    text-transform: none;
}

.slider p:nth-of-type(2) {
    margin-bottom: 30px;
}

.moto .insights {
    background-color: #f8f6f6;
}

.moto .insights p {
    margin: 0;
}

.moto .reviews {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.desk-header {
    width: 100%;
    background: #020202;
    padding: 15px 0;
    z-index: 99;
}

.header-content-holder {
    width: 100%;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: space-between;
}

.header-logo {
    max-width: 200px;
    width: 100%;
}

.header-logo a img {
    width: 100%;
}

.header-navigation {
    width: fit-content;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.header-navigation ul {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
}

.header-navigation ul li {
    margin: 0 10px;
    list-style: none;
}

.header-navigation ul li:first-child {
    margin-left: 0;
}

.header-navigation ul li:last-child {
    margin-right: 0;
}

.get-in-touch {
    display: none;
}

.header-navigation ul li a {
    font-size: 18px;
    line-height: 34px;
    text-align: center;
    color: #ffffff;
    font-weight: 300;
    text-decoration: none;
    position: relative;
    text-transform: capitalize;
}

.header-navigation ul li a::before {
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    height: 2px;
    width: 0;
    font-weight: 500;
    margin: 0 auto;
    background: white;
    transition: 0.2s ease-in;
    content: "";
}

a.active {
    font-weight: 500 !important;
}

a.active::before {
    width: 100% !important;
}

.header-navigation ul li a:hover:before {
    width: 100%;
}

.header-btn a {
    font-weight: 600;
    font-size: 16px;
    line-height: 34px;
    letter-spacing: 0.01em;
    color: #ffffff;
    padding: 10px 30px;
    border: 1px solid #ffffff;
    box-sizing: border-box;
    border-radius: 2px;
    text-decoration: none;
    transition: 0.2s;
}

.header-toggle {
    display: none;
    cursor: pointer;
}

.header-btn a:hover {
    background: #36b37e;
    border: 1px solid #36b37e;
}

.moto .reviews ul li {
    color: #f2c94c;
}

.partnership {
    background-color: #f8f6f6;
}

.partnership p {
    color: #152541;
}

.skeleton {
    position: relative;
}

.partnership h2 {
    margin-bottom: 25px;
}

.partnership p:nth-of-type(1) {
    text-transform: uppercase;
    font-weight: 100;
    color: #8a8f98;
}

.partnership .skeleton:after {
    content: "";
    display: block;
    width: 180px;
    height: 180px;
    background-image: url(../img/squares-skeleton.svg);
    position: absolute;
    right: 15px;
    bottom: 0;
}

.partnership .skeleton img {
    width: 100%;
}

.services {
    background-color: #020202;
    color: #fff;
    position: relative;
}

.services:after {
    content: "";
    display: block;
    width: 180px;
    height: 120px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-image: url(../img/squares-skeleton-white.svg);
}

.services .list-unstyled li h3 {
    font-size: 1.4em;
    padding-right: 15px;
    margin: 0;
    flex: 1 0 40%;
}

.services .list-unstyled li p {
    margin: 0;
    flex: 1 1 60%;
    font-size: 1em;
}

.services .list-unstyled li {
    display: flex;
    padding: 50px 0;
    border-bottom: solid 1px #ffffff25;
}

.services .list-unstyled li:nth-of-type(3) {
    border: none;
}

.info-text img {
    margin-bottom: 15px;
}

.info-text {
    background: linear-gradient(90deg, #ffffff00, #ffffff25);
    margin: 50px 0;
}

.projects p {
    margin-bottom: 5px;
    margin-top: 15px;
    color: #949494;
    letter-spacing: 0.02em;
    font-weight: 100;
}

.projects .row a {
    text-transform: uppercase;
    margin-top: 20px;
    display: block;
    width: fit-content;
    font-size: 15px;
    width: 100%;
}

.projects .row a.commingsoon {
    text-transform: inherit;
    color: #949494;
}

.projects a .fa-arrow-right {
    margin-left: 5px;
    transition: all 300ms ease-in-out;
}

.projects a:hover .fa-arrow-right {
    margin-left: 10px;
}

.projects .col-md-4 img {
    width: 100%;
}

.service-info {
    background-color: #020202;
    color: #fff;
    position: relative;
    padding-bottom: 80px;
}

.service-info h2 {
    margin-bottom: 15px;
}

.service-info p {
    margin-bottom: 25px;
}

.service-info .img {
    background: url(../img/service-info.png) center center;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
}

.service-info .img::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #0005;
}

.service-info:after {
    content: "";
    display: block;
    width: 180px;
    height: 120px;
    position: absolute;
    right: 0;
    bottom: 0;
    background-image: url(../img/squares-skeleton-red.svg);
}

.getintouch {
    background-color: #020202;
    color: #fff;
}

.getintouch .butnn:hover {
    background: transparent;
}

.getintouch img {
    display: block;
}

.getintouch form input,
.getintouch form textarea {
    background: none;
    border-radius: 0;
    margin-bottom: 10px;
    border-color: #ffffff40;
    color: #eee;
    width: 100%;
}

.getintouch .form-control:focus {
    color: #eee;
    background-color: #fff0;
    border-color: #ffffff70;
    outline: 0;
    box-shadow: none;
}

.getintouch form button {
    width: 100%;
    border-color: #020202;
}

.whatWeSay {
    padding-top: 70px;
}

.whatWeSay>.container>h2 {
    padding: 0 15px;
}

.whatWeSay .testimonials {
    background: #f8f6f6;
    margin-top: 35px;
    padding-bottom: 100px;
}

.whatWeSay .testimonials .card {
    box-shadow: none;
    border: none;
    border-radius: 0;
}

.whatWeSay .testimonials .card .template-demo h5 {
    font-weight: 800;
}

.whatWeSay .testimonials .card .template-demo span {
    font-size: 0.85em;
    color: #726d6d;
    display: block;
    margin-bottom: 15px;
}

.footer {
    background-color: #020202;
    color: #fff;
}

.footer .img-fluid {
    width: 150px;
}

.footer ul {
    list-style: none;
}

.footer .row>div:nth-of-type(1) ul {
    padding-left: 5px;
}

.footer .col-md-4 ul li strong {
    display: initial;
}

.footer ul li strong {
    margin-bottom: 5px;
    display: block;
    font-size: 1.1em;
}

.footer ul li p {
    margin-bottom: 0px;
}

.footer .col-md-4 ul li:nth-of-type(1) {
    margin-bottom: 10px;
    display: flex;
    justify-content: flex-end;
}

.footer .col-md-4 ul li:nth-of-type(1) strong {
    /* margin-right: 5px; */
}

.foot ul {
    display: flex;
}

.foot ul li {
    margin-left: 10px;
}

.services-page .slider {
    padding-top: 120px;
}

.services-page .slider p:nth-of-type(2) {
    margin-bottom: 10px;
}

.ourservices .img {
    display: grid;
    place-items: center;
    background-color: #020202;
    padding: 60px 20px;
}

.ourservices h2 {
    margin-bottom: 20px;
}

.ourservices p {
    margin-bottom: 20px;
}

.ourservices p:nth-of-type(2)~p {
    margin-bottom: 5px;
    word-spacing: 10px;
}

.entSoft .img {
    padding-bottom: 0;
}

.service-tail {
    background-image: url(../img/service-tail-bg.png);
    color: #fff;
    position: relative;
}

.service-tail:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    z-index: 0;
    background-color: #000c;
}

.service-tail img {
    position: absolute;
}

.service-tail .vector-y {
    top: 0;
    left: 0;
}

.service-tail .vector-b {
    bottom: 0;
    right: 0;
}

.service-tail .container div {
    position: relative;
    z-index: 1;
}

.service-tail h5 {
    margin-bottom: 30px;
}

.about-page .service-info {
    background-color: #f8f6f6;
    padding: 0;
    color: #020202;
    padding: 30px 0;
}

.about-page .service-info .img {
    left: initial;
    right: 0;
    background-image: url(../img/experience.png);
}

.about-page .service-info:after {
    background-image: url(../img/experience.svg);
    height: 180px;
}

.process {
    background-color: #f8f6f6;
    padding: 20px;
    height: 100%;
}

.process h5 {
    display: flex;
    align-items: center;
    font-weight: 800;
}

.process h5 span {
    display: grid;
    place-items: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #020202;
    color: #fff;
    margin-right: 8px;
    border: solid 2px #0052cc;
    font-size: 0.85em;
}

.processes .col-md-4:nth-of-type(2) h5 span {
    border-color: #ffab00;
}

.processes .col-md-4:nth-of-type(3) h5 span {
    border-color: #6554c0;
}

.processes .col-md-4:nth-of-type(4) h5 span {
    border-color: #36b37e;
}

.processes .col-md-4:nth-of-type(5) h5 span {
    border-color: #ff5630;
}

.processes .col-md-4:nth-of-type(6) h5 span {
    border-color: #0052cc;
}

.project-page .slider {
    position: relative;
    padding-top: 75px;
}

.project-page .slider h6 {
    margin-bottom: 65px;
    width: max-content;
}

.about-page .team p {
    font-size: 14px;
    opacity: 0.8;
}

.project-page .slider .container {
    position: relative;
    z-index: 1;
}

.project-page .slider:after {
    content: "";
    display: block;
    padding: 100px 0;
    background: #ffffff;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}

.project-page .tags strong {
    color: #020202;
    word-spacing: 10px;
}

.project-page .tags {
    text-transform: capitalize !important;
}

.project-page .tags span {
    border-radius: 30px;
    background: #f8f6f6;
    padding: 8px 20px;
    font-size: 16px;
}

.client-problem .skeleton:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(../img/project-page-vector.svg);
    background-repeat: no-repeat;
    position: absolute;
    left: 15px;
    bottom: 0;
    background-size: 40%;
    background-position: bottom left;
}

.project-page nav {
    z-index: 2;
}

.getintouch .col-md-5 p {
    width: fit-content;
}

.footer .offset-md-2 {
    text-align: right;
}

.project-page .slider img {
    width: 100%;
}

.slider p:nth-of-type(2),
.slider p:nth-of-type(3),
.moto .plmx p,
.partnership .prmx p:nth-of-type(2),
.services .list-unstyled li p,
.service-info p,
.footer ul li p,
.foot p,
.footer ul li p,
.ourservices p,
.service-tail h5,
.template-demo p,
.client-problem .plmx p,
.kraft p,
.contact-page .getintouch p,
.process p,
.slider p:nth-of-type(1),
.getintouch p {
    /* opacity: 0.75; */
    font-weight: 100;
}

.getintouch img {
    margin-bottom: 50px;
}

.ourservices p:nth-last-child(1) {
    opacity: 1;
}

.about-page .webApp p {
    opacity: 0.75;
}

.kraft {
    background-color: #f8f6f6;
}

.project-timeline .img {
    padding: 30px 0;
    background-color: #020202;
}

.proj-action-bar {
    width: 100%;
}

.proj-action-bar ul {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.proj-action-bar ul li {
    list-style: none;
}

.proj-action-bar ul li a {
    color: #0052cc;
    font-weight: 800;
    font-size: 16px;
    transition: 0.2s;
    display: block;
    width: fit-content;
    border-bottom: 2px solid #0052cc;
}

.proj-action-bar ul li a:hover {
    color: #020202;
    border-bottom: 2px solid #020202;
}

.inner-project-title {
    color: #8a8f98;
    font-weight: 500 !important;
}

.inner-project-date {
    font-size: 20px;
    text-align: right;
    letter-spacing: 0.1em;
    color: #ffffff;
    text-transform: inherit !important;
}

.orange-sec {
    position: relative;
    background-image: url(../img/sec-shape.png);
    background-size: 10%;
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: bottom;
}

.skeleton img {
    height: 100%;
    object-fit: cover;
}

.proj-img-box {
    margin: 0 !important;
    display: block;
    overflow: hidden;
}

.proj-img-box:hover img {
    transform: scale(1.1);
}

.proj-img-box img {
    min-height: 300px;
    max-height: 300px;
    object-fit: cover;
    transition: 2s;
}

.inner-project-head {
    width: 100%;
}

.inner-project-head ul {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    align-items: flex-end;
}

.inner-project-head ul li {
    list-style: none;
}

.inner-project-head ul li p {
    margin: 0;
    font-weight: 800 !important;
    font-size: 16px;
    line-height: 150%;
    text-transform: uppercase;
    color: #8a8f98;
    opacity: 1 !important;
}

.inner-project-head ul li:last-child p {
    font-weight: 300 !important;
    font-size: 20px;
    text-transform: inherit !important;
    /* identical to box height, or 30px */
    text-align: right;
    letter-spacing: 0.1em;
    color: #ffffff;
}

.inner-project-head ul li h2 {
    margin-bottom: 0;
    margin-top: 10px;
    font-weight: 800 !important;
    font-size: 55px;
    color: #ffffff;
    line-height: 1em;
}

.proj-slider {
    padding-bottom: 40px;
    margin-top: 40px;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 0px !important;
}

.swiper-pagination-bullet-active {
    background: #ff5630;
}

.project-image {
    padding: 0 40px;
    width: 100%;
    background: #F8F6F6;
}

.closebtn {
    color: white;
    position: absolute;
    top: 20px;
    left: 20px;
    width: 40px;
    height: 40px;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
    color: #020202;
    font-size: 20px;
    cursor: pointer;
}

.header-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    color: #020202;
    width: 35px;
    height: 35px;
    border-radius: 2px;
    font-size: 20px;
}

.header-toggle {
    display: none;
}

@media (min-width: 990px) {
    .closebtn {
        display: none;
    }
}

@media (max-width: 990px) {
    .get-in-touch {
        display: block;
    }
    .header-navigation {
        position: fixed;
        right: 0;
        left: inherit;
        top: 0;
        height: 100%;
        background: #020202;
        z-index: 99999;
        padding: 20px 40px;
        display: flex;
        align-items: center;
        width: 250px;
    }
    #sidebar {
        opacity: 0;
        pointer-events: none;
        transition: 0.2s;
        width: 0;
    }
    .header-toggle {
        display: flex;
    }
    .header-navigation ul {
        display: block;
    }
    .header-navigation ul li {
        margin: 0;
    }
    .header-navigation ul li a {
        font-size: 18px;
        margin-bottom: 15px;
        font-weight: 800;
    }
    .header-btn {
        display: none;
    }
    .header-navigation ul li a {
        font-size: 25px;
        margin-bottom: 25px;
        font-weight: 800;
        display: block;
        width: fit-content;
    }
    .banner-content h1 {
        font-size: 40px;
    }
    .kind-title h2 {
        font-size: 35px;
    }
    .counter-box-container {
        margin-bottom: 10px;
    }
    .one-step-sec {
        padding: 60px 0;
    }
    .counter-box h2 {
        font-size: 40px;
    }
    .title-heading {
        font-size: 30px;
    }
    .partner-content ul li {
        font-size: 16px;
    }
    .partner-content ul li::before {
        width: 18px;
        height: 18px;
        top: 5px;
    }
    .partner-content ul li {
        padding-left: 25px;
    }
    .partner-sec {
        padding: 60px 0;
    }
    .service-sec {
        padding: 60px 0;
    }
    .tetimoial-sec {
        padding-top: 60px;
        background: #f8f6f6;
    }
    .testislider-holder {
        padding: 60px 0;
        padding-top: 0;
    }
    .get-in-touch-sec {
        padding: 60px 0;
    }
    .footer {
        padding: 60px 0;
    }
    .footer-bottom {
        padding-top: 60px;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    .footer-right-info {
        margin-left: inherit;
    }
    .project-box {
        width: 100%;
    }
    .banner {
        padding: 60px 0;
    }
    .project-info-left h1 {
        font-size: 40px;
    }
}


/*Responsive*/

@media (max-width: 991px) {
    nav {
        background-color: #020202;
        z-index: 1;
    }
    .prmx,
    .plmx {
        padding-left: 15px;
        padding-right: 15px;
    }
    .navbar-nav .nav-item .nav-link {
        max-width: max-content;
        margin: auto;
    }
    .navbar-brand {
        width: 160px;
    }
    button:focus {
        outline: none;
    }
    .navbar-nav>div {
        display: block;
    }
}

@media (max-width: 767px) {
    /* .slider,
    .moto,
    .partnership,
    .services,
    .projects,
    .service-info,
    .whatWeSay,
    .getintouch,
    footer,
    .ourservices,
    .client-problem {
        text-align: center
    } */
    .service-info .butnn,
    .getintouch .img-fluid {
        margin-left: auto;
        margin-right: auto;
    }
    .slider .col-md-8,
    .partnership .col-md-8,
    .services .col-md-4,
    .projects .col-md-4,
    .getintouch .col-md-7,
    .ourservices .col-md-8,
    .project-page .col-md-4 {
        margin-bottom: 50px;
    }
    .ourservices .container:nth-of-type(1) .row:nth-child(even) .img {
        order: 1;
    }
    .ourservices .service-tail+.container .row:nth-child(odd) .img {
        order: 1;
    }
    .partnership .skeleton img {
        width: 100%;
    }
    .projects .col-md-4:nth-of-type(3) {
        margin: 0;
    }
    .services {
        padding-bottom: 120px;
    }
    .foot {
        flex-direction: column;
        align-items: center;
    }
    .vector-y,
    .vector-b {
        height: 90px;
    }
    .project-page .slider .project-image {}
    .project-page .slider:after {
        padding: 50px 0;
    }
    .project-page .slider .justify-content-between {
        justify-content: center !important;
    }
    .project-page .slider .justify-content-between .pr-3 {
        padding-right: 0 !important;
    }
    .about-page .service-info .col-md-8 {
        z-index: 1;
        color: #020202;
    }
    .about-page .service-info:after {
        background-size: contain;
        width: 120px;
        height: 120px;
    }
    .our-works .projects .col-md-6:nth-of-type(3) {
        margin-top: 3em;
        padding-top: 3em;
    }
    .moto .p30:nth-of-type(1),
    .processes,
    .services-page .projects {
        padding-bottom: 0;
    }
    .moto .col-md-6:nth-of-type(2),
    .our-works .projects,
    .about-page .whatWeSay,
    .processes,
    .services-page .projects {
        padding-top: 0;
    }
    .slider {
        padding-top: 100px;
    }
    .services .list-unstyled li {
        align-items: center;
    }
    .service-info .img {
        position: initial;
        height: 300px;
    }
    .about-page .service-info .img::after {
        background: none;
    }
    .service-tail h5 {
        margin-top: 30px;
    }
    img.ml-auto,
    .getintouch .col-md-5 p {
        margin-right: auto;
    }
    .footer .offset-md-2 {
        text-align: center;
    }
    .about-page .service-info {
        padding: 0;
    }
    .services-page .ourservices {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .ourservices {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .ourservices .img {
        margin-top: 30px;
    }
    .services:after {
        width: 150px;
        height: 90px;
        background-image: url(../img/squares-skeleton-white.svg);
        background-size: contain;
        background-repeat: no-repeat;
    }
    .insights {
        padding: 30px 15px !important;
    }
    .our-works .slider img,
    .contact-page .slider img {
        margin-top: 3rem !important;
    }
    .our-works .moto>.row>.col-md-4,
    .footer {
        padding-top: 0;
    }
    .our-works .moto>.row>.col-md-8,
    .our-works .projects>.row,
    .our-works .projects {
        padding-bottom: 0;
    }
    .footer .col-md-4 ul li:nth-of-type(1) {
        justify-content: center;
    }
    .our-works .projects .row>.col-md-4:nth-of-type(4) {
        margin-bottom: 0;
    }
    .proj-action-bar ul {
        flex-direction: column;
        align-items: inherit;
    }
    .proj-action-bar ul li a {
        font-size: 14px;
        border: none;
    }
    .orange-sec {
        background-size: 100px;
    }
    .inner-project-head ul li h2 {
        font-size: 40px;
    }
    .inner-project-head ul li p {
        font-size: 14px !important;
    }
    .project-page .tags span {
        margin-bottom: 10px;
        display: inline-block;
    }
    .client-problem {
        overflow: hidden;
    }
    .front-proj-box {
        max-width: 400px;
        width: 100%;
        margin: 0 auto 30px auto !important;
    }
    .projects .col-md-4:nth-of-type(3) {
        margin-bottom: 0 !important;
    }
}

@media (max-width: 500px) {
    .inner-project-head ul li h2 {
        font-size: 25px;
    }
    .inner-project-head ul li:last-child p {
        font-size: 12px;
        font-size: 12px !important;
    }
}

@media (min-width: 1440px) {
    .container {
        max-width: 1320px;
    }
}

@media (min-width: 1600px) {
    .container {
        max-width: 1440px;
    }
}